summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx
Commit message (Expand)AuthorAgeFilesLines
* unfinished SOLO driver for TDFXDaniel Borca2004-03-151-0/+525
* Adjust includes to help DRI buildJon Smirl2004-03-121-0/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-116-14/+14
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-64/+64
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-2/+4
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-273-29/+29
* more fixing for tdfxUpdateTexturePaletteBrian Paul2004-01-233-9/+3
* a few more tweaksBrian Paul2004-01-231-7/+1
* fix assorted compilation issuesBrian Paul2004-01-232-7/+9
* Initial support for floating point and signed texture formats.Brian Paul2004-01-231-24/+16
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-12/+3
* 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-209-212/+134
* minor changes to silence warningsBrian Paul2004-01-181-1/+1
* 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
* new MakefilesBrian Paul2003-12-121-2/+2
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+2
* Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell2003-12-091-6/+6
* Provide dummy definitions of __driConfig externsKeith Whitwell2003-12-081-0/+2
* build in SOLO environmentAlan Hourihane2003-12-082-2/+40
* get tdfx compilingKeith Whitwell2003-12-085-163/+38
* Remove PRIM_PARITY referenceKeith Whitwell2003-12-081-4/+1
* build fixesAlan Hourihane2003-12-041-1/+2
* build fixesAlan Hourihane2003-12-041-1/+1
* add tdfx DRI driverAlan Hourihane2003-12-0433-0/+15823