aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_s3tc.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove '(void) k' linesBrian Paul2012-11-271-4/+0
* mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden2012-09-151-4/+0
* mesa: remove FEATURE_texture_s3tc define.Oliver McFadden2012-09-151-6/+0
* mesa/dxtn: make function pointers staticDave Airlie2012-09-151-4/+4
* mesa: remove more null pointer checks before free() callsBrian Paul2012-09-031-8/+4
* mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formatsBrian Paul2012-08-241-28/+32
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-4/+4
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-021-32/+7
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-10/+8
* mesa: fix image unpacking when storing compressed texturesBrian Paul2011-10-071-4/+12
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-051-8/+4
* mesa: s/INLINE/inline/Brian Paul2011-10-011-1/+1
* mesa: replace GLchan with GLubyte in texcompress_s3tc.cBrian Paul2011-09-201-59/+57
* mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul2011-09-201-8/+8
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-18/+21
* mesa: remove set-but-unused variables in texcompress_s3tcMarek Olšák2011-05-011-16/+0
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee2011-01-051-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* mesa: fix assertions to handle srgb formatsBrian Paul2010-09-241-4/+8
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-5/+0
* mesa: Don't warn when the desired result of s3tc lib available occurs.Eric Anholt2010-08-251-1/+0
* mesa: Remove unnecessary headers.Vinson Lee2010-07-311-1/+0
* mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee2010-07-301-0/+1
* mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt2010-05-131-1/+1
* 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