summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_texstate.c
AgeCommit message (Expand)Author
2009-07-02radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie
2009-05-13R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTAlex Deucher
2009-04-28r300: remove unused debugging in set tex buffer pathsDave Airlie
2009-04-12r200: fix texture level for compiz caseJerome Glisse
2009-04-01radeon: go back and repick texture formats.Dave Airlie
2009-03-26radeon/r200/r300: set correct row stride for rbsDave Airlie
2009-03-22radeon/r200/r300: add support for new tfp interfaceDave Airlie
2009-03-20Merge remote branch 'main/master' into radeon-rewriteDave Airlie
2009-03-19radeon/r200/r300: cleanup some of the renderbuffer codeDave Airlie
2009-03-05radeon: use t->bo to figure out of settexbuffer override is in actionDave Airlie
2009-03-06r200: add set tex buffer supportDave Airlie
2009-02-21mesa: re-org texgen stateBrian Paul
2009-02-17radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie
2009-02-17r200: align with r100 codeDave Airlie
2009-02-13radeon/r200: fix set tex offset functionsDave Airlie
2009-02-13r200: update with changes from r100 driver for texture stateDave Airlie
2009-02-12r200/r300: get up to speed on renamed filesDave Airlie
2009-01-22r200r300: start merging span codeDave Airlie
2009-01-22radeon: fix 1D texturesDave Airlie
2009-01-22r200: fix cubemapsDave Airlie
2009-01-22r200/r300: port r200 texture handling to common codeDave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
2009-01-14radeon/r200: move more stuff closer together in contextDave Airlie
2009-01-13radeon/r200: start splitting out commonalities into separate headersDave Airlie
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2008-04-29r200: fix state submission issue causing bogus textures (bug 15730)Ove Kaaven
2008-03-31DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg
2007-11-28r200: Fix texture format regression on big endian systems.Michel Dänzer
2007-11-06r200: Fix SetTexOffset format for 16 bit pixmaps/textures.Michel Dänzer
2007-09-29r200: Implement SetTexOffset hook.Chris Rankin
2007-05-17remove CVS/XFree86 keywordsChristoff Brill
2006-11-02casting, type changes to silence warningsBrian Paul
2006-09-20try to use a 8888 texture format which will result in only a memcopy in mesa'...Roland Scheidegger
2006-09-20fix mixed texgen/non-texgen with texgen modes requiring plane parameters (GL_...Roland Scheidegger
2006-09-13Always mark tex state atom as dirty when the texture image is dirty, this ens...Roland Scheidegger
2006-09-13fix GL_REFLECTION_MAP texgen by not using tex matrix negation when lighting i...Roland Scheidegger
2005-11-02First step of Radeon DRI unification:Eric Anholt
2005-09-12add complete support for ATI_fragment_shader for the r200. Most of the new co...Roland Scheidegger
2005-08-31enable GL_ARB_texture_env_crossbar on r200, separate the enable bits for text...Roland Scheidegger
2005-05-31Bugzilla #2708: Disable the fallback on GL_SPHERE_MAP. It appears to hurt moreEric Anholt
2005-02-10add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger
2004-10-18Fix compile errors when DEBUG is defined.Ian Romanick
2004-10-16Add code to support projective texturing and fix mixed enabling of textureEric Anholt
2004-10-16Always turn on the TAM_DEBUG3=0x6 workaround on real r200s. It appears thatEric Anholt
2004-10-09This statechange is vtx state, not tcl.Eric Anholt
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt
2004-09-24-O -Wall warnings cleanups in r200.Eric Anholt
2004-06-19Big-endian texture fixes from Michel Dänzer.Brian Paul
2004-06-17use I8 internal format for GL_INTENSITY, GL_ALPHA and GL_LUMINANCE texture fo...Roland Scheidegger
2004-06-03fix minor signedness issue in assertionRoland Scheidegger