compressonator icon indicating copy to clipboard operation
compressonator copied to clipboard

Tool suite for Texture and 3D Model Compression, Optimization and Analysis using CPUs, GPUs and APUs

Results 134 compressonator issues
Sort by recently updated
recently updated
newest added

CMP_ERR_UNSUPPORTED_SOURCE_FORMAT was returned when the Destination Format had an unsupported codec. This should be DEST_FORMAT

Hello, trying to build the SDK from source. Following: https://compressonator.readthedocs.io/en/latest/build_from_source/build_instructions.html on Ubuntu 22.04, and am very confused at every turn. # 1. Wrong folder for `fetch_dependencies.py` > The first step...

This pull request fixes an issue I noticed when converting one compressed texture format to another. After the conversion was done, my CPU would still be running at 100% with...

This PR addresses https://github.com/GPUOpen-Tools/compressonator/issues/332 by adding passing of user parameters to functions taking `CMP_Feedback_Proc` and propagates them over to place invoking feedback procedure. I might have missed some places, as...

CompressonatorSDK feedback procedure `CMP_Feedback_Proc` declares two user parameters, `pUser1` and `pUser2`. https://github.com/GPUOpen-Tools/compressonator/blob/f4b53d79ec5abbb50924f58aebb7bf2793200b94/cmp_compressonatorlib/compressonator.h#L948 However, there does not appear to be a way for user to pass values for those parameters along...

BC6H and BC7 textures encoded with Compressonator do not load in any Blender's version in EEVEE, while those encoded with Nvidia Texture Tools work fine. Unsure whether to report this...

Possible workaround (not a proper fix) by @seragh here https://gitea.wildfiregames.com/Stan/0ad/src/commit/4d0fc39ba0d1677c9e4c3257bd7a045b0dcd577d/libraries/source/compressonator/patches/disable-sse.patch

At least on macos this is not supported: ``` -march=knl ``` https://github.com/GPUOpen-Tools/compressonator/blob/master/build/sdk/cmp_core/CMakeLists.txt#L143 https://github.com/GPUOpen-Tools/compressonator/blob/master/cmp_core/CMakeLists.txt#L101 Likely introduced by e9b1b9905aadde78b8b2f19144b9ac4f384f0aa4

- Bump minor version to 5 - Add patch version (52) We need it in order to restrain compressonator versions for https://gitea.wildfiregames.com/0ad/0ad/pulls/7243

This PR fixes https://github.com/GPUOpen-Tools/compressonator/issues/326 and some random typos