summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/const_buffer_locker.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-11-27video_core/const_buffer_locker: Make use of std::tie in HasEqualKeys()Lioncash1-2/+3
2019-11-27video_core/const_buffer_locker: Remove unused includesLioncash1-2/+1
2019-11-27video_core/const_buffer_locker: Remove #pragma once from cpp fileLioncash1-2/+0
2019-11-23video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp1-0/+1
2019-10-26Shader_IR: Address Feedback.Fernando Sahmkow1-3/+5
2019-10-25gl_shader_cache: Implement locker variants invalidationReinUsesLisp1-12/+16
2019-10-25gl_shader_disk_cache: Store and load fast BRXReinUsesLisp1-2/+2
2019-10-25const_buffer_locker: Minor style changesReinUsesLisp1-99/+53
2019-10-25gl_shader_decompiler: Move entries to a separate functionReinUsesLisp1-4/+4
2019-10-25Shader_IR: Correct typo in Consistent method.Fernando Sahmkow1-1/+1
2019-10-25Shader_IR: allow lookup of texture samplers within the shader_ir for instructions that don't provide itFernando Sahmkow1-16/+94
2019-10-25VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders.Fernando Sahmkow1-0/+72