aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie2009-02-171-20/+3
* r200: align with r100 codeDave Airlie2009-02-171-3/+2
* radeon/r200: fix set tex offset functionsDave Airlie2009-02-131-3/+1
* r200: update with changes from r100 driver for texture stateDave Airlie2009-02-131-2/+44
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-2/+2
* r200r300: start merging span codeDave Airlie2009-01-221-253/+0
* radeon: fix 1D texturesDave Airlie2009-01-221-1/+2
* r200: fix cubemapsDave Airlie2009-01-221-9/+0
* r200/r300: port r200 texture handling to common codeDave Airlie2009-01-221-253/+137
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-10/+10
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-3/+3
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-14/+14
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-7/+7
* r200: fix state submission issue causing bogus textures (bug 15730)Ove Kaaven2008-04-291-0/+6
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-3/+1
* r200: Fix texture format regression on big endian systems.Michel Dänzer2007-11-281-3/+6
* r200: Fix SetTexOffset format for 16 bit pixmaps/textures.Michel Dänzer2007-11-061-6/+6
* r200: Implement SetTexOffset hook.Chris Rankin2007-09-291-29/+65
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* casting, type changes to silence warningsBrian Paul2006-11-021-2/+2
* try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger2006-09-201-5/+45
* fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...Roland Scheidegger2006-09-201-4/+89
* Always mark tex state atom as dirty when the texture image is dirty, this ens...Roland Scheidegger2006-09-131-4/+7
* fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...Roland Scheidegger2006-09-131-5/+7
* First step of Radeon DRI unification:Eric Anholt2005-11-021-1/+1
* add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger2005-09-121-35/+80
* enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger2005-08-311-69/+341
* Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt moreEric Anholt2005-05-311-2/+1
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-20/+53
* Fix compile errors when DEBUG is defined.Ian Romanick2004-10-181-2/+2
* Add code to support projective texturing and fix mixed enabling of textureEric Anholt2004-10-161-104/+135
* Always turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears thatEric Anholt2004-10-161-2/+8
* This statechange is vtx state, not tcl.Eric Anholt2004-10-091-1/+1
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-2/+29
* -O -Wall warnings cleanups in r200.Eric Anholt2004-09-241-1/+0
* Big-endian texture fixes from Michel Dänzer.Brian Paul2004-06-191-0/+10
* use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger2004-06-171-13/+12
* fix minor signedness issue in assertionRoland Scheidegger2004-06-031-2/+2
* add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger2004-06-021-73/+114
* Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick2004-05-051-0/+1
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-699/+241
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-12/+12
* Corrected a comment about how the DOT3 hardware works in the R200.Ian Romanick2004-01-221-4/+4
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-1/+1
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-70/+26
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+1824