aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx/tdfx_context.c
Commit message (Expand)AuthorAgeFilesLines
* remove _tnl_arb_vertex_program_stageBrian2007-04-161-6/+0
* Merge branch 'master' of git+ssh://[email protected]/git/mesa/mesa i...Keith Whitwell2007-01-161-12/+16
|\
| * Enable GLX_SGI_make_current_read for tdfx.Ian Romanick2006-11-141-2/+8
| * Implement GL_ARB_occlusion_query.Ian Romanick2006-11-131-0/+2
| * Eliminate use of deprecated GetBufferSize interface.Ian Romanick2006-11-131-11/+7
* | switch remaining drivers over to vboKeith Whitwell2006-10-311-3/+3
|/
* include texobj.h to silence warningBrian Paul2006-08-251-0/+1
* Added _mesa_lookup_program() and _mesa_lookup_bufferobj() functions to avoidBrian Paul2006-08-231-1/+1
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-251-1/+0
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-281-2/+2
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-37/+62
* Move fallback and other debugging under TDFX_DEBUG using the same mechanismEric Anholt2005-06-011-8/+13
* Add no_rast option.Eric Anholt2005-06-011-4/+9
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-041-7/+7
* remove unneeded codeBrian Paul2005-02-051-9/+0
* removed need for Shared->TexObjectList, walk over texture hash table entries ...Brian Paul2005-02-051-0/+13
* 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