summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_texstate.c
AgeCommit message (Expand)Author
2006-10-15Use endianness test function provided by mesa.Jerome Glisse
2006-09-20try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger
2006-09-12Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse
2006-06-06make sure tex format is supported.Aapo Tahkola
2006-03-31warn about broken dxt 3/5Aapo Tahkola
2006-03-29FP textures and fixes (Ewald Snel)Brian Paul
2006-03-13Clean build.Aapo Tahkola
2006-03-13Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola
2006-03-06Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola
2006-01-27r300UpdateTextureEnv shouldnt be called.Aapo Tahkola
2006-01-21Doesnt apply anymoreAapo Tahkola
2006-01-20Fix ARGB1555 component swizzling.Aapo Tahkola
2006-01-09Fix cube maps.Aapo Tahkola
2005-12-17Add some missing hooks. This should fix various little problems with window m...Aapo Tahkola
2005-12-13fix from Roland for mipmapped compressed texturesDave Airlie
2005-12-05Fix AL8Aapo Tahkola
2005-12-04Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie
2005-11-18Try to detect when native support to given texture width is not available.Aapo Tahkola
2005-10-26Reduce stderr noise and fix some compiler warnings.Aapo Tahkola
2005-10-26Sync with my local tree.Aapo Tahkola
2005-10-05In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul
2005-09-25Add support for texture compression to R300 driverDave Airlie
2005-09-03silence misc warningsBrian Paul
2005-05-12fix warnings in r300_texstate.c (Jeff Smith)Ben Skeggs
2005-04-24Modifying to build against current Mesa. Disabled r200*.c files since they di...Aapo Tahkola
2005-03-11Add suitable definitions for the _REV formats, plus a commentPaul Mackerras
2005-03-09Don't use R200 texture constants - R300 fields are all different.Vladimir Dergachev
2005-03-09Deal with texture formats in a more robust way.Vladimir Dergachev
2005-03-05Add format 15. It turned out to be X,X,X,X,X8.Vladimir Dergachev
2005-02-17Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle
2005-02-17Cleanup formatting a little bit.Vladimir Dergachev
2005-02-16get two textures to workreist
2005-02-15Share routing code between immd/vb. Fix breakage of vertex programs in vb mode.Ben Skeggs
2005-02-15Added texture format table for big endian (this is a tempory hack).Jerome Glisse
2005-02-08Remove #ifdef's around PolygonOffset function.Vladimir Dergachev
2005-02-05Warn of unknown texture formats.Vladimir Dergachev
2005-02-03Get vertex programs supplied by the user work properly with immediate mode - ...Vladimir Dergachev
2005-02-01Reduce noiseness of the driver.Vladimir Dergachev
2005-02-01It helps to print actual values instead of random ones.Vladimir Dergachev
2005-01-28Add basic sceleton for vertex programs + some other fixesAapo Tahkola
2005-01-16This fixes it but why mipmaps still work?Aapo Tahkola
2005-01-15On the way to getting stencil and texture formats working.Vladimir Dergachev
2005-01-13Incorporate TX_FORMAT information contributed by Wladimir van der Laan.Vladimir Dergachev
2005-01-11Mipmapping and other texture filters now work.Aapo Tahkola
2005-01-09Implement a more elaborate hashing scheme for texture formats. Still not perf...Vladimir Dergachev
2005-01-06Turns out the kfountain.kss (as well as lesson19) had a bug - the size was se...Vladimir Dergachev
2005-01-05Play a little bit with texture formats.Vladimir Dergachev
2005-01-03Enable code to compute other constants that were used by R200 code.Vladimir Dergachev
2005-01-03Port texture allocation code from R200.Vladimir Dergachev