aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_texstate.c
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for texture compression to R300 driverDave Airlie2005-09-251-61/+94
* silence misc warningsBrian Paul2005-09-031-2/+4
* fix warnings in r300_texstate.c (Jeff Smith)Ben Skeggs2005-05-121-4/+4
* Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola2005-04-241-0/+5
* Add suitable definitions for the _REV formats, plus a commentPaul Mackerras2005-03-111-10/+20
* Don't use R200 texture constants - R300 fields are all different.Vladimir Dergachev2005-03-091-0/+4
* Deal with texture formats in a more robust way.Vladimir Dergachev2005-03-091-49/+25
* Add format 15. It turned out to be X,X,X,X,X8.gliding_penguinVladimir Dergachev2005-03-051-2/+2
* Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle2005-02-171-37/+37
* Cleanup formatting a little bit.Vladimir Dergachev2005-02-171-2/+6
* get two textures to workreist2005-02-161-2/+2
* Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.Ben Skeggs2005-02-151-1/+1
* Added texture format table for big endian (this is a tempory hack).Jerome Glisse2005-02-151-1/+28
* Remove #ifdef's around PolygonOffset function.Vladimir Dergachev2005-02-081-1/+1
* Warn of unknown texture formats.Vladimir Dergachev2005-02-051-17/+17
* Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev2005-02-031-0/+1
* Reduce noiseness of the driver.Vladimir Dergachev2005-02-011-0/+2
* It helps to print actual values instead of random ones.Vladimir Dergachev2005-02-011-1/+2
* Add basic sceleton for vertex programs + some other fixesAapo Tahkola2005-01-281-1/+1
* This fixes it but why mipmaps still work?Aapo Tahkola2005-01-161-2/+2
* On the way to getting stencil and texture formats working.Vladimir Dergachev2005-01-151-7/+44
* Incorporate TX_FORMAT information contributed by Wladimir van der Laan.Vladimir Dergachev2005-01-131-4/+4
* Mipmapping and other texture filters now work.Aapo Tahkola2005-01-111-2/+6
* Implement a more elaborate hashing scheme for texture formats. Still not perf...Vladimir Dergachev2005-01-091-2/+3
* Turns out the kfountain.kss (as well as lesson19) had a bug - the size was se...Vladimir Dergachev2005-01-061-0/+4
* Play a little bit with texture formats.Vladimir Dergachev2005-01-051-6/+6
* Enable code to compute other constants that were used by R200 code.Vladimir Dergachev2005-01-031-5/+4
* Port texture allocation code from R200.red_tinted_cubeVladimir Dergachev2005-01-031-0/+1390