summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_context.c
Commit message (Expand)AuthorAgeFilesLines
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-271-4/+0
* Convert tdfxDDInitExtensions to use driInitExtensions.Ian Romanick2004-10-061-43/+55
* stencil wrap works, either HW or SW (Ian Romanick)Daniel Borca2004-10-051-4/+1
* cleaned up extensions a bitDaniel Borca2004-08-301-3/+2
* disabled automatic mipmaps until we can handle 565 textures.Daniel Borca2004-07-291-0/+2
* several new bugsDaniel Borca2004-07-191-26/+94
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-1/+1
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-5/+16
* minor changes to silence warningsBrian Paul2004-01-181-1/+1
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+2
* Provide dummy definitions of __driConfig externsKeith Whitwell2003-12-081-0/+2
* get tdfx compilingKeith Whitwell2003-12-081-5/+5
* add tdfx DRI driverAlan Hourihane2003-12-041-0/+897