rom-properties/extlib/PowerVR
David Korth a6a52ecc73 [PowerVR] pvrtcDecompress(): Fix byte order isuses on BE.
- Use le32_to_cpu() for the source data.
- Rearrange Pixel32 on BE.

Added non-intrinsic macros using byteorder.h. Can't easily add
intrinsic macros without CMake detection. (Might do that later.)

ImageDecoderTest BE failures before: 15
ImageDecoderTest BE failures after:  11
2022-07-05 19:58:36 -04:00
..
_MODIFIED_POWERVR_NATIVE_SDK.txt [PowerVR] pvrtcDecompress(): Fix byte order isuses on BE. 2022-07-05 19:58:36 -04:00
CMakeLists.txt Disable symbol visibility in several extlib modules using static linking. 2022-06-18 15:29:52 -04:00
LICENSE.md [librptexture] Use the PowerVR Native SDK (well, a subset) to decode PVRTC. 2019-12-10 22:01:21 -05:00
PVRTDecompress.cpp [PowerVR] pvrtcDecompress(): Fix byte order isuses on BE. 2022-07-05 19:58:36 -04:00
PVRTDecompress.h [PowerVR] PVRTDecompress.cpp: Initial support for PVRTC-II decoding. 2019-12-15 02:43:22 -05:00