summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx/tdfx_tex.c
AgeCommit message (Expand)Author
2004-04-22New glTexImage code.Brian Paul
2004-01-27Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell
2004-01-23more fixing for tdfxUpdateTexturePaletteBrian Paul
2004-01-23fix assorted compilation issuesBrian Paul
2004-01-23Initial support for floating point and signed texture formats.Brian Paul
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-12-04add tdfx DRI driverAlan Hourihane