summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/texcompress_fxt1.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix bug 9046Brian Paul2006-11-161-2/+2
* include mipmap.hBrian Paul2006-09-291-0/+1
* In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul2006-05-201-4/+6
* Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul2006-04-061-0/+2
* fxt1_decode_1() should not be staticBrian Paul2005-11-301-2/+2
* Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul2005-09-281-0/+2
* init a=0Brian Paul2005-09-191-1/+1
* use mesa import wrappers, bug 4468Brian Paul2005-09-161-2/+2
* remove rendundant r,g,b,a vars (bug 4331)Brian Paul2005-09-121-1/+0
* fix GLubyte/GLchan inconsistencies (bug 4331)Brian Paul2005-09-101-77/+121
* assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul2005-05-071-4/+4
* added a bunch of const in the decoderDaniel Borca2005-02-141-30/+29