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

A value of 0 for fGammaCorrection in CMP_CFilterParams when used in CMP_GenerateMIPLevelsEx would use a gamma of 0, but the documentation says a value of zero would result in no...

There is a typo in CMP_Core that leads to a build error on MSVC https://github.com/GPUOpen-Tools/compressonator/blob/f4b53d79ec5abbb50924f58aebb7bf2793200b94/cmp_core/CMakeLists.txt#L99C52-L99C65 `/arch:AVX-512` should instead be `/arch:AVX512` The bad flag leads to a warning: `ignoring invalid /arch:...

Linking with the new libs (latest version tested is **4.5.52**, DLL libraries) will give me errors: **unresolved external symbol CMP_GenerateMIPLevelsEx** and **unresolved external symbol CMP_CreateMipSet** Linking with the static library...

All attempts so far to produce a DXT1 with no alpha (0x83f0), have only resulted in a DXT1A with 1-bit alpha (0x83f1). The result is the same even when the...