summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/util_shaders.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-19util_shaders: Specify ASTC decoder memory barrier bitsameerj1-1/+6
2021-06-19astc_decoder.comp: Remove unnecessary LUT SSBOsameerj1-18/+3
2021-06-19astc: Various robustness enhancements for the gpu decoderameerj1-4/+1
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj1-57/+39
2021-03-13astc_decoder: Reimplement LayersRodrigo Locatti1-29/+24
2021-03-13host_shaders: Modify shader cmake integration to allow for larger shadersameerj1-6/+2
2021-03-13renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj1-1/+98
2021-03-04renderer_opengl: Swizzle BGR textures on copyameerj1-0/+76
2021-02-13gl_texture_cache: Lazily create non-sRGB texture views for sRGB formatsameerj1-6/+7
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp1-9/+9
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-9/+9
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-0/+224