summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.c
AgeCommit message (Expand)Author
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee
2010-10-01mesa: Trivial correction to commentIan Romanick
2010-09-23mesa: Remove EXT_convolution.Eric Anholt
2010-07-31mesa: Remove unnecessary headers.Vinson Lee
2010-07-30mesa: Include macros.h in files that use symbols from macros.h.Vinson Lee
2010-03-12Grammar and spelling fixesJeff Smith
2010-02-23mesa: Assert that array index is not negative.Vinson Lee
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2009-10-29mesa/main: Make FEATURE_texture_fxt1 follow feature conventions.Chia-I Wu
2009-10-05mesa: don't include texformat.hBrian Paul
2009-09-30mesa: remove gl_texture_formatBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-27mesa: update commentsBrian Paul
2009-09-27mesa: remove unused gl_texture_format fieldsBrian Paul
2009-09-27mesa: NULL-out unused texformat field initializersBrian Paul
2009-09-27mesa: make some s3tc/fxt1 functions publicBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-06-24mesa: Use standard integer types.José Fonseca
2008-05-29Use the GLuint64EXT type defined by GL_EXT_timer_queryBrian Paul
2007-07-21Fix a number of MINGW32 issuesZhang
2007-03-18mesa: enhance fxt1_quantize_ALPHA1Xiang, Haihao
2006-11-16fix bug 9046Brian Paul
2006-09-29include mipmap.hBrian Paul
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul
2005-11-30fxt1_decode_1() should not be staticBrian Paul
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul
2005-09-19init a=0Brian Paul
2005-09-16use mesa import wrappers, bug 4468Brian Paul
2005-09-12remove rendundant r,g,b,a vars (bug 4331)Brian Paul
2005-09-10fix GLubyte/GLchan inconsistencies (bug 4331)Brian Paul
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul
2005-02-14added a bunch of const in the decoderDaniel Borca
2004-12-15fxt1_decode_1() needs to be non-static for the tdfx and glide drivers.Adam Jackson
2004-12-06explicit cast in a few placesDaniel Borca
2004-12-03Use the GL datatypes. Lots of assorted clean-ups.Brian Paul
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul
2004-11-15use float constantsDaniel Borca
2004-11-01cleaned up the mess a bitDaniel Borca
2004-10-29decoder "width" parameter represents "stride-in-pixels"Daniel Borca
2004-10-18use RowStride instead of Width in texel fetchers.Daniel Borca
2004-08-30revived unused code, but got rid of warningsDaniel Borca
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul
2004-08-14Silent compiler "variable may be used uninitialized" warnings.Philippe Houdoin
2004-07-02init some vars to silence warningsBrian Paul
2004-06-21added support for non-64bit compilersDaniel Borca
2004-05-31reworked FXT1Daniel Borca
2004-05-25oopsDaniel Borca
2004-05-25FXT1 texture compression (initial draft)Daniel Borca