summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/gl_graphics_pipeline.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* shader: Properly scale image reads and add GL SPIR-V supportReinUsesLisp2021-11-161-8/+16
| | | | Thanks for everything!
* shader: Properly blacklist and scale image loadsReinUsesLisp2021-11-161-1/+1
|
* texture_cache: Add getter to query if image view is rescaledReinUsesLisp2021-11-161-2/+1
|
* glsl/glasm: Pass and use scaling parameters in shadersReinUsesLisp2021-11-161-13/+23
|
* gl_graphics_pipeline: Add downscale factor to shader uniformsameerj2021-11-161-1/+14
|
* texture_cache: Simplify image view queries and blacklistingReinUsesLisp2021-11-161-20/+22
|
* opengl: Use Shader::NumDescriptors when possibleReinUsesLisp2021-11-161-22/+10
|
* texture_cache: Address ameerj's reviewyzct123452021-08-051-1/+1
|
* opengl: Fix asynchronous shadersReinUsesLisp2021-07-231-3/+27
| | | | | Wait for shader to build before configuring it, and wait for the shader to build before sharing it with other contexts.
* renderer_opengl: Use ARB_separate_shader_objectsReinUsesLisp2021-07-231-37/+25
| | | | | Ensures that states set for a particular stage are not attached to other stages which may not need them.
* video_core: Enable GL SPIR-V shaderslat9nq2021-07-231-22/+42
|
* gl_graphics_pipeline: Fix assembly shaders check for transform feedbacksReinUsesLisp2021-07-231-1/+1
|
* gl_graphics_pipeline: Inline hash and operator== key functionsReinUsesLisp2021-07-231-10/+0
|
* gl_shader_cache: Check previous pipeline before checking hash mapReinUsesLisp2021-07-231-18/+15
| | | | Port optimization from Vulkan.
* gl_graphics_pipeline: Port optimizations from Vulkan pipelinesReinUsesLisp2021-07-231-55/+125
|
* glsl: Address rest of feedbackameerj2021-07-231-17/+15
|
* gl_shader_cache: Implement async shadersameerj2021-07-231-52/+71
|
* gl_shader_cache: Remove const from pipeline source argumentsameerj2021-07-231-2/+2
|
* gl_shader_cache: Move OGL shader compilation to the respective Pipeline constructorameerj2021-07-231-9/+58
|
* gl_texture_cache: Create image storage viewsReinUsesLisp2021-07-231-1/+4
| | | | Fixes SULD.D tests.
* buffer_cache: Reduce uniform buffer size from shader usageReinUsesLisp2021-07-231-10/+11
| | | | Increases performance significantly on certain titles.
* buffer_cache: Mark uniform buffers as dirty if any enable bit changesReinUsesLisp2021-07-231-1/+3
|
* glasm: Prepare XFB from state instead of global registersReinUsesLisp2021-07-231-4/+2
|
* glasm: Use storage buffers instead of global memory when possibleReinUsesLisp2021-07-231-4/+15
|
* gl_shader_cache: Rename Program abstractions into PipelineReinUsesLisp2021-07-231-0/+402