summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_s3tc.c
Commit message (Expand)AuthorAgeFilesLines
* fix MINGW32 problemsBrian Paul2006-10-311-2/+4
* New wrapper functions: _mesa_dlopen(), _mesa_dlsym(), _mesa_dlclose().Brian Paul2006-08-031-37/+98
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-11/+15
* Fix a number of texture compression issues.Brian Paul2006-05-081-24/+40
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-0/+4
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-2/+6
* make some vars staticBrian Paul2005-09-101-3/+7
* added dstRowStride to dxtCompressTexFuncExt;Daniel Borca2004-10-181-5/+5
* add more mess to the dynamic linking systemDaniel Borca2004-10-121-25/+35
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-21/+116
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-0/+9
* Fix minor warnings found with g++.Brian Paul2004-05-041-4/+4
* texture compression: getting warmerDaniel Borca2004-05-041-4/+4
* Removed the old teximage code.Brian Paul2004-04-271-0/+441