summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_compute_pipeline.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* VideoCore: Fix channels with disk pipeline/shader cache.Fernando Sahmkow2022-10-061-6/+10
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* video_core: Reduce unused includesameerj2022-03-191-1/+0
|
* video_core: Enable GL SPIR-V shaderslat9nq2021-07-231-1/+1
|
* gl_shader_cache: Remove const from pipeline source argumentsameerj2021-07-231-1/+1
|
* gl_shader_cache: Move OGL shader compilation to the respective Pipeline constructorameerj2021-07-231-1/+1
|
* buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp2021-07-231-0/+1
| | | | Increases performance significantly on certain titles.
* glasm: Use storage buffers instead of global memory when possibleReinUsesLisp2021-07-231-2/+10
|
* gl_shader_cache: Rename Program abstractions into PipelineReinUsesLisp2021-07-231-0/+84