aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r300/r300_tex.c
Commit message (Expand)AuthorAgeFilesLines
* r300: Convert to shared debug code.Pauli Nieminen2009-08-311-4/+4
* Merge remote branch 'origin/master' into radeon-rewriteDave Airlie2009-04-091-3/+8
|\
| * dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+8
* | radeon: go back and repick texture formats.Dave Airlie2009-04-011-1/+1
* | r300: fix bo ref/unref, plugs DRI handle leaksDave Airlie2009-02-241-0/+5
* | radeon-common: Fix crash in glGetTexImageNicolai Haehnle2009-02-141-0/+2
* | radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-1/+1
* | r300: fixup mipmap + texsubimage issuesDave Airlie2009-02-031-1/+1
* | r200/r300: port r200 texture handling to common codeDave Airlie2009-01-221-496/+10
* | r300/radeon: move face_for_targetDave Airlie2009-01-211-19/+2
* | r300: start migrating common functions into common codeDave Airlie2009-01-211-123/+10
* | r300: move to common texture_image objectDave Airlie2009-01-211-9/+9
* | radeon/r200/r300: start to move to common miptree/texobjDave Airlie2009-01-211-34/+34
* | r300: release bo from pixmapJerome Glisse2008-11-141-0/+4
* | r300: bo and cs abstraction.Jerome Glisse2008-11-141-440/+339
|/
* 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