summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_tex.c
Commit message (Expand)AuthorAgeFilesLines
* added "default" branch in `convertPalette'Daniel Borca2005-01-061-5/+4
* uint*t -> u_int*t changesAlan Hourihane2004-12-141-1/+3
* fix compilation error in `convertPalette' (still have to fix the issue, though)Daniel Borca2004-10-191-2/+4
* print an error message in convertPalette before dying.Daniel Borca2004-10-181-0/+3
* small fix to match new _mesa_rescale_teximage2dDaniel Borca2004-10-181-0/+2
* Fix compile errors when DEBUG is defined.Ian Romanick2004-10-181-3/+3
* Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)Adam Jackson2004-10-131-0/+1
* fixed automatic mipmap generationDaniel Borca2004-08-301-8/+63
* several new bugsDaniel Borca2004-07-191-364/+706
* check for NULL pointer to glTexImage (fix verified by Adam Jackson)Brian Paul2004-06-221-20/+27
* fix correct parameters passed to StoreImageDaniel Borca2004-06-151-2/+2
* _really_ fix parameters to StoreImage calls.Adam Jackson2004-06-141-2/+2
* fix parameters to StoreImage()Brian Paul2004-05-131-2/+2
* fix parameters to StoreImage callsBrian Paul2004-05-121-2/+2
* remove last remnants of NEWTEXSTORE stuffBrian Paul2004-05-121-22/+0
* fix StoreImage calls, remove dead code (Adam Jackson)Brian Paul2004-05-021-23/+4
* Remove include of texutil.h to get build working.Ian Romanick2004-04-271-1/+0
* fix bracket at wrong placeRoland Scheidegger2004-04-221-2/+2
* New glTexImage code.Brian Paul2004-04-221-0/+40
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-10/+10
* more fixing for tdfxUpdateTexturePaletteBrian Paul2004-01-231-3/+3
* fix assorted compilation issuesBrian Paul2004-01-231-4/+6
* Initial support for floating point and signed texture formats.Brian Paul2004-01-231-24/+16
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-29/+59
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-83/+86
* include texobj.h to silence warningsBrian Paul2004-01-181-0/+1
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+2
* add tdfx DRI driverAlan Hourihane2003-12-041-0/+1473