summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/util_shaders.h (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-28OpenGL: Make use of persistent buffer maps in buffer cache downloadsameerj1-5/+5
2023-02-11texture_cache: OpenGL: Implement MSAA uploads and copiesameerj1-0/+5
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-04-07OpenGL: fix S8D24 to ABGR8 conversionsLiam1-0/+3
2021-09-17host_shaders: Remove opengl_copy_bgra.compameerj1-1/+0
2021-09-17gl_texture_cache: Migrate BGRCopyPass from util_shadersameerj1-6/+0
2021-09-16util_shaders: Unify BGRA copy passesameerj1-17/+2
2021-08-01astc_decoder: Optimize the use EncodingDataameerj1-1/+0
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj1-7/+1
2021-03-13renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj1-0/+11
2021-03-04renderer_opengl: Swizzle BGR textures on copyameerj1-0/+22
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp1-3/+3
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp1-1/+2
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp1-0/+51