ETCPACK icon indicating copy to clipboard operation
ETCPACK copied to clipboard

Provides code for compression of textures for ETC1, ETC2 and EAC textures

Results 8 ETCPACK issues
Sort by recently updated
recently updated
newest added

The following section is unclear from a legal standpoint: "Subject to the terms and conditions of the SLA, the licensee of the Software (the "Licensee") hereby, receives a non-exclusive, non-transferable,...

Title is self-explanatory :) This fixes #4. Thanks in advance!

use pid to mark tmp file to fit parallelism

Fixes #8 See discussion at https://github.com/KhronosGroup/KTX-Software/issues/54

https://github.com/Ericsson/ETCPACK/blob/14a64d9d19318fb9f81ce339b7103ffa0f1781d7/source/etcpack.cxx#L15647 Per the KTX specification, the glBaseInternalFormat field should never be a typed field with bit widths baked into the identifier.

[logfile.txt](https://github.com/Ericsson/ETCPACK/files/2026473/logfile.txt) Running the test-suit on the un-modified committed etcpack.exe binary shows failed tests. An un-modified re-compile produces completely different faults. And many many more of them. Was the binary in...

`etcpack.cxx` (possibly other files) extensively uses `static enum`. This is not valid C/C++ (and doesn't make any sense). `static` determines how storage should be allocated but an enum-declaration does not...

I use Visual Studio 2015 compile the code in VC9. When I compare the logFile.txt. I found some results are not same. [logfile.txt](https://github.com/Ericsson/ETCPACK/files/1114054/logfile.txt)