Log of /tags/release-1.2.1/ddsplugin.h
Parent Directory
Revision
39 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 22 01:08:38 2006 UTC (3 years, 3 months ago) by
cocidius
Original Path:
trunk/ddsplugin.h
File length: 1257 byte(s)
Diff to
previous 19
* Moved the endian-safe memory to integer casting macros out of ddsplugin.h and into newly created file endian.h
* Added optional software decompression routines to dxt.c. Compression routines to follow shortly...
* Various code cleanups and Makefile modifications
Revision
11 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 14 20:31:02 2005 UTC (4 years, 2 months ago) by
cocidius
Original Path:
trunk/ddsplugin.h
File length: 1758 byte(s)
Diff to
previous 4
Gearing up for the next release with a slug of new features:
* Added support for writing grayscale and gray-alpha images
* Added support for writing cube maps (Image must have 6 layers,
all the same size and pixel format. Cube faces controlled by layer name
contents, see documentation.)
* Added support for writing volume maps (Image must have > 1 layer,
all the same size and pixel format). Volume map compression is currently
not supported. Mipmap support is scetchy ATM. If your image's layer count
is a power of two and the image dimensions are a power of two, everything
should work fine using SGIS_generate_mipmap. If your layer count or image
dimensions are not a power of two, then mipmap generation will likely fail
unless your video card supports ARB_texture_non_power_of_two. A fix for
this will soon follow.
* Fixed volume map loading
* Cleaned up layer naming convention when loading images with mipmaps or
multiple layers (cube and volume maps)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
enter a numeric revision.