summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/const_buffer_locker.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* video_core/const_buffer_locker: Remove unused includesLioncash2019-11-271-0/+1
|
* video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp2019-11-231-1/+2
|
* Shader_IR: Address Feedback.Fernando Sahmkow2019-10-261-0/+7
|
* gl_shader_cache: Implement locker variants invalidationReinUsesLisp2019-10-251-0/+3
|
* const_buffer_locker: Minor style changesReinUsesLisp2019-10-251-53/+23
|
* gl_shader_decompiler: Move entries to a separate functionReinUsesLisp2019-10-251-2/+2
|
* Shader_IR: Correct typo in Consistent method.Fernando Sahmkow2019-10-251-1/+1
|
* Shader_IR: allow lookup of texture samplers within the shader_ir for instructions that don't provide itFernando Sahmkow2019-10-251-5/+55
|
* VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders.Fernando Sahmkow2019-10-251-0/+50