summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* merge current trunk into vbo branchAlan Hourihane2006-11-021-1/+0
* Use endianness test function provided by mesa.Jerome Glisse2006-10-151-4/+2
* try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger2006-09-201-10/+60
* Removing some of r200 dependency, cleaning up code a bit,Jerome Glisse2006-09-121-83/+22
* make sure tex format is supported.Aapo Tahkola2006-06-061-1/+2
* warn about broken dxt 3/5Aapo Tahkola2006-03-311-0/+1
* FP textures and fixes (Ewald Snel)Brian Paul2006-03-291-1/+14
* Clean build.Aapo Tahkola2006-03-131-723/+2
* Fix broken max mipmap leveling that was horribly wrong.Aapo Tahkola2006-03-131-3/+2
* Port r200 tex tiling code to run on r300 but keep it disabled.Aapo Tahkola2006-03-061-0/+32
* r300UpdateTextureEnv shouldnt be called.Aapo Tahkola2006-01-271-2/+2
* Doesnt apply anymoreAapo Tahkola2006-01-211-8/+0
* Fix ARGB1555 component swizzling.Aapo Tahkola2006-01-201-4/+4
* Fix cube maps.Aapo Tahkola2006-01-091-10/+2
* Add some missing hooks. This should fix various little problems with window m...Aapo Tahkola2005-12-171-0/+1
* fix from Roland for mipmapped compressed texturesDave Airlie2005-12-131-3/+5
* Fix AL8Aapo Tahkola2005-12-051-2/+2
* Fix r300 rectangular texture upload and swtcl coordinate fixing same as radeonDave Airlie2005-12-041-4/+12
* Try to detect when native support to given texture width is not available.Aapo Tahkola2005-11-181-0/+8
* Reduce stderr noise and fix some compiler warnings.Aapo Tahkola2005-10-261-202/+0
* Sync with my local tree.Aapo Tahkola2005-10-261-3/+2
* In gl_texture_image replace IntFormat with InternalFormat and Format withBrian Paul2005-10-051-2/+2
* 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