summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.c
Commit message (Expand)AuthorAgeFilesLines
* Only print message about disabling HW TCL if the chip supports it in theMichel Dänzer2004-02-281-2/+4
* call _tnl_allow_pixel/vertex_fog() funcsBrian Paul2004-02-241-1/+3
* Silence some compiler warnings.Ian Romanick2004-01-211-1/+1
* Make the R200 driver work with the NewTextureObject in Mesa. OtherIan Romanick2004-01-211-5/+0
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-16/+45
* Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.Brian Paul2004-01-181-1/+1
* Added support for EXT_texture_mirror_clamp.Ian Romanick2004-01-131-0/+1
* Removed redundant extension strings. The Mesa extension mechanismIan Romanick2004-01-121-5/+1
* Actually disable HW TCL capability when SW TCL is forced.Michel Dänzer2004-01-111-2/+3
* Add support for Radeon IGP chipsets, based off of mcgrof-radeon-igp-v3.diffEric Anholt2004-01-051-2/+3
* applied Felix's patch for configuration systemBrian Paul2003-12-121-24/+1
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+2
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-4/+4
* fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane2003-12-081-3/+2
* sync some more of the r200 driver from the DRI trunkAlan Hourihane2003-12-071-3/+4
* xmlconfig fixes for the new optionsAlan Hourihane2003-12-051-5/+11
* Import vtx-0-2-branchKeith Whitwell2003-11-241-3/+3
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-28/+62
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-2/+3
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+595