summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_fxt1.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Avoid aliasing violation in FXT1.Matt Turner2016-07-261-2/+2
* mesa: Fix texture compression on big-endian systemsUlrich Weigand2015-09-171-1/+2
* texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie2015-09-021-1/+1
* mesa: remove unneeded #include of colormac.hBrian Paul2015-04-011-1/+0
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-7/+7
* mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga2015-01-121-12/+22
* 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-4/+4
* 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: remove old swrast-based compressed texel fetch codeBrian Paul2012-12-141-32/+0
* mesa: add new texel fetch code for fxt formatsBrian Paul2012-12-141-0/+42
* mesa: remove FEATURE_texture_fxt1 define.Oliver McFadden2012-09-151-6/+0
* mesa/fxt1: make fxt1_decode_1 staticDave Airlie2012-09-151-2/+2
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-3/+1
* mesa: remove more null pointer checks before free() callsBrian Paul2012-09-031-4/+2
* swrast: s/Data/Map/ in swrast_texture_imageBrian Paul2012-01-241-2/+2
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-021-16/+2
* mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul2011-10-231-2/+2
* mesa: fix image unpacking when storing compressed texturesBrian Paul2011-10-071-2/+7
* mesa: get rid of imageOffsets arrays in texstore codeBrian Paul2011-10-051-4/+2
* mesa: remove GLchan in texcompress_fxt1.cBrian Paul2011-09-201-74/+53
* mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul2011-09-201-4/+4
* mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.cBrian Paul2011-09-201-3/+38
* mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul2011-09-171-4/+5
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: Trivial correction to commentIan Romanick2010-10-011-1/+1
* mesa: Remove EXT_convolution.Eric Anholt2010-09-231-3/+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
* Grammar and spelling fixesJeff Smith2010-03-121-1/+1
* mesa: Assert that array index is not negative.Vinson Lee2010-02-231-0/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-6/+6
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-2/+2
* mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.Chia-I Wu2009-10-291-29/+6
* mesa: don't include texformat.hBrian Paul2009-10-051-1/+0
* mesa: remove gl_texture_formatBrian Paul2009-09-301-33/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-6/+6
* mesa: update commentsBrian Paul2009-09-271-2/+2
* mesa: remove unused gl_texture_format fieldsBrian Paul2009-09-271-18/+2
* mesa: NULL-out unused texformat field initializersBrian Paul2009-09-271-6/+6
* mesa: make some s3tc/fxt1 functions publicBrian Paul2009-09-271-22/+23
* Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-4/+4
|\
| * mesa: Use standard integer types.José Fonseca2008-06-241-9/+4
* | Use the GLuint64EXT type defined by GL_EXT_timer_queryBrian Paul2008-05-291-11/+6
|/
* Fix a number of MINGW32 issuesZhang2007-07-211-0/+5
* mesa: enhance fxt1_quantize_ALPHA1Xiang, Haihao2007-03-181-33/+44