AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to version 3.0.1: + Minor bug fix release. - Changes from versioon 3.0.0: + New major "turkey-day" release! + New DXT compressor. + OpenMP support. + New mipmap generator, with better support for alpha mipmaps. + Support reading/writing DX10 texture arrays. - Only export %{optflags} into CFLAGS: the Makefile now correctly extends CFLAGS with its own values instead of overwriting everything. - No longer call make -e, but use regular make call (as we don't need to prefer env variables any longer).
- Updated to version 2.2.1: + Bugfix release. Fixes artifacts introduced by the compression code in some images. - Updates from version 2.2.0: + Compressed non-power-of-2 texture support. + Fix compressed mipmap images with width or height less than 4. - Export CFLAGS in order to have a fully optimized build. Note: as the Makefile does not support extending CFLAGS, we need to add the content of the original variable as well, and invoke make -e.
- Update to version 2.1.0: + GIMP 2.8 support. + DXT compression quality enhancements. + Various bug fixes. + Support for saving existing mipmap chain (2D images only). - Drop gimp-dds-fix-linker.patch, a variation of this has been applied upstream. - Drop gimp-dds-fix-incorrect-fsf-address.patch, fixed upstream. - Change to release tarball instead of svn checkout.
- Initial build. - Add gimp-dds-fix-linker.patch: Fix linker and optflags (http://code.google.com/p/gimp-dds/issues/detail?id=13). - Add gimp-dds-fix-incorrect-fsf-address.patch: Fix incorrect FSF address (http://code.google.com/p/gimp-dds/issues/detail?id=14).