summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_s3tc.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Use a consistent name of the external s3tc library for all windows comp...José Fonseca2010-03-311-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-4/+4
* mesa/main: Make FEATURE_texture_s3tc follow feature conventions.Chia-I Wu2009-10-291-1/+7
* mesa: don't include texformat.hBrian Paul2009-10-051-1/+0
* mesa: remove gl_texture_formatBrian Paul2009-09-301-129/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-12/+12
* mesa: update commentsBrian Paul2009-09-271-4/+4
* mesa: remove unused gl_texture_format fieldsBrian Paul2009-09-271-64/+0
* mesa: NULL-out unused texformat field initializersBrian Paul2009-09-271-20/+20
* mesa: make some s3tc/fxt1 functions publicBrian Paul2009-09-271-48/+49
* mesa: Report name for missing s3tc functionsJakob Bornecrantz2009-04-091-8/+8
* Merge commit 'origin/master' into gallium-0.2Brian Paul2008-12-161-72/+3
|\
| * mesa: move _mesa_dlopen(), etc into separate dlopen.c fileBrian Paul2008-12-151-72/+3
* | mesa: fixes for srgb, new srgb formatsRoland Scheidegger2008-12-121-15/+169
|/
* EXT_texture_sRGB support on i965Zou Nan hai2007-08-021-0/+26
* Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not fo...Brian2007-04-211-6/+6
* fixes for C++ warnings/errorsBrian2007-01-231-1/+1
* 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