aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga
Commit message (Collapse)AuthorAgeFilesLines
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-208-63/+83
| | | | | | | | | | by calling _mesa_init_driver_functions() and then plugging in the driver- specific functions. In particular, make sure ctx->Driver.NewTextureObject points to the appropriate driver function so that _all_ texture objects are augmented with the driver-specific data. Put in a bunch of assertions in the texture-related driver functions that texObj->DriverData is valid. Remove old dead code in near future.
* 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
| | | | | automatically enables "duplicate" extensions without the driver explicitly enabling them.
* 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
| | | | | | | | | | | | | | - Allocate vertices explicitly, rather than trying to talk about dma buffers. - Clean up the various Flush() operations. - Don't allow fallbacks any longer. Provide a support function to detect them ahead o ftime Updates to tnl_dd_vbtmp.h - Get rid of power-of-two vertex strides. Pack all vertices tightly. - Get texunit 2,3 emit working coorrectly. Other stuff: - Get rid of lingering Ubyte color support. - Fix a few compiler warnings.
* 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
| | | | point colors throughout mesa.
* fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane2003-12-081-2/+2
| | | | | deleting the textures. Essentially move the assertion after the destruction of the heap.
* 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
| | | | | Adjust makefiles to create depends and not store it in CVS Remove dependency on kernel pci_ids.h
* 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