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