Log of /trunk/ddsplugin.h
Parent Directory
Revision
121 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Dec 10 19:22:32 2008 UTC (11 months, 1 week ago) by
cocidius
File length: 1729 byte(s)
Diff to
previous 104
Added routines to decode YCoCg and alpha exponent encoded images. They can
be found in the Filters/Colors menu.
Revision
99 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Apr 11 00:54:26 2008 UTC (19 months, 1 week ago) by
cocidius
File length: 1543 byte(s)
Diff to
previous 96
* Updated README, LICENSE and INSTALL
* Updated information in file headers (email address, copyright)
* An optimization for the refine_block() function in dxt.c (Thanks to Fabian
Giesen ('ryg'))
Revision
96 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 30 00:54:05 2007 UTC (23 months, 3 weeks ago) by
cocidius
File length: 1533 byte(s)
Diff to
previous 73
* Added a dialog when interactively loading images for various load time
options (load mipmaps, etc...).
Revision
73 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Nov 2 20:30:23 2007 UTC (2 years ago) by
cocidius
File length: 1385 byte(s)
Diff to
previous 58
* Added advanced options to save dialog to allow choice of the color
selection algorithm used in the DXT compressor, as well as whether or not to
operate on dithered blocks.
* Added distance, luminance and inset bounding box color selection
algorithms to DXT compressor.
* Updated non-interactive interface to allow use of new advanced options
Revision
53 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Wed Jan 31 18:30:42 2007 UTC (2 years, 9 months ago) by
cocidius
File length: 1345 byte(s)
Diff to
previous 52
* Fixed non-interactive saving
* Added option to save dialog to choose the transparent color index when
saving paletted images.
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
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
19 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 16 00:19:20 2005 UTC (4 years, 2 months ago) by
cocidius
File length: 1759 byte(s)
Diff to
previous 17
* Added ability to save in a custom pixel format
* Added ability to load the custom pixel formats
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
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)
Revision
4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Modified
Sat Oct 23 00:03:58 2004 UTC (5 years, 1 month ago) by
cocidius
File length: 1727 byte(s)
Diff to
previous 2
Added feature to swap red and alpha channels on save. This helps preserve
quality when saving normal maps in compressed DXT5 format.
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.