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
ReinUsesLisp 3c6d440015 Revert "renderers: Disable async shader compilation"
This reverts commit 4a152767286717fa69bfc94846a124a366f70065.
2021-07-22 21:51:40 -04:00
..
gl_buffer_cache.cpp gl_buffer_cache: Use unorm internal formats for snorm texture buffer views 2021-07-22 21:51:35 -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 video_core: Enable GL SPIR-V shaders 2021-07-22 21:51:39 -04:00
gl_fence_manager.cpp
gl_fence_manager.h
gl_graphics_pipeline.cpp opengl: Fix asynchronous shaders 2021-07-22 21:51:40 -04: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 vk_rasterizer: Workaround bug in VK_EXT_vertex_input_dynamic_state 2021-07-22 21:51:39 -04: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 shader_environment: Receive cache version from outside 2021-07-22 21:51:40 -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 shader: Accelerate pipeline transitions and use dirty flags for shaders 2021-07-22 21:51:29 -04:00
gl_state_tracker.h shader: Accelerate pipeline transitions and use dirty flags for shaders 2021-07-22 21:51:29 -04:00
gl_stream_buffer.cpp
gl_stream_buffer.h common: Replace common_sizes into user-literals 2021-06-24 09:27:40 -07:00
gl_texture_cache.cpp gl_texture_cache: Create image storage views 2021-07-22 21:51:35 -04:00
gl_texture_cache.h gl_texture_cache: Create image storage views 2021-07-22 21:51:35 -04:00
maxwell_to_gl.h shader: Initial OpenGL implementation 2021-07-22 21:51:30 -04:00
renderer_opengl.cpp shader: Fix disabled attribute default values 2021-07-22 21:51:40 -04:00
renderer_opengl.h renderer_opengl: Use ARB_separate_shader_objects 2021-07-22 21:51:40 -04:00
util_shaders.cpp renderer_opengl: Use ARB_separate_shader_objects 2021-07-22 21:51:40 -04:00
util_shaders.h