1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00
Bartosz Taudul 37661fd2ee Fix 32 bit NEON version of DXT1 compression.
This reverts commit b32e8fa24e5403d892691a1b1988c75fe779b3e9.

Apparently it is possible to receive non-uniform data in alpha channel, which
breaks the original assumption about not needing the mask. This seemed to be a
problem only on 32 bit NEON implementation of DXT1 compression. Other
implementations handle such data without degradation of visual output.
2019-09-03 21:37:07 +02:00
..