Merge commit 'origin/gallium-0.1' into gallium-0.2
[mesa.git] / src / mesa / main / texcompress_fxt1.c
2008-10-15 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-24 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-23 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-22 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-21 Keith WhitwellMerge branch 'master' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-18 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-09-12 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-09-11 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-09-11 Keith WhitwellMerge branch 'gallium-0.1' into gallium-0.2
2008-06-24 José Fonsecamesa: Use standard integer types.
2008-06-04 Keith PackardMerge commit 'origin/master' into drm-gem
2008-05-29 Brian PaulUse the GLuint64EXT type defined by GL_EXT_timer_query
2007-10-26 Zou Nan haiMerge branch '965-glsl'
2007-09-20 Eric AnholtMerge branch 'master' into i915-unification
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-25 JoukMerge branch 'master' of git+ssh://joukj@git.freedeskto...
2007-07-21 ZhangFix a number of MINGW32 issues
2007-03-21 Brianmerge from master
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Xiang, Haihaomesa: enhance fxt1_quantize_ALPHA1
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-16 Brian Paulfix bug 9046
2006-09-29 Brian Paulinclude mipmap.h
2006-05-20 Brian PaulIn gl_texture_image, replace ImageStride with an ImageO...
2006-04-06 Brian PaulReplace MESA_FORMAT_DEPTH_COMPONENT_FLOAT32 with 32...
2005-11-30 Brian Paulfxt1_decode_1() should not be static
2005-09-28 Brian PaulInitial work for GL_EXT_packed_depth_stencil extension.
2005-09-19 Brian Paulinit a=0
2005-09-16 Brian Pauluse mesa import wrappers, bug 4468
2005-09-12 Brian Paulremove rendundant r,g,b,a vars (bug 4331)
2005-09-10 Brian Paulfix GLubyte/GLchan inconsistencies (bug 4331)
2005-05-07 Brian Paulassorted warning clean-ups for x86_64, etc (Mikko T.)
2005-02-14 Daniel Borcaadded a bunch of const in the decoder
2004-12-15 Adam Jacksonfxt1_decode_1() needs to be non-static for the tdfx...
2004-12-06 Daniel Borcaexplicit cast in a few places
2004-12-03 Brian PaulUse the GL datatypes. Lots of assorted clean-ups.
2004-12-03 Brian Paulsilence a variety of warnings found with g++ 3.4.2
2004-11-15 Daniel Borcause float constants
2004-11-01 Daniel Borcacleaned up the mess a bit
2004-10-29 Daniel Borcadecoder "width" parameter represents "stride-in-pixels"
2004-10-18 Daniel Borcause RowStride instead of Width in texel fetchers.
2004-08-30 Daniel Borcarevived unused code, but got rid of warnings
2004-08-25 Brian PaulSilence gcc 3.4 warnings on ReactOS. Mostly unused...
2004-08-14 Philippe HoudoinSilent compiler "variable may be used uninitialized...
2004-07-02 Brian Paulinit some vars to silence warnings
2004-06-21 Daniel Borcaadded support for non-64bit compilers
2004-05-31 Daniel Borcareworked FXT1
2004-05-25 Daniel Borcaoops
2004-05-25 Daniel BorcaFXT1 texture compression (initial draft)
2004-05-04 Brian PaulFix minor warnings found with g++.
2004-05-04 Daniel Borcatexture compression: getting warmer
2004-05-03 Daniel Borcaunbloat namespace
2004-04-30 Daniel BorcaFXT1: getting warmer
2004-04-29 Daniel BorcaFXT1 preparations
2004-04-27 Brian PaulRemoved the old teximage code.