aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_tex.c
Commit message (Expand)AuthorAgeFilesLines
* remove bogus check of texture target in R200TexParameterRoland Scheidegger2004-02-061-4/+0
* remove bogus assertion in DeleteTexture() functionBrian Paul2004-01-261-2/+0
* Make the R200 driver work with the NewTextureObject in Mesa. OtherIan Romanick2004-01-211-4/+9
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-15/+3
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-42/+59
* Added support for EXT_texture_mirror_clamp.Ian Romanick2004-01-131-6/+18
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+2
* Added def_max_anisotropy and no_neg_lod_bias options to radeon and r200.Felix Kuehling2004-01-051-2/+24
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-111-3/+4
* xmlconfig fixesAlan Hourihane2003-12-051-16/+33
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-7/+7
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+1002