summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/tdfx
AgeCommit message (Expand)Author
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
2004-05-12fix parameters to StoreImage callsBrian Paul
2004-05-12remove last remnants of NEWTEXSTORE stuffBrian Paul
2004-05-12obsolete in favor of regular MakefilesBrian Paul
2004-05-02fix StoreImage calls, remove dead code (Adam Jackson)Brian Paul
2004-04-29Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell
2004-04-27Remove include of texutil.h to get build working.Ian Romanick
2004-04-26bring over build fixes from stable branchAlan Hourihane
2004-04-22fix bracket at wrong placeRoland Scheidegger
2004-04-22New glTexImage code.Brian Paul
2004-04-13Add DRM_SOURCE_PATH to make system.Jon Smirl
2004-04-08lots of Makefile updates for new build systemBrian Paul
2004-04-08build fixesAlan Hourihane
2004-03-26New Makefile systemBrian Paul
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul