index
:
yuzu-mainline
master
A backup of the Yuzu mainline repo. Only includes the master branch, nothing else.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
video_core
/
host_shaders
/
astc_decoder.comp
Age
Commit message (
Expand
)
Author
2023-03-12
general: fix spelling mistakes
Liam
2022-09-15
video_core: Modify astc texture decode error fill value
FengChen
2022-04-23
general: Convert source file copyright comments over to SPDX
Morph
2022-01-16
astc_decoder: Combine FastReplicate functions to work around new NV driver bug
ameerj
2021-08-01
astc_decoder: Reduce workgroup size
ameerj
2021-08-01
astc_decoder: Compute offset swizzles in-shader
ameerj
2021-07-31
astc_decoder: Make use of uvec4 for payload data
ameerj
2021-07-31
astc_decoder: Simplify Select2DPartition
ameerj
2021-07-31
astc_decoder: Optimize the use EncodingData
ameerj
2021-06-19
astc_decoder.comp: Remove unnecessary LUT SSBOs
ameerj
2021-06-19
astc: Various robustness enhancements for the gpu decoder
ameerj
2021-06-15
astc_decoder: Fix LDR CEM1 endpoint calculation
ameerj
2021-03-25
astc_decoder: Refactor for style and more efficient memory use
ameerj
2021-03-13
astc_decoder: Reimplement Layers
Rodrigo Locatti
2021-03-13
astc_decoder: Fix out of bounds memory access
ameerj
2021-03-13
renderer_vulkan: Accelerate ASTC decoding
ameerj
2021-03-13
renderer_opengl: Accelerate ASTC texture decoding with a compute shader
ameerj