summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/tdfx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implemented support for software-based AUX color buffers.Brian Paul2004-03-213-6/+6
* unfinished SOLO driver for TDFXDaniel Borca2004-03-151-0/+525
* Adjust includes to help DRI buildJon Smirl2004-03-121-0/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-116-14/+14
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-64/+64
* Added support for EXT_blend_equation_separate / ATI_blend_equation_separate.Ian Romanick2004-01-271-2/+4
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-273-29/+29
* more fixing for tdfxUpdateTexturePaletteBrian Paul2004-01-233-9/+3
* a few more tweaksBrian Paul2004-01-231-7/+1
* fix assorted compilation issuesBrian Paul2004-01-232-7/+9
* Initial support for floating point and signed texture formats.Brian Paul2004-01-231-24/+16
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-12/+3
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-29/+59
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-209-212/+134
* minor changes to silence warningsBrian Paul2004-01-181-1/+1
* include texobj.h to silence warningsBrian Paul2004-01-181-0/+1