aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_tex.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-11/+12
* r300: Fix a crash related to depth textures (triggered by Glest w/ shadowmaps)Nicolai Haehnle2008-07-271-0/+2
* r300: Cleanup LodBias supportNicolai Haehnle2008-06-301-91/+0
* r300: Change LOD bias emission to more closely follow per-tex rules.Corbin Simpson2008-06-291-2/+8
* r300: Fix wrap mode for 1D texturesNicolai Haehnle2008-06-291-97/+30
* r300: Make LOD bias a persistent environment variable.Corbin Simpson2008-06-161-13/+0
* r300: Fix new incarnation of bug 3195.Corbin Simpson2008-06-161-5/+14
* r300: Forgot to clear old state before writing new state.Corbin Simpson2008-06-161-0/+1
* r300: Enable LOD bias state emission.Corbin Simpson2008-06-151-16/+49
* Oops, misordered a few instructions.Corbin Simpson2008-06-151-1/+2
* r300: Unbreak LOD biasing, a bit.Corbin Simpson2008-06-151-34/+33
* r3xx/r5xx: Don't force aniso.Corbin Simpson2008-06-141-1/+1
* r300: Allow driconf to set a default anisotropy.Corbin Simpson2008-06-071-2/+4
* r300: Further anisotropic filtering fixesNicolai Haehnle2008-06-071-26/+20
* r5xx: Unbreak anisotropic filtering?Corbin Simpson2008-06-071-6/+13
* r300: Cleanup TX_MIN_FILTER definesNicolai Haehnle2008-06-061-43/+28
* r300: Remove unused variable r300_tex_obj::dirty_state and related definesNicolai Haehnle2008-06-061-5/+1
* r300: fix texwrap border colorDave Airlie2007-11-031-1/+1
* Initial support for ARB_depth_textureIan Romanick2007-10-171-0/+32
* r300: Cleaned up long lines in r300Choose8888TexFormat.Oliver McFadden2007-06-071-42/+32
* r300: Use #if 0 for disabled code, rather than commenting it out.Oliver McFadden2007-05-131-10/+14
* r300: Removed a couple of obsolete/commented out includes.Oliver McFadden2007-05-131-1/+0
* r300: Enable hardware 3D texture support. Fixes the stex3d demo.Oliver McFadden2007-05-111-14/+0
* r300: Added some more Doxygen documentation and made some functions static.Oliver McFadden2007-05-091-3/+4
* r300: Converted a few "if (0)" into "if (RADEON_DEBUG & DEBUG_TEXTURE)".Oliver McFadden2007-05-091-2/+2
* r300: Added some Doxygen comments.Christoph Bill2007-05-091-1/+1
* r300: Indented r300_tex.[ch].Oliver McFadden2007-05-091-147/+157
* r300: Removed some disabled R200 code from the R300 driver.Oliver McFadden2007-05-091-2/+0
* r300: Removed some obsolete code from r300_tex.c.Oliver McFadden2007-05-091-22/+0
* r300: Removed the deprecated $XFree86$ CVS keywords.Oliver McFadden2007-03-181-1/+0
* try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger2006-09-201-4/+36
* FP textures and fixes (Ewald Snel)Brian Paul2006-03-291-0/+25
* Clean build.Aapo Tahkola2006-03-131-3/+0
* Fix a problem where offsets from disabled tmus reach drmAapo Tahkola2006-01-261-0/+3
* No you arent.Aapo Tahkola2005-12-171-15/+0
* GC a bit of dead code I noticed while looking at texwrap.Eric Anholt2005-10-281-7/+0
* Reduce stderr noise and fix some compiler warnings.Aapo Tahkola2005-10-261-23/+0
* fixes for r300_tex.c from Aapo TahkolaDave Airlie2005-10-201-4/+4
* Add support for texture compression to R300 driverDave Airlie2005-09-251-0/+128
* Another nasty struct size bug found.Aapo Tahkola2005-02-241-1/+1
* Minor fix to border and blend color.Aapo Tahkola2005-02-191-1/+1
* Fixing *lots* of warning messages, especially concerning unportableNicolai Haehnle2005-02-171-21/+21
* Turns out unknown5 was border color. texwrap looks good now.Aapo Tahkola2005-02-101-1/+1
* Typo..Aapo Tahkola2005-02-081-1/+1
* Fix the bug and get zbias back into shape. There might still be some problems...Aapo Tahkola2005-02-081-0/+1
* Get alpha in textures to work properly.Vladimir Dergachev2005-02-011-2/+4
* Fixes for clamp modes.Aapo Tahkola2005-01-251-1/+1
* On the way to getting stencil and texture formats working.Vladimir Dergachev2005-01-151-0/+7
* Added fixes for filter modes and support for anisotropy filters.Aapo Tahkola2005-01-141-61/+46
* Mipmapping and other texture filters now work.Aapo Tahkola2005-01-111-34/+45