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