summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga
Commit message (Expand)AuthorAgeFilesLines
* Adjust includes to help DRI buildJon Smirl2004-03-125-1/+9
* Adjust mga drivers to remove redundant h file for sarea and IOCTLsJon Smirl2004-03-1210-430/+52
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-116-27/+24
* silence warningsBrian Paul2004-03-042-4/+4
* Create all the right modes for 16-bit screens.Ian Romanick2004-02-271-6/+19
* added _tnl_allow_vertex/pixel_fog() callsBrian Paul2004-02-261-1/+3
* Enable use of new DRI interface in MGA driver.Ian Romanick2004-02-121-0/+175
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-33/+33
* fix ugly bug triggered by macro expansionDave Airlie2004-02-051-1/+1
* Use NEED_SECONDARY_COLOR() for checking specular state at all timesKeith Whitwell2004-01-281-1/+1
* 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-272-11/+11
* remove bogus assertion in DeleteTexture() functionBrian Paul2004-01-261-1/+0
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-262-10/+3
* Silence some compiler warnings.Ian Romanick2004-01-212-3/+3
* Remove dd_function_table::BlendFunc. All drivers now useIan Romanick2004-01-211-9/+3
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-17/+4
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-208-63/+83
* replace -lm with $(GL_LIB_DEPS) to get -lexpatBrian Paul2004-01-191-1/+1
* Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings.Brian Paul2004-01-181-1/+1
* Removed redundant extension strings. The Mesa extension mechanismIan Romanick2004-01-121-5/+3
* Re-commit t_vertex.[ch] changes to fd.o server.Keith Whitwell2004-01-051-17/+1
* applied Felix's patch for configuration systemBrian Paul2003-12-121-2/+3
* new MakefilesBrian Paul2003-12-121-2/+2
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+4
* Updates to tnl_dd_dmatmp.hKeith Whitwell2003-12-115-53/+24
* MGA only has one vertex format.Keith Whitwell2003-12-091-18/+15
* Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floatingKeith Whitwell2003-12-091-22/+31
* fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane2003-12-081-2/+2
* fix _SOLO build problemAlan Hourihane2003-12-051-0/+1
* bring over latest mga DRI driver from DRI trunkAlan Hourihane2003-12-0512-506/+433
* Import vtx-0-2-branchKeith Whitwell2003-11-244-18/+21
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-2112-306/+1237
* Fix Makefiles to copy lib to $(TOP)/lib if missingJon Smirl2003-10-201-1/+5
* Fix compile problems with `glMultiModeDrawArraysIBM'Jon Smirl2003-08-241-2/+2
* Remove files not used in current MGA driverJon Smirl2003-08-233-584/+0
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-2223-2163/+2676
* mga driver, brought over by Jon SmirlKeith Whitwell2003-08-0635-0/+12199