summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* Framework for supporting z24_s8 and z32 depth textures on r300.Ian Romanick2007-10-171-6/+41
* Initial support for ARB_depth_textureIan Romanick2007-10-171-1/+40
* r300: Cleaned up long lines in r300Choose8888TexFormat.Oliver McFadden2007-06-071-2/+2
* Fix r300SetTexOffset for big endian platforms.Michel Dänzer2007-05-301-7/+6
* r300: Minor indenting corrections in the texture format table.Oliver McFadden2007-05-231-2/+2
* r300: Use a single texture format table; reduces duplication.Oliver McFadden2007-05-231-64/+19
* r300: Corrected the RGB888 texture format entry.Oliver McFadden2007-05-231-1/+1
* r300: Implement SetTexOffset hook.Michel Dänzer2007-05-221-12/+61
* r300: Cleaned up function names in r300_texstate.c.Oliver McFadden2007-05-111-13/+13
* r300: Enable hardware 3D texture support. Fixes the stex3d demo.Oliver McFadden2007-05-111-8/+2
* r300: Added TODO comment regarding texture tiling; I'm not sure about this.Oliver McFadden2007-05-101-0/+2
* r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden2007-05-091-3/+4
* r300: Removed the "texmicrotile" variable; the tiling code is disabled via aOliver McFadden2007-05-091-2/+1
* r300: Converted a few "if (0)" into "if (RADEON_DEBUG & DEBUG_TEXTURE)".Oliver McFadden2007-05-091-2/+2
* r300: Indented r300_texstate.[ch]Oliver McFadden2007-05-091-43/+61
* r300: Removed some disabled R200 code from the R300 driver.Oliver McFadden2007-05-091-50/+1
* r300: Don't indent the tables in r300_texstate.c.Oliver McFadden2007-05-091-83/+87
* r300: Added a warning when texture state update fails.Oliver McFadden2007-05-091-11/+9
* r300: Whitespace cleanup in r300_texstate.cNicolai Haehnle2007-03-251-88/+82
* r300: Removed the deprecated $XFree86$ CVS keywords.Oliver McFadden2007-03-181-1/+0
* remove unused varsBrian Paul2006-11-011-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.Vladimir Dergachev2005-03-051-2/+2