summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_s3tc.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt2013-04-301-32/+24
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: add missing texel fetch code for sRGB DXT formatsBrian Paul2012-12-261-0/+82
* mesa: remove old swrast-based compressed texel fetch codeBrian Paul2012-12-141-165/+0
* mesa: add new texel fetch code for dxt formatsBrian Paul2012-12-141-1/+105
* mesa: Make nonlinear_to_linear() function available outside fileAnuj Phogat2012-12-071-39/+13
* 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