summaryrefslogtreecommitdiffstats
path: root/src/video_core/shader/registry.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-03-09engines/maxwell_3d: Add TFB registers and store them in shader registryReinUsesLisp1-3/+9
2020-03-09shader/registry: Address feedbackReinUsesLisp1-12/+6
2020-03-09shader/registry: Cache tessellation stateReinUsesLisp1-2/+6
2020-03-09shader/registry: Store graphics and compute metadataReinUsesLisp1-9/+40
2020-03-09video_core: Rename "const buffer locker" to "registry"ReinUsesLisp1-15/+15
2020-03-09gl_shader_cache: Rework shader cache and remove post-specializationsReinUsesLisp1-6/+5
2020-01-25Shader_IR: Address feedback.Fernando Sahmkow1-0/+2
2020-01-24Shader_IR: Address FeedbackFernando Sahmkow1-1/+1
2020-01-24Shader_IR: Allow constant access of guest driver.Fernando Sahmkow1-1/+1
2020-01-24Shader_IR: Address FeedbackFernando Sahmkow1-1/+0
2020-01-24Shader_IR: Store Bound buffer on Shader UsageFernando Sahmkow1-0/+12
2020-01-24GPU: Implement guest driver profile and deduce texture handler sizes.Fernando Sahmkow1-0/+8
2019-11-27video_core/const_buffer_locker: Remove unused includesLioncash1-0/+1
2019-11-23video_core: Unify ProgramType and ShaderStage into ShaderTypeReinUsesLisp1-1/+2
2019-10-26Shader_IR: Address Feedback.Fernando Sahmkow1-0/+7
2019-10-25gl_shader_cache: Implement locker variants invalidationReinUsesLisp1-0/+3
2019-10-25const_buffer_locker: Minor style changesReinUsesLisp1-53/+23
2019-10-25gl_shader_decompiler: Move entries to a separate functionReinUsesLisp1-2/+2
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-5/+55
2019-10-25VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders.Fernando Sahmkow1-0/+50