summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/astc_decoder.comp (follow)
Commit message (Expand)AuthorAgeFilesLines
* video_core: Modify astc texture decode error fill valueFengChen2022-09-151-1/+1
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-3/+2
* astc_decoder: Combine FastReplicate functions to work around new NV driver bugameerj2022-01-161-34/+46
* astc_decoder: Reduce workgroup sizeameerj2021-08-011-1/+1
* astc_decoder: Compute offset swizzles in-shaderameerj2021-08-011-33/+13
* astc_decoder: Make use of uvec4 for payload dataameerj2021-08-011-79/+43
* astc_decoder: Simplify Select2DPartitionameerj2021-08-011-38/+19
* astc_decoder: Optimize the use EncodingDataameerj2021-08-011-25/+25
* astc_decoder.comp: Remove unnecessary LUT SSBOsameerj2021-06-191-19/+16
* astc: Various robustness enhancements for the gpu decoderameerj2021-06-191-9/+6
* astc_decoder: Fix LDR CEM1 endpoint calculationameerj2021-06-161-1/+1
* astc_decoder: Refactor for style and more efficient memory useameerj2021-03-251-262/+307
* astc_decoder: Reimplement LayersRodrigo Locatti2021-03-131-18/+15
* astc_decoder: Fix out of bounds memory accessameerj2021-03-131-2/+10
* renderer_vulkan: Accelerate ASTC decodingameerj2021-03-131-21/+22
* renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj2021-03-131-0/+1288