citra/src/video_core/renderer_opengl
MerryMage e3f9bfd850 gl_resource_manager: Use std::exchange instead of std::swap in move assignment operators and constructors
Move assignment operators and move constructors should ideally leave the object moved from in a state where resources aren't accessable.
2018-03-16 23:47:49 +00:00
..
gl_rasterizer.cpp Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
gl_rasterizer.h OpenGL Rasterizer: Update to use the new cache 2017-12-23 16:10:28 -07:00
gl_rasterizer_cache.cpp Address Lioncash's comments 2018-02-05 20:31:50 -07:00
gl_rasterizer_cache.h D24S8 to RGBA8 conversion 2018-01-31 08:55:19 -07:00
gl_resource_manager.h gl_resource_manager: Use std::exchange instead of std::swap in move assignment operators and constructors 2018-03-16 23:47:49 +00:00
gl_shader_gen.cpp Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
gl_shader_gen.h Common: Add convenience function for hashing a struct 2018-01-15 13:43:37 -08:00
gl_shader_util.cpp ASSERT that shader was linked successfully 2016-12-05 21:11:24 +01:00
gl_shader_util.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
gl_state.cpp OpenGL State: Change setters so they don't directly write to curstate 2017-12-23 16:10:25 -07:00
gl_state.h OpenGL Cache: Split CachedSurface 2017-12-23 16:10:27 -07:00
pica_to_gl.h Update the entire application to use the new clang format style 2018-03-09 10:54:43 -07:00
renderer_opengl.cpp telemetry: Log performance, configuration, and system data. 2017-07-17 21:32:28 -04:00
renderer_opengl.h OpenGL: Remove unused RendererOpenGL fields 2017-05-27 18:02:46 -07:00