aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/gl_compute_pipeline.cpp
AgeCommit message (Expand)Author
2023-07-21settings,general: Rename non-confirming enumslat9nq
2023-06-25shaders: Track local memory usageameerj
2023-06-16video_core: Use sampler IDs instead pointers in the pipeline configWollnashorn
2023-01-29gl_compute_pipeline: Force context flush when loading shader cacheameerj
2022-10-06Shader Decompiler: Check for shift when deriving composite samplers.Fernando Sahmkow
2022-10-06VideoCore: Fix channels with disk pipeline/shader cache.Fernando Sahmkow
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2021-11-16shader, video_core: Fix GCC build errorsameerj
2021-11-16shader: Properly scale image reads and add GL SPIR-V supportReinUsesLisp
2021-11-16shader: Properly blacklist and scale image loadsReinUsesLisp
2021-11-16texture_cache: Add getter to query if image view is rescaledReinUsesLisp
2021-11-16glsl/glasm: Pass and use scaling parameters in shadersReinUsesLisp
2021-11-16gl_compute_pipeline: Add downscale factor to shader uniformsameerj
2021-11-16texture_cache: Simplify image view queries and blacklistingReinUsesLisp
2021-11-16opengl: Use Shader::NumDescriptors when possibleReinUsesLisp
2021-07-22renderer_opengl: Use ARB_separate_shader_objectsReinUsesLisp
2021-07-22video_core: Enable GL SPIR-V shaderslat9nq
2021-07-22gl_shader_cache: Remove const from pipeline source argumentsameerj
2021-07-22gl_shader_cache: Move OGL shader compilation to the respective Pipeline const...ameerj
2021-07-22gl_texture_cache: Create image storage viewsReinUsesLisp
2021-07-22buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp
2021-07-22glasm: Use storage buffers instead of global memory when possibleReinUsesLisp
2021-07-22gl_shader_cache: Rename Program abstractions into PipelineReinUsesLisp