summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_texstate.c
Commit message (Expand)AuthorAgeFilesLines
* r200: emit cube for kms correctly + fix tex emit resetDave Airlie2009-09-011-0/+2
* r200: Convert r200 to use new style debug code.Pauli Nieminen2009-08-311-5/+5
* radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie2009-07-021-3/+3
* R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTAlex Deucher2009-05-131-1/+4
* r300: remove unused debugging in set tex buffer pathsDave Airlie2009-04-281-1/+0
* r200: fix texture level for compiz caseJerome Glisse2009-04-121-2/+2
* radeon: go back and repick texture formats.Dave Airlie2009-04-011-1/+1
* radeon/r200/r300: set correct row stride for rbsDave Airlie2009-03-261-0/+1
* radeon/r200/r300: add support for new tfp interfaceDave Airlie2009-03-221-3/+16
* Merge remote branch 'main/master' into radeon-rewriteDave Airlie2009-03-201-19/+23
|\
| * mesa: re-org texgen stateBrian Paul2009-02-211-19/+23
* | radeon/r200/r300: cleanup some of the renderbuffer codeDave Airlie2009-03-191-1/+1
* | radeon: use t->bo to figure out of settexbuffer override is in actionDave Airlie2009-03-051-0/+4
* | r200: add set tex buffer supportDave Airlie2009-03-061-0/+104
* | 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