GC a bit of dead code I noticed while looking at texwrap.
[mesa.git] / src / mesa / drivers / dri / r300 / r300_tex.c
2005-10-28 Eric AnholtGC a bit of dead code I noticed while looking at texwrap.
2005-10-26 Aapo TahkolaReduce stderr noise and fix some compiler warnings.
2005-10-20 Dave Airliefixes for r300_tex.c from Aapo Tahkola
2005-09-25 Dave AirlieAdd support for texture compression to R300 driver
2005-02-24 Aapo TahkolaAnother nasty struct size bug found.
2005-02-19 Aapo TahkolaMinor fix to border and blend color.
2005-02-17 Nicolai HaehnleFixing *lots* of warning messages, especially concernin...
2005-02-10 Aapo TahkolaTurns out unknown5 was border color. texwrap looks...
2005-02-08 Aapo TahkolaTypo..
2005-02-08 Aapo TahkolaFix the bug and get zbias back into shape. There might...
2005-02-01 Vladimir DergachevGet alpha in textures to work properly.
2005-01-25 Aapo TahkolaFixes for clamp modes.
2005-01-15 Vladimir DergachevOn the way to getting stencil and texture formats working.
2005-01-14 Aapo TahkolaAdded fixes for filter modes and support for anisotropy...
2005-01-11 Aapo TahkolaMipmapping and other texture filters now work.
2005-01-05 Vladimir DergachevPlay a little bit with texture formats.
2005-01-03 Vladimir DergachevEnable code to compute other constants that were used...
2005-01-03 Vladimir DergachevPort texture allocation code from R200.