summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_compute_pipeline.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-07-23renderer_opengl: Use ARB_separate_shader_objectsReinUsesLisp1-7/+3
2021-07-23video_core: Enable GL SPIR-V shaderslat9nq1-4/+13
2021-07-23gl_shader_cache: Remove const from pipeline source argumentsameerj1-1/+1
2021-07-23gl_shader_cache: Move OGL shader compilation to the respective Pipeline constructorameerj1-3/+10
2021-07-23gl_texture_cache: Create image storage viewsReinUsesLisp1-1/+4
2021-07-23buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp1-1/+3
2021-07-23glasm: Use storage buffers instead of global memory when possibleReinUsesLisp1-16/+26
2021-07-23gl_shader_cache: Rename Program abstractions into PipelineReinUsesLisp1-9/+9
2021-07-23renderer_opengl: State track compute assembly programsReinUsesLisp1-4/+1
2021-07-23glasm: Initial GLASM compute implementation for testingReinUsesLisp1-5/+12
2021-07-23shader: Initial OpenGL implementationReinUsesLisp1-0/+178