summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_s3tc.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Use correct names for dlopen()ed files on CygwinYaakov Selkowitz1-0/+2
2015-09-17mesa: Fix texture compression on big-endian systemsUlrich Weigand1-3/+6
2015-09-02texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie1-4/+4
2015-04-13mesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.Jose Fonseca1-8/+0
2015-04-01mesa: remove unneeded #include of colormac.hBrian Paul1-1/+0
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-4/+4
2015-01-12mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga1-24/+44
2014-09-27mesa: remove last DJGPP remainsEmil Velikov1-2/+0
2014-08-04mesa/main: Use the RGB <-> sRGB conversion functions in libmesautilJason Ekstrand1-12/+13
2014-01-27mesa: change gl_format to mesa_formatMark Mueller1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-30swrast: Replace ImageOffsets with an ImageSlices pointer.Eric Anholt1-32/+24
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-12-26mesa: add missing texel fetch code for sRGB DXT formatsBrian Paul1-0/+82
2012-12-14mesa: remove old swrast-based compressed texel fetch codeBrian Paul1-165/+0
2012-12-14mesa: add new texel fetch code for dxt formatsBrian Paul1-1/+105
2012-12-07mesa: Make nonlinear_to_linear() function available outside fileAnuj Phogat1-39/+13
2012-11-27mesa: remove '(void) k' linesBrian Paul1-4/+0
2012-09-15mesa: remove FEATURE_EXT_texture_sRGB define.Oliver McFadden1-4/+0
2012-09-15mesa: remove FEATURE_texture_s3tc define.Oliver McFadden1-6/+0
2012-09-15mesa/dxtn: make function pointers staticDave Airlie1-4/+4
2012-09-03mesa: remove more null pointer checks before free() callsBrian Paul1-8/+4
2012-08-24mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for dxt formatsBrian Paul1-28/+32
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-4/+4
2012-01-02mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul1-32/+7
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-10/+8
2011-10-07mesa: fix image unpacking when storing compressed texturesBrian Paul1-4/+12
2011-10-05mesa: get rid of imageOffsets arrays in texstore codeBrian Paul1-8/+4
2011-10-01mesa: s/INLINE/inline/Brian Paul1-1/+1
2011-09-20mesa: replace GLchan with GLubyte in texcompress_s3tc.cBrian Paul1-59/+57
2011-09-20mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul1-8/+8
2011-09-17mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul1-18/+21
2011-05-01mesa: remove set-but-unused variables in texcompress_s3tcMarek Olšák1-16/+0
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2011-01-05mesa: Include mtypes.h in files that use gl_context struct.Vinson Lee1-0/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-1/+1
2010-09-24mesa: fix assertions to handle srgb formatsBrian Paul1-4/+8
2010-09-23mesa: Remove EXT_convolution.Eric Anholt1-5/+0
2010-08-25mesa: Don't warn when the desired result of s3tc lib available occurs.Eric Anholt1-1/+0
2010-07-31mesa: Remove unnecessary headers.Vinson Lee1-1/+0
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee1-0/+1
2010-05-13mesa: Remove _mesa_pow(), which is always just pow().Eric Anholt1-1/+1
2010-03-31mesa: Use a consistent name of the external s3tc library for all windows comp...José Fonseca1-1/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-4/+4
2009-10-29mesa/main: Make FEATURE_texture_s3tc follow feature conventions.Chia-I Wu1-1/+7
2009-10-05mesa: don't include texformat.hBrian Paul1-1/+0
2009-09-30mesa: remove gl_texture_formatBrian Paul1-129/+0