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