In gl_texture_image, replace ImageStride with an ImageOffsets array.
[mesa.git] / src / mesa / main / texcompress_fxt1.c
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2005-11-30 Brian Paulfxt1_decode_1() should not be static
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-19 Brian Paulinit a=0
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-12 Brian Paulremove rendundant r,g,b,a vars (bug 4331)
2005-09-10 Brian Paulfix GLubyte/GLchan inconsistencies (bug 4331)
2005-05-07 Brian Paulassorted warning clean-ups for x86_64, etc (Mikko T.)
2005-02-14 Daniel Borcaadded a bunch of const in the decoder
2004-12-15 Adam Jacksonfxt1_decode_1() needs to be non-static for the tdfx...
2004-12-06 Daniel Borcaexplicit cast in a few places
2004-12-03 Brian PaulUse the GL datatypes. Lots of assorted clean-ups.
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-15 Daniel Borcause float constants
2004-11-01 Daniel Borcacleaned up the mess a bit
2004-10-29 Daniel Borcadecoder "width" parameter represents "stride-in-pixels"
2004-10-18 Daniel Borcause RowStride instead of Width in texel fetchers.
2004-08-30 Daniel Borcarevived unused code, but got rid of warnings
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-14 Philippe HoudoinSilent compiler "variable may be used uninitialized...
2004-07-02 Brian Paulinit some vars to silence warnings
2004-06-21 Daniel Borcaadded support for non-64bit compilers
2004-05-31 Daniel Borcareworked FXT1
2004-05-25 Daniel Borcaoops
2004-05-25 Daniel BorcaFXT1 texture compression (initial draft)
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-05-04 Daniel Borcatexture compression: getting warmer
2004-05-03 Daniel Borcaunbloat namespace
2004-04-30 Daniel BorcaFXT1: getting warmer
2004-04-29 Daniel BorcaFXT1 preparations
2004-04-27 Brian PaulRemoved the old teximage code.