yuzu-fork/src/yuzu_cmd
Markus Wick 3e973bc4c6 gl_rasterizer: Use ARB_texture_storage.
It allows us to use texture views and it reduces the overhead within the GPU driver.

But it disallows us to reallocate the texture, but we don't do so anyways.

In the end, it is the new way to allocate textures, so there is no need to use the old way.
2018-09-11 22:18:46 +02:00
..
emu_window gl_rasterizer: Use ARB_texture_storage. 2018-09-11 22:18:46 +02:00
CMakeLists.txt CMakeLists: Derive the source directory grouping from targets themselves 2018-01-17 21:51:43 -05:00
config.cpp settings: Save and load NAND/SD dirs from config 2018-09-03 19:23:33 -04:00
config.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
default_ini.h Port #3353 from Citra 2018-08-21 01:14:06 +02:00
resource.h Massive removal of unused modules 2018-01-12 19:11:03 -07:00
yuzu.cpp yuzu-cmd: fix SDL logging 2018-09-08 03:12:47 -04:00
yuzu.rc CITRA_ICON -> YUZU_ICON 2018-03-23 16:56:59 +01:00