aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/util_shaders.h
AgeCommit message (Expand)Author
2023-05-28OpenGL: Make use of persistent buffer maps in buffer cache downloadsameerj
2023-02-11texture_cache: OpenGL: Implement MSAA uploads and copiesameerj
2022-04-23general: Convert source file copyright comments over to SPDXMorph
2022-04-06OpenGL: fix S8D24 to ABGR8 conversionsLiam
2021-09-16host_shaders: Remove opengl_copy_bgra.compameerj
2021-09-16gl_texture_cache: Migrate BGRCopyPass from util_shadersameerj
2021-09-15util_shaders: Unify BGRA copy passesameerj
2021-07-31astc_decoder: Optimize the use EncodingDataameerj
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj
2021-03-13renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj
2021-03-04renderer_opengl: Swizzle BGR textures on copyameerj
2021-02-13vk_staging_buffer_pool: Add stream buffer for small uploadsReinUsesLisp
2021-02-13video_core: Reimplement the buffer cacheReinUsesLisp
2020-12-30video_core: Rewrite the texture cacheReinUsesLisp