summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_s3tc.c
Commit message (Expand)AuthorAgeFilesLines
* Use correct names for dlopen()ed files on CygwinYaakov Selkowitz2016-07-151-0/+2
* mesa: Fix texture compression on big-endian systemsUlrich Weigand2015-09-171-3/+6
* texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie2015-09-021-4/+4
* mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.Jose Fonseca2015-04-131-8/+0
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-4/+4
* mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga2015-01-121-24/+44
* mesa: remove last DJGPP remainsEmil Velikov2014-09-271-2/+0
* mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand2014-08-041-12/+13
* mesa: change gl_format to mesa_formatMark Mueller2014-01-271-1/+1
* 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