summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx
Commit message (Expand)AuthorAgeFilesLines
* Replace ctx->Driver.StencilOp/Func/Mask() functions withBrian Paul2005-09-131-8/+11
* add _tnl_arb_vertex_program_stage to all drivers which already have _tnl_vert...Roland Scheidegger2005-09-091-0/+1
* Add new void *addr and __DRIdrawablePrivate parameters toBrian Paul2005-09-041-19/+15
* Use InitPointers helperBrian Paul2005-09-041-21/+3
* SetBuffer, renderbuffer changesBrian Paul2005-09-032-28/+4
* remove stray references to ctx->Depth.OcclusionTestBrian Paul2005-08-251-1/+0
* removed GL_HP_occlusion_test extensionBrian Paul2005-08-252-96/+0
* Add Egberts fixes for 64bit architecturesAlan Hourihane2005-08-152-2/+6
* Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick2005-07-282-3/+17
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-7/+6
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-23/+1
* remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger2005-07-011-13/+0
* Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick2005-06-301-37/+62
* Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul2005-06-271-3/+3
* start removing old (pre-renderbuffer) span codeBrian Paul2005-06-021-66/+0
* Move fallback and other debugging under TDFX_DEBUG using the same mechanismEric Anholt2005-06-014-28/+20
* Add no_rast option.Eric Anholt2005-06-015-10/+43
* Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 insteadEric Anholt2005-06-011-1/+1
* Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson2005-05-051-10/+0
* Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul2005-05-048-56/+223
* remove unneeded codeBrian Paul2005-02-051-9/+0
* removed need for Shared->TexObjectList, walk over texture hash table entries ...Brian Paul2005-02-052-17/+54
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-319-31/+0
* semantic in parameter namesDaniel Borca2005-01-061-3/+3
* semantic in parameter namesDaniel Borca2005-01-061-1/+1
* removed detritusDaniel Borca2005-01-061-12/+0
* added "default" branch in `convertPalette'Daniel Borca2005-01-061-5/+4
* fix dstRGB factorDaniel Borca2005-01-061-3/+3
* fix build problemAlan Hourihane2005-01-051-1/+1
* Unused variable cleanup.Adam Jackson2004-12-271-2/+1
* fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca2004-12-171-16/+15
* Also PUBLICize the config option tableAdam Jackson2004-12-161-1/+1
* Mark __driCreateNewScreen PUBLICAdam Jackson2004-12-151-0/+1
* uint*t -> u_int*t changesAlan Hourihane2004-12-143-2/+6
* Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul2004-11-272-4/+3
* GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul2004-11-101-14/+14
* 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
* 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
* added support for GL_ARB_draw_buffersBrian Paul2004-10-024-10/+10
* cleaned up extensions a bitDaniel Borca2004-08-301-3/+2
* clamp lodbiasDaniel Borca2004-08-301-1/+1
* fixed automatic mipmap generationDaniel Borca2004-08-301-8/+63
* fog really needs WDaniel Borca2004-08-301-0/+2
* disabled automatic mipmaps until we can handle 565 textures.Daniel Borca2004-07-291-0/+2
* fixed conflict between depth & alpha in 16bppDaniel Borca2004-07-291-1/+1