summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_s3tc.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-09mesa: Report name for missing s3tc functionsJakob Bornecrantz1-8/+8
2008-12-16Merge commit 'origin/master' into gallium-0.2Brian Paul1-72/+3
2008-12-15mesa: move _mesa_dlopen(), etc into separate dlopen.c fileBrian Paul1-72/+3
2008-12-12mesa: fixes for srgb, new srgb formatsRoland Scheidegger1-15/+169
2007-08-02 EXT_texture_sRGB support on i965Zou Nan hai1-0/+26
2007-04-21Call _mesa_warning() instead of _mesa_problem() when external s3tc lib not fo...Brian1-6/+6
2007-01-23fixes for C++ warnings/errorsBrian1-1/+1
2006-10-31fix MINGW32 problemsBrian Paul1-2/+4
2006-08-03New wrapper functions: _mesa_dlopen(), _mesa_dlsym(), _mesa_dlclose().Brian Paul1-37/+98
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul1-11/+15
2006-05-08Fix a number of texture compression issues.Brian Paul1-24/+40
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul1-0/+4
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-2/+6
2005-09-10make some vars staticBrian Paul1-3/+7
2004-10-18added dstRowStride to dxtCompressTexFuncExt;Daniel Borca1-5/+5
2004-10-12add more mess to the dynamic linking systemDaniel Borca1-25/+35
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt1-21/+116
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-0/+9
2004-05-04Fix minor warnings found with g++.Brian Paul1-4/+4
2004-05-04texture compression: getting warmerDaniel Borca1-4/+4
2004-04-27Removed the old teximage code.Brian Paul1-0/+441