summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/util_shaders.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* util_shaders: Specify ASTC decoder memory barrier bitsameerj2021-06-191-1/+6
* astc_decoder.comp: Remove unnecessary LUT SSBOsameerj2021-06-191-18/+3
* astc: Various robustness enhancements for the gpu decoderameerj2021-06-191-4/+1
* astc_decoder: Refactor for style and more efficient memory useameerj2021-03-251-57/+39
* astc_decoder: Reimplement LayersRodrigo Locatti2021-03-131-29/+24
* host_shaders: Modify shader cmake integration to allow for larger shadersameerj2021-03-131-6/+2
* renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj2021-03-131-1/+98
* renderer_opengl: Swizzle BGR textures on copyameerj2021-03-041-0/+76
* gl_texture_cache: Lazily create non-sRGB texture views for sRGB formatsameerj2021-02-131-6/+7
* vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp2021-02-131-9/+9
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-9/+9
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-0/+224