[gimp-dds] / tags / release-2.0.4 / dds.h Repository:
ViewVC logotype

Log of /tags/release-2.0.4/dds.h

Parent Directory Parent Directory


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 106 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu May 8 01:29:25 2008 UTC (18 months, 2 weeks ago) by cocidius
File length: 4085 byte(s)
Diff to previous 104
Release 2.0.4 tag

Revision 104 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 7 00:52:32 2008 UTC (18 months, 2 weeks ago) by cocidius
Original Path: trunk/dds.h
File length: 4085 byte(s)
Diff to previous 99
* Added selectable mipmap filter + bilinear filter

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
Original Path: trunk/dds.h
File length: 3935 byte(s)
Diff to previous 92
* 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 92 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 9 22:13:31 2007 UTC (2 years ago) by cocidius
Original Path: trunk/dds.h
File length: 3925 byte(s)
Diff to previous 91
Fixed reading and writing A8 image formats.  Now correctly uses the
DDPF_ALPHA flag in the pixel format header.

Revision 91 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 9 21:45:54 2007 UTC (2 years ago) by cocidius
Original Path: trunk/dds.h
File length: 3879 byte(s)
Diff to previous 84
* Fixed reading images in A8 format
* Added write support for A8 format

Revision 84 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Nov 7 21:31:06 2007 UTC (2 years ago) by cocidius
Original Path: trunk/dds.h
File length: 3861 byte(s)
Diff to previous 73
Added a YCoCg scaled compression format.  It's the same as normal YCoCg,
except with extra color precision stored in the blue bits.  Use YCoCg for
high quality with alpha stored in the blue channel at the cost of some color
precision, and YCoCg scaled for the highest color precision without alpha.

Revision 73 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 2 20:30:23 2007 UTC (2 years ago) by cocidius
Original Path: trunk/dds.h
File length: 3821 byte(s)
Diff to previous 69
* 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 69 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 1 04:06:28 2007 UTC (2 years ago) by cocidius
Original Path: trunk/dds.h
File length: 3672 byte(s)
Diff to previous 63
Added Alpha multiply compression format

Revision 63 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 26 23:59:37 2007 UTC (2 years ago) by cocidius
Original Path: trunk/dds.h
File length: 3612 byte(s)
Diff to previous 62
More work on YCoCg compression

Revision 62 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Oct 26 20:28:50 2007 UTC (2 years ago) by cocidius
Original Path: trunk/dds.h
File length: 3631 byte(s)
Diff to previous 58
Begin work on YCoCg DXT1/5 compression

Revision 58 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 18 22:51:41 2007 UTC (2 years, 7 months ago) by cocidius
Original Path: trunk/dds.h
File length: 3521 byte(s)
Diff to previous 57
* Removed 'Swap red and alpha' option, added BC3n (DXT5n) compression type


Revision 57 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 18 18:18:07 2007 UTC (2 years, 7 months ago) by cocidius
Original Path: trunk/dds.h
File length: 3416 byte(s)
Diff to previous 43
* Various cleanups
* Renamed all compression types to new DirectX 10 standards

Revision 43 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 25 00:10:36 2006 UTC (3 years, 2 months ago) by cocidius
Original Path: trunk/dds.h
File length: 3425 byte(s)
Diff to previous 30
* Added support for ATI's 3Dc compression format for both reading and writing, as well as both hardware and software compression.

Revision 30 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 29 00:31:41 2006 UTC (3 years, 3 months ago) by cocidius
Original Path: trunk/dds.h
File length: 3381 byte(s)
Diff to previous 24
Added read/write support for the R3G3B2 pixel format

Revision 24 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 26 06:01:22 2006 UTC (3 years, 3 months ago) by cocidius
Original Path: trunk/dds.h
File length: 3359 byte(s)
Diff to previous 23
- Added support for reading 8-bit paletted images (Thanks Jason!)
- Added a warning if the pixel format is unknown.

Revision 23 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Oct 13 20:45:49 2005 UTC (4 years, 1 month ago) by cocidius
Original Path: trunk/dds.h
File length: 3313 byte(s)
Diff to previous 19
* Added L8 and L8A8 pixel formats
* Fixed all pixel formats when writing images.  All images saved with the
plugin should be compatible with various DDS tools out there (tested with
the DirectX DDS viewer, and nVidia's image converter)

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
Original Path: trunk/dds.h
File length: 3229 byte(s)
Diff to previous 17
* Added ability to save in a custom pixel format
* Added ability to load the custom pixel formats

Revision 17 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 15 01:19:46 2005 UTC (4 years, 2 months ago) by cocidius
Original Path: trunk/dds.h
File length: 2941 byte(s)
Diff to previous 2
Updated the non-interactive interface and added error checking

Revision 2 - (view) (download) (as text) (annotate) - [select for diffs]
Added Wed Oct 13 23:08:29 2004 UTC (5 years, 1 month ago) by cocidius
Original Path: trunk/dds.h
File length: 2833 byte(s)
Initial revision

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

ViewVC Help
Powered by ViewVC 1.0.4