aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/util_shaders.cpp
AgeCommit message (Expand)Author
2023-08-06glAmeer J
2023-05-28OpenGL: Make use of persistent buffer maps in buffer cache downloadsameerj
2023-02-11texture_cache: OpenGL: Implement MSAA uploads and copiesameerj
2022-06-13common: Change semantics of UNREACHABLE to unconditionally crashLiam
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-08-01astc_decoder: Reduce workgroup sizeameerj
2021-08-01astc_decoder: Compute offset swizzles in-shaderameerj
2021-07-31astc_decoder: Optimize the use EncodingDataameerj
2021-07-22renderer_opengl: Use ARB_separate_shader_objectsReinUsesLisp
2021-07-22gl_shader_util: Move shader utility code to a separate fileReinUsesLisp
2021-07-22shader: Initial OpenGL implementationReinUsesLisp
2021-07-07util_shaders: Fix BindImageTexturelat9nq
2021-06-19util_shaders: Specify ASTC decoder memory barrier bitsameerj
2021-06-19astc_decoder.comp: Remove unnecessary LUT SSBOsameerj
2021-06-19astc: Various robustness enhancements for the gpu decoderameerj
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj
2021-03-13astc_decoder: Reimplement LayersRodrigo Locatti
2021-03-13host_shaders: Modify shader cmake integration to allow for larger shadersameerj
2021-03-13renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj
2021-03-04renderer_opengl: Swizzle BGR textures on copyameerj
2021-02-13gl_texture_cache: Lazily create non-sRGB texture views for sRGB formatsameerj
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