summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i810/i810tex.c
Commit message (Expand)AuthorAgeFilesLines
* remove bogus assertion in DeleteTexture() functionBrian Paul2004-01-261-1/+0
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-261-3/+2
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-18/+6
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-34/+49
* include texobj.h to silence warningsBrian Paul2004-01-181-1/+1
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+2
* add the i810 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+544