Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | shader: Remove old shader management | ReinUsesLisp | 2021-07-23 | 1 | -37/+0 |
| | |||||
* | gl_shader_cache: Rework shader cache and remove post-specializations | ReinUsesLisp | 2020-03-09 | 1 | -3/+4 |
| | | | | | 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 Sahmkow | 2020-01-24 | 1 | -5/+4 |
| | |||||
* | Shader_IR: Address Feedback | Fernando Sahmkow | 2020-01-24 | 1 | -3/+4 |
| | |||||
* | Guest_driver: Correct compiling errors in GCC. | Fernando Sahmkow | 2020-01-24 | 1 | -1/+3 |
| | |||||
* | GPU: Implement guest driver profile and deduce texture handler sizes. | Fernando Sahmkow | 2020-01-24 | 1 | -0/+34 |