summaryrefslogtreecommitdiffstats
path: root/src/video_core/guest_driver.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-09gl_shader_cache: Rework shader cache and remove post-specializationsReinUsesLisp1-8/+13
Instead of pre-specializing shaders and then post-specializing them, drop the later and only "specialize" the shader while decoding it.
2020-01-25Shader_IR: Address feedback.Fernando Sahmkow1-0/+1
2020-01-24Shader_IR: Address FeedbackFernando Sahmkow1-5/+6
2020-01-24Shader_IR: Address FeedbackFernando Sahmkow1-1/+1
2020-01-24Guest_driver: Correct compiling errors in GCC.Fernando Sahmkow1-0/+2
2020-01-24GPU: Implement guest driver profile and deduce texture handler sizes.Fernando Sahmkow1-0/+37