summaryrefslogtreecommitdiffstats
path: root/src/video_core/engines/kepler_compute.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-28maxwell_3d/kepler_compute: Remove unused arguments in GetTextureReinUsesLisp1-7/+5
2019-10-25Shader_IR: Clang formatFernando Sahmkow1-2/+1
2019-10-25Shader_IR: allow lookup of texture samplers within the shader_ir for instructions that don't provide itFernando Sahmkow1-0/+18
2019-10-25VideoCore: Unify const buffer accessing along engines and provide ConstBufferLocker class to shaders.Fernando Sahmkow1-1/+2
2019-09-06kepler_compute: Implement texture queriesReinUsesLisp1-0/+53
2019-07-17Maxwell3D: Rework the dirty system to be more consistant and scaleableFernando Sahmkow1-1/+1
2019-07-15gl_rasterizer: Implement compute shadersReinUsesLisp1-3/+4
2019-04-23Corrections and stylingFernando Sahmkow1-1/+1
2019-04-23Introduce skeleton of the GPU Compute Engine.Fernando Sahmkow1-4/+33
2019-03-06video_core/engines: Remove unnecessary includesLioncash1-2/+1
2019-02-10kepler_compute: Fixup assert and rename enginesReinUsesLisp1-0/+34