summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-26mesa: Avoid aliasing violation in FXT1.Matt Turner1-2/+2
2015-09-17mesa: Fix texture compression on big-endian systemsUlrich Weigand1-1/+2
2015-09-02texcompress_s3tc/fxt1: fix stride checks (v1.1)Dave Airlie1-1/+1
2015-04-01mesa: remove unneeded #include of colormac.hBrian Paul1-1/+0
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-7/+7
2015-01-12mesa: Remove _mesa_make_temp_ubyte_imageIago Toral Quiroga1-12/+22
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-4/+4
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-14mesa: remove old swrast-based compressed texel fetch codeBrian Paul1-32/+0
2012-12-14mesa: add new texel fetch code for fxt formatsBrian Paul1-0/+42
2012-09-15mesa: remove FEATURE_texture_fxt1 define.Oliver McFadden1-6/+0
2012-09-15mesa/fxt1: make fxt1_decode_1 staticDave Airlie1-2/+2
2012-09-05Remove useless checks for NULL before freeingMatt Turner1-3/+1
2012-09-03mesa: remove more null pointer checks before free() callsBrian Paul1-4/+2
2012-01-24swrast: s/Data/Map/ in swrast_texture_imageBrian Paul1-2/+2
2012-01-02mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul1-16/+2
2011-10-23mesa: move gl_texture_image::Data, RowStride, ImageOffsets to swrastBrian Paul1-2/+2
2011-10-07mesa: fix image unpacking when storing compressed texturesBrian Paul1-2/+7
2011-10-05mesa: get rid of imageOffsets arrays in texstore codeBrian Paul1-4/+2
2011-09-20mesa: remove GLchan in texcompress_fxt1.cBrian Paul1-74/+53
2011-09-20mesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ubyte_image()Brian Paul1-4/+4
2011-09-20mesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.cBrian Paul1-3/+38
2011-09-17mesa: move gl_texture_image::FetchTexel fields to swrastBrian Paul1-4/+5
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-10-01mesa: Trivial correction to commentIan Romanick1-1/+1
2010-09-23mesa: Remove EXT_convolution.Eric Anholt1-3/+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-03-12Grammar and spelling fixesJeff Smith1-1/+1
2010-02-23mesa: Assert that array index is not negative.Vinson Lee1-0/+1
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-6/+6
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke1-2/+2
2009-10-29mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.Chia-I Wu1-29/+6
2009-10-05mesa: don't include texformat.hBrian Paul1-1/+0
2009-09-30mesa: remove gl_texture_formatBrian Paul1-33/+0
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul1-6/+6
2009-09-27mesa: update commentsBrian Paul1-2/+2
2009-09-27mesa: remove unused gl_texture_format fieldsBrian Paul1-18/+2
2009-09-27mesa: NULL-out unused texformat field initializersBrian Paul1-6/+6
2009-09-27mesa: make some s3tc/fxt1 functions publicBrian Paul1-22/+23
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-4/+4
2008-06-24mesa: Use standard integer types.José Fonseca1-9/+4
2008-05-29Use the GLuint64EXT type defined by GL_EXT_timer_queryBrian Paul1-11/+6
2007-07-21Fix a number of MINGW32 issuesZhang1-0/+5
2007-03-18mesa: enhance fxt1_quantize_ALPHA1Xiang, Haihao1-33/+44