summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx
Commit message (Expand)AuthorAgeFilesLines
* 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
* several new bugsDaniel Borca2004-07-1912-1016/+1521
* fixed vertex RGBADaniel Borca2004-07-131-1/+1
* Convert miniglx to use Ian's fancy new driver config code.Jon Smirl2004-07-051-54/+0
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-10/+0
* Rename the various function types in t_context.h to include a tnl_ prefix.Keith Whitwell2004-07-012-6/+6
* Rename 'emit_func' usages in drivers. Will also rename the ones inKeith Whitwell2004-07-011-2/+2
* check for NULL pointer to glTexImage (fix verified by Adam Jackson)Brian Paul2004-06-221-20/+27
* fix correct parameters passed to StoreImageDaniel Borca2004-06-151-2/+2
* _really_ fix parameters to StoreImage calls.Adam Jackson2004-06-141-2/+2
* silence a warningAdam Jackson2004-06-101-0/+1
* The required DDX and DRI version numbers were switched. This went unnoticedIan Romanick2004-06-071-2/+2
* Open/Close FullScreen die. unichrome and savage implemented, code is ifdef'd outJon Smirl2004-06-031-9/+0
* driCheckDriDdxDrmVersion uses a function that is not available toIan Romanick2004-06-021-28/+10
* Removed need for sarea.h, various touch ups to get rid of type mismatches.Jon Smirl2004-06-021-0/+1
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-024-4/+4
* Fix dumb mistake from a previous commit. __driCreateScreen is nowIan Romanick2004-06-011-1/+3
* Convert 'Display *' to '__DRInativeDisplay *'. Only portions of theIan Romanick2004-06-011-2/+2
* use new interface for tdfx (phase 2)Adam Jackson2004-05-281-0/+123
* Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common.Ian Romanick2004-05-271-1/+3
* fix parameters to StoreImage()Brian Paul2004-05-131-2/+2
* fix parameters to StoreImage callsBrian Paul2004-05-121-2/+2
* remove last remnants of NEWTEXSTORE stuffBrian Paul2004-05-121-22/+0
* obsolete in favor of regular MakefilesBrian Paul2004-05-121-129/+0
* fix StoreImage calls, remove dead code (Adam Jackson)Brian Paul2004-05-021-23/+4
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-78/+2
* Remove include of texutil.h to get build working.Ian Romanick2004-04-272-4/+0
* bring over build fixes from stable branchAlan Hourihane2004-04-263-13/+14
* fix bracket at wrong placeRoland Scheidegger2004-04-221-2/+2
* New glTexImage code.Brian Paul2004-04-221-0/+40
* Add DRM_SOURCE_PATH to make system.Jon Smirl2004-04-131-1/+1
* lots of Makefile updates for new build systemBrian Paul2004-04-081-65/+63
* build fixesAlan Hourihane2004-04-081-1/+2
* New Makefile systemBrian Paul2004-03-261-0/+123