suyu/src/video_core/renderer_opengl
Subv 65ea52394b GLCache: Support uploading compressed textures to the GPU.
Compressed texture formats like DXT1, DXT2, DXT3, etc will use this to ease the load on the CPU.
2018-04-06 20:44:45 -06:00
..
gl_rasterizer.cpp GL: Create the sampler objects when starting up the GL rasterizer. 2018-04-06 20:40:24 -06:00
gl_rasterizer.h GL: Ported the SamplerInfo struct from citra. 2018-04-06 20:40:24 -06:00
gl_rasterizer_cache.cpp GLCache: Support uploading compressed textures to the GPU. 2018-04-06 20:44:45 -06:00
gl_rasterizer_cache.h RasterizerCache: Remove 3DS-specific pixel formats. 2018-04-06 20:40:24 -06:00
gl_resource_manager.h gl_resource_manager: Sync latest version with Citra. 2018-03-19 23:14:02 -04:00
gl_shader_decompiler.cpp renderer_opengl: Logging, etc. cleanup. 2018-03-26 21:16:59 -04:00
gl_shader_decompiler.h renderer_gl: Port over gl_shader_decompiler module from Citra. 2018-03-19 23:14:03 -04:00
gl_shader_gen.cpp renderer_opengl: Logging, etc. cleanup. 2018-03-26 21:16:59 -04:00
gl_shader_gen.h renderer_gl: Port over gl_shader_gen module from Citra. 2018-03-20 00:07:30 -04:00
gl_shader_util.cpp renderer_opengl: Logging, etc. cleanup. 2018-03-26 21:16:59 -04:00
gl_shader_util.h gl_shader_util: Sync latest version with Citra. 2018-03-20 00:07:31 -04:00
gl_state.cpp GL: Rename PicaTexture to MaxwellTexture. 2018-04-06 20:40:24 -06:00
gl_state.h GL: Rename PicaTexture to MaxwellTexture. 2018-04-06 20:40:24 -06:00
gl_stream_buffer.cpp renderer_gl: Port over gl_stream_buffer module from Citra. 2018-03-19 23:14:02 -04:00
gl_stream_buffer.h renderer_gl: Port over gl_stream_buffer module from Citra. 2018-03-19 23:14:02 -04:00
maxwell_to_gl.h GL: Added functions to convert Maxwell tex filters and wrap modes to OpenGL. 2018-04-06 20:40:23 -06:00
renderer_opengl.cpp renderer_opengl: Use better naming for DrawScreens and DrawSingleScreen. 2018-03-26 21:17:07 -04:00
renderer_opengl.h renderer_opengl.h: Update from citra to yuzu 2018-04-04 23:03:02 +02:00