summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i830/i830_tex.c
Commit message (Expand)AuthorAgeFilesLines
* Add FXT1 compression support to i830 driverDave Airlie2004-06-101-0/+102
* Fix rectangular textures on i830 - well texrect at leastDave Airlie2004-06-081-1/+1
* build fixesAlan Hourihane2004-04-081-0/+1
* 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/+3
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-15/+5
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-28/+39
* 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 i830 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+579