mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00

- 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
19 lines
543 B
Plaintext
Vendored
19 lines
543 B
Plaintext
Vendored
This is a modified subset of the original PowerVR Native SDK.
|
|
|
|
Commit c1605c99281797e5cd4c8439e1bc679706bbb311
|
|
Updated gradle API usage.
|
|
|
|
The following changes have been made to the original:
|
|
|
|
- Added CMakeLists.txt.
|
|
|
|
- Only the PVRTC decompressor is included.
|
|
|
|
- The Red and Blue channels in the destination images are swapped to
|
|
match rom-properties' ARGB32 format.
|
|
|
|
- Proper byteswapping for Big-Endian architectures.
|
|
|
|
To obtain the original PowerVR Native SDK, see the GitHub repository:
|
|
- https://github.com/powervr-graphics/Native_SDK
|