summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/i830/i830_tex.c
AgeCommit message (Expand)AuthorFilesLines
2006-01-24remove very old i830 codeAlan Hourihane1-700/+0
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt1-0/+16
2004-06-10Add FXT1 compression support to i830 driverDave Airlie1-0/+102
2004-06-08Fix rectangular textures on i830 - well texrect at leastDave Airlie1-1/+1
2004-04-08build fixesAlan Hourihane1-0/+1
2004-01-26remove bogus assertion in DeleteTexture() functionBrian Paul1-1/+0
2004-01-26Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling1-3/+3
2004-01-20Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul1-15/+5
2004-01-20Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul1-28/+39
2004-01-18include texobj.h to silence warningsBrian Paul1-1/+1
2004-01-11call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul1-0/+2
2003-09-30add the i830 driver - no kernel driver yetAlan Hourihane1-0/+579