summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200/r200_texstate.c
AgeCommit message (Expand)Author
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
2004-06-02add support for more than 2 texture units (max 6, default 4). use hang workar...Roland Scheidegger
2004-05-05Added support for the 3rd texture coordinate for cubemaps and 3DIan Romanick
2004-02-06Refactor "class" texture environments to be implemented in terms ofIan Romanick
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-22Corrected a comment about how the DOT3 hardware works in the R200.Ian Romanick
2003-12-11Updates to tnl_dd_dmatmp.hKeith Whitwell
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-06r200 driver, brought over by Jon SmirlKeith Whitwell