Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Before calling _mesa_create_context(), initialize a dd_function_table struct | Brian Paul | 2004-01-20 | 8 | -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 -lexpat | Brian Paul | 2004-01-19 | 1 | -1/+1 |
| | |||||
* | Change get_ust_nop()'s parameter from int64_t to uint64_t to silence warnings. | Brian Paul | 2004-01-18 | 1 | -1/+1 |
| | |||||
* | Removed redundant extension strings. The Mesa extension mechanism | Ian Romanick | 2004-01-12 | 1 | -5/+3 |
| | | | | | automatically enables "duplicate" extensions without the driver explicitly enabling them. | ||||
* | Re-commit t_vertex.[ch] changes to fd.o server. | Keith Whitwell | 2004-01-05 | 1 | -17/+1 |
| | |||||
* | applied Felix's patch for configuration system | Brian Paul | 2003-12-12 | 1 | -2/+3 |
| | |||||
* | new Makefiles | Brian Paul | 2003-12-12 | 1 | -2/+2 |
| | |||||
* | set MaxTextureImageUnits, MaxTextureCoordUnits | Keith Whitwell | 2003-12-12 | 1 | -0/+4 |
| | |||||
* | Updates to tnl_dd_dmatmp.h | Keith Whitwell | 2003-12-11 | 5 | -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 Whitwell | 2003-12-09 | 1 | -18/+15 |
| | |||||
* | Fix VERT_SET_RGBA, VERT_SET_SPEC macros to account for change to floating | Keith Whitwell | 2003-12-09 | 1 | -22/+31 |
| | | | | point colors throughout mesa. | ||||
* | fix bogus assertion that checked for an empty texture heap list before | Alan Hourihane | 2003-12-08 | 1 | -2/+2 |
| | | | | | deleting the textures. Essentially move the assertion after the destruction of the heap. | ||||
* | fix _SOLO build problem | Alan Hourihane | 2003-12-05 | 1 | -0/+1 |
| | |||||
* | bring over latest mga DRI driver from DRI trunk | Alan Hourihane | 2003-12-05 | 12 | -506/+433 |
| | |||||
* | Import vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 4 | -18/+21 |
| | |||||
* | Update DRI drivers to current DRI CVS and make them work. | Jon Smirl | 2003-10-21 | 12 | -306/+1237 |
| | |||||
* | Fix Makefiles to copy lib to $(TOP)/lib if missing | Jon Smirl | 2003-10-20 | 1 | -1/+5 |
| | |||||
* | Fix compile problems with `glMultiModeDrawArraysIBM' | Jon Smirl | 2003-08-24 | 1 | -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 driver | Jon Smirl | 2003-08-23 | 3 | -584/+0 |
| | |||||
* | patch to import Jon Smirl's work from Bitkeeper | Brian Paul | 2003-08-22 | 23 | -2163/+2676 |
| | |||||
* | mga driver, brought over by Jon Smirl | Keith Whitwell | 2003-08-06 | 35 | -0/+12199 |