summaryrefslogtreecommitdiff
path: root/src/mesa/main/texcompress_fxt1.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-11-16fix bug 9046Brian Paul1-2/+2
2006-09-29include mipmap.hBrian Paul1-0/+1
2006-05-20In gl_texture_image, replace ImageStride with an ImageOffsets array.Brian Paul1-4/+6
2006-04-06Replace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32-bit integer format.Brian Paul1-0/+2
2005-11-30fxt1_decode_1() should not be staticBrian Paul1-2/+2
2005-09-28Initial work for GL_EXT_packed_depth_stencil extension.Brian Paul1-0/+2
2005-09-19init a=0Brian Paul1-1/+1
2005-09-16use mesa import wrappers, bug 4468Brian Paul1-2/+2
2005-09-12remove rendundant r,g,b,a vars (bug 4331)Brian Paul1-1/+0
2005-09-10fix GLubyte/GLchan inconsistencies (bug 4331)Brian Paul1-77/+121
2005-05-07assorted warning clean-ups for x86_64, etc (Mikko T.)Brian Paul1-4/+4
2005-02-14added a bunch of const in the decoderDaniel Borca1-30/+29
2004-12-15fxt1_decode_1() needs to be non-static for the tdfx and glide drivers.Adam Jackson1-2/+2
2004-12-06explicit cast in a few placesDaniel Borca1-2/+2
2004-12-03Use the GL datatypes. Lots of assorted clean-ups.Brian Paul1-245/+250
2004-12-03silence a variety of warnings found with g++ 3.4.2Brian Paul1-8/+10
2004-11-15use float constantsDaniel Borca1-3/+3
2004-11-01cleaned up the mess a bitDaniel Borca1-211/+91
2004-10-29decoder "width" parameter represents "stride-in-pixels"Daniel Borca1-3/+3
2004-10-18use RowStride instead of Width in texel fetchers.Daniel Borca1-11/+11
2004-08-30revived unused code, but got rid of warningsDaniel Borca1-10/+10
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-2/+17
2004-08-14Silent compiler "variable may be used uninitialized" warnings.Philippe Houdoin1-5/+6
2004-07-02init some vars to silence warningsBrian Paul1-8/+8
2004-06-21added support for non-64bit compilersDaniel Borca1-29/+64
2004-05-31reworked FXT1Daniel Borca1-77/+921
2004-05-25oopsDaniel Borca1-1/+0
2004-05-25FXT1 texture compression (initial draft)Daniel Borca1-35/+640
2004-05-04Fix minor warnings found with g++.Brian Paul1-3/+3
2004-05-04texture compression: getting warmerDaniel Borca1-19/+13
2004-05-03unbloat namespaceDaniel Borca1-16/+18
2004-04-30FXT1: getting warmerDaniel Borca1-2/+2
2004-04-29FXT1 preparationsDaniel Borca1-6/+133
2004-04-27Removed the old teximage code.Brian Paul1-0/+155