2
1
Fork 0
mirror of https://github.com/yuzu-emu/yuzu.git synced 2024-07-04 23:31:19 +01:00
yuzu/src/video_core/renderer_opengl
2021-10-03 00:35:57 -04:00
..
gl_buffer_cache.cpp buffer_cache: Minor fixes 2021-09-19 20:35:07 -04:00
gl_buffer_cache.h buffer_cache: Fix copy based uniform bindings tracking 2021-07-22 21:51:35 -04:00
gl_compute_pipeline.cpp renderer_opengl: Use ARB_separate_shader_objects 2021-07-22 21:51:40 -04:00
gl_compute_pipeline.h video_core: Enable GL SPIR-V shaders 2021-07-22 21:51:39 -04:00
gl_device.cpp Revert "renderers: Disable async shader compilation" 2021-07-22 21:51:40 -04:00
gl_device.h structured_control_flow: Conditionally invoke demote reorder pass 2021-08-30 11:46:24 -04:00
gl_fence_manager.cpp
gl_fence_manager.h
gl_graphics_pipeline.cpp texture_cache: Address ameerj's review 2021-08-05 20:46:24 +00:00
gl_graphics_pipeline.h opengl: Fix asynchronous shaders 2021-07-22 21:51:40 -04:00
gl_query_cache.cpp
gl_query_cache.h
gl_rasterizer.cpp texture_cache: Address ameerj's review 2021-08-05 20:46:24 +00:00
gl_rasterizer.h glasm: Use storage buffers instead of global memory when possible 2021-07-22 21:51:33 -04:00
gl_resource_manager.cpp gl_shader_util: Move shader utility code to a separate file 2021-07-22 21:51:35 -04:00
gl_resource_manager.h gl_shader_util: Move shader utility code to a separate file 2021-07-22 21:51:35 -04:00
gl_shader_cache.cpp renderers: Log total pipeline count 2021-09-14 13:18:26 -04:00
gl_shader_cache.h gl_shader_cache: Fixes for async shaders 2021-07-22 21:51:40 -04:00
gl_shader_context.h gl_shader_cache: Implement async shaders 2021-07-22 21:51:38 -04:00
gl_shader_manager.cpp shader: Initial OpenGL implementation 2021-07-22 21:51:30 -04:00
gl_shader_manager.h renderer_opengl: Use ARB_separate_shader_objects 2021-07-22 21:51:40 -04:00
gl_shader_util.cpp renderer_opengl: Use ARB_separate_shader_objects 2021-07-22 21:51:40 -04:00
gl_shader_util.h renderer_opengl: Use ARB_separate_shader_objects 2021-07-22 21:51:40 -04:00
gl_state_tracker.cpp
gl_state_tracker.h
gl_stream_buffer.cpp
gl_stream_buffer.h
gl_texture_cache.cpp gpu: Migrate implementation to the cpp file 2021-10-03 00:35:57 -04:00
gl_texture_cache.h gpu: Migrate implementation to the cpp file 2021-10-03 00:35:57 -04:00
gl_texture_cache_base.cpp texture_cache: Address ameerj's review 2021-08-05 20:46:24 +00:00
maxwell_to_gl.h util_shaders: Unify BGRA copy passes 2021-09-15 21:10:52 -04:00
renderer_opengl.cpp renderers: Add explicit invert_y bool to screenshot callback 2021-07-28 21:46:08 -04:00
renderer_opengl.h renderer_opengl: Use ARB_separate_shader_objects 2021-07-22 21:51:40 -04:00
util_shaders.cpp host_shaders: Remove opengl_copy_bgra.comp 2021-09-16 19:49:13 -04:00
util_shaders.h host_shaders: Remove opengl_copy_bgra.comp 2021-09-16 19:49:13 -04:00