r300: Added some more Doxygen documentation and made some functions static.
[mesa.git] / src / mesa / drivers / dri / r300 / r300_texmem.c
2007-05-09 Oliver McFaddenr300: Added some more Doxygen documentation and made...
2007-05-09 Oliver McFaddenr300: Converted a few "if (0)" into "if (RADEON_DEBUG...
2007-05-09 Oliver McFaddenr300: Renamed the R300 memory manager from "radeon...
2007-05-09 Oliver McFaddenMerge branch 'master' of git://anongit.freedesktop...
2007-05-09 Oliver McFaddenr300: Last of the indent changes. :)
2007-05-09 Oliver McFaddenr300: Indented r300_texmem.[ch].
2007-05-09 Oliver McFaddenr300: Corrected the exit codes for consistency; they...
2007-05-09 Oliver McFaddenr300: Converted exit calls to _mesa_exit calls.
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-26 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-25 Nicolai Haehnler300: Whitespace cleanup in r300_texmem.c
2007-03-21 Brianmerge from master
2007-03-19 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-18 Oliver McFaddenr300: Removed the deprecated $XFree86$ CVS keywords.
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-09-12 Jerome GlisseRemoving some of r200 dependency, cleaning up code...
2006-04-11 Aapo Tahkolarectangular fp16 fixes (Ewald Snel)
2006-03-29 Brian PaulFP textures and fixes (Ewald Snel)
2006-03-20 Aapo TahkolaFix texrect upload conflicts.
2006-03-06 Aapo TahkolaPort r200 tex tiling code to run on r300 but keep it...
2005-12-04 Dave AirlieFix r300 rectangular texture upload and swtcl coordinat...
2005-09-25 Dave AirlieAdd support for texture compression to R300 driver
2005-08-25 Eric AnholtAttempt to fix the issue reported by Alan Grimes with...
2005-03-08 Aapo TahkolaReplacing some RADEON cmd types with r300 counterparts.
2005-02-17 Nicolai HaehnleFixing *lots* of warning messages, especially concernin...
2005-02-16 Rune Petersensmall cleanup, remove some warnings
2005-02-03 Vladimir DergachevGet vertex programs supplied by the user work properly...
2005-01-31 Vladimir DergachevAdd magic sequence to prevent ClearBuffer from locking up.
2005-01-31 Vladimir DergachevUse SecondaryColorPtr, not ColorPtr[1] (the latter...
2005-01-13 Vladimir DergachevIncorporate TX_FORMAT information contributed by Wladim...
2005-01-03 Vladimir DergachevPort texture allocation code from R200.