summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/util_shaders.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* texture_cache: OpenGL: Implement MSAA uploads and copiesameerj2023-02-111-0/+5
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* OpenGL: fix S8D24 to ABGR8 conversionsLiam2022-04-071-0/+3
* host_shaders: Remove opengl_copy_bgra.compameerj2021-09-171-1/+0
* gl_texture_cache: Migrate BGRCopyPass from util_shadersameerj2021-09-171-6/+0
* util_shaders: Unify BGRA copy passesameerj2021-09-161-17/+2
* astc_decoder: Optimize the use EncodingDataameerj2021-08-011-1/+0
* astc_decoder: Refactor for style and more efficient memory useameerj2021-03-251-7/+1
* renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj2021-03-131-0/+11
* renderer_opengl: Swizzle BGR textures on copyameerj2021-03-041-0/+22
* vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp2021-02-131-3/+3
* video_core: Reimplement the buffer cacheReinUsesLisp2021-02-131-1/+2
* video_core: Rewrite the texture cacheReinUsesLisp2020-12-301-0/+51