summaryrefslogtreecommitdiffstats
path: root/src/video_core/host_shaders/astc_decoder.comp (unfollow)
Commit message (Expand)AuthorFilesLines
2022-09-15video_core: Modify astc texture decode error fill valueFengChen1-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2022-01-16astc_decoder: Combine FastReplicate functions to work around new NV driver bugameerj1-34/+46
2021-08-01astc_decoder: Reduce workgroup sizeameerj1-1/+1
2021-08-01astc_decoder: Compute offset swizzles in-shaderameerj1-33/+13
2021-08-01astc_decoder: Make use of uvec4 for payload dataameerj1-79/+43
2021-08-01astc_decoder: Simplify Select2DPartitionameerj1-38/+19
2021-08-01astc_decoder: Optimize the use EncodingDataameerj1-25/+25
2021-06-19astc_decoder.comp: Remove unnecessary LUT SSBOsameerj1-19/+16
2021-06-19astc: Various robustness enhancements for the gpu decoderameerj1-9/+6
2021-06-16astc_decoder: Fix LDR CEM1 endpoint calculationameerj1-1/+1
2021-03-25astc_decoder: Refactor for style and more efficient memory useameerj1-262/+307
2021-03-13astc_decoder: Reimplement LayersRodrigo Locatti1-18/+15
2021-03-13astc_decoder: Fix out of bounds memory accessameerj1-2/+10
2021-03-13renderer_vulkan: Accelerate ASTC decodingameerj1-21/+22
2021-03-13renderer_opengl: Accelerate ASTC texture decoding with a compute shaderameerj1-0/+1288