summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i810/i810tex.c
AgeCommit message (Expand)Author
2009-04-01dri: use BorderColor instead of _BorderChanBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2005-08-30added some parenthesis to silence warningsBrian Paul
2005-08-25Fix texture format selection. ChooseTextureFormat is supposed to select theIan Romanick
2005-08-19Enable ARB_texture_compression. The code has been in place for a long time,Ian Romanick
2005-08-18Don't try to update hardware texture fields if there is no hardware texture.Ian Romanick
2004-04-08build fixesAlan Hourihane
2004-01-26remove bogus assertion in DeleteTexture() functionBrian Paul
2004-01-26Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling
2004-01-20Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul
2004-01-18include texobj.h to silence warningsBrian Paul
2004-01-11call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul
2003-09-30add the i810 driver - no kernel driver yetAlan Hourihane