summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx
AgeCommit message (Expand)Author
2005-07-28Major rip-up of internal function insertion interface. The oldIan Romanick
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-01remove common macros used in the span functions of most drivers from the indi...Roland Scheidegger
2005-06-30Replace add_newer_entrypoints (src/mesa/main/context.c) withIan Romanick
2005-06-27Get rid of the MESA_PBUFFER_ALLOC/FREE() macros.Brian Paul
2005-06-02start removing old (pre-renderbuffer) span codeBrian Paul
2005-06-01Move fallback and other debugging under TDFX_DEBUG using the same mechanismEric Anholt
2005-06-01Add no_rast option.Eric Anholt
2005-06-01Fix the 3dfx driver by correcting what appears to be a typo GL_RGBA8 insteadEric Anholt
2005-05-05Refactor COMMON_SOURCES up to Makefile.templateAdam Jackson
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-02-05remove unneeded codeBrian Paul
2005-02-05removed need for Shared->TexObjectList, walk over texture hash table entries ...Brian Paul
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson
2005-01-06semantic in parameter namesDaniel Borca
2005-01-06semantic in parameter namesDaniel Borca
2005-01-06removed detritusDaniel Borca
2005-01-06added "default" branch in `convertPalette'Daniel Borca
2005-01-06fix dstRGB factorDaniel Borca
2005-01-05fix build problemAlan Hourihane
2004-12-27Unused variable cleanup.Adam Jackson
2004-12-17fxRasterPrimitive wasn't always receiving the reduced primitiveDaniel Borca
2004-12-16Also PUBLICize the config option tableAdam Jackson
2004-12-15Mark __driCreateNewScreen PUBLICAdam Jackson
2004-12-14uint*t -> u_int*t changesAlan Hourihane
2004-11-27Remove _mesa_ResizeBuffersMESA() call from _mesa_set_viewport().Brian Paul
2004-11-10GL_(UN)PACK_SKIP_IMAGES should only be applied to 3D texture pack/unpackingBrian Paul
2004-10-19fix compilation error in `convertPalette' (still have to fix the issue, though)Daniel Borca
2004-10-18print an error message in convertPalette before dying.Daniel Borca
2004-10-18small fix to match new _mesa_rescale_teximage2dDaniel Borca
2004-10-18Fix compile errors when DEBUG is defined.Ian Romanick
2004-10-13Bug #1588: abort if no palette format matches. (Egbert Eich, Stefan Dirsch)Adam Jackson
2004-10-06Convert tdfxDDInitExtensions to use driInitExtensions.Ian Romanick
2004-10-05stencil wrap works, either HW or SW (Ian Romanick)Daniel Borca
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-08-30cleaned up extensions a bitDaniel Borca
2004-08-30clamp lodbiasDaniel Borca
2004-08-30fixed automatic mipmap generationDaniel Borca
2004-08-30fog really needs WDaniel Borca
2004-07-29disabled automatic mipmaps until we can handle 565 textures.Daniel Borca
2004-07-29fixed conflict between depth & alpha in 16bppDaniel Borca
2004-07-19several new bugsDaniel Borca
2004-07-13fixed vertex RGBADaniel Borca
2004-07-05Convert miniglx to use Ian's fancy new driver config code.Jon Smirl
2004-07-04Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl
2004-07-01Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell
2004-07-01Rename 'emit_func' usages in drivers. Will also rename the ones inKeith Whitwell
2004-06-22check for NULL pointer to glTexImage (fix verified by Adam Jackson)Brian Paul
2004-06-15fix correct parameters passed to StoreImageDaniel Borca