summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx
AgeCommit message (Expand)Author
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
2004-06-14_really_ fix parameters to StoreImage calls.Adam Jackson
2004-06-10silence a warningAdam Jackson
2004-06-07The required DDX and DRI version numbers were switched. This went unnoticedIan Romanick
2004-06-03Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl
2004-06-02driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick
2004-06-02Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl
2004-06-02Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick
2004-06-01Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick
2004-06-01Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick
2004-05-28use new interface for tdfx (phase 2)Adam Jackson
2004-05-27Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick
2004-05-13fix parameters to StoreImage()Brian Paul