aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga/mgatex.c
Commit message (Collapse)AuthorAgeFilesLines
* Bug #6044: actually delete the texture object in mgaDeleteTextureTilman Sauerbeck2006-11-261-0/+3
|
* remove bogus assertion in DeleteTexture() functionBrian Paul2004-01-261-1/+0
|
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-261-6/+3
| | | | | in Mesa. This is analogous to changes idr made to the r200 driver. Patch submitted by Andreas Stenglein.
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-17/+4
| | | | | functions. Don't allocate the driver-specific data during texture object creation but do it later as needed (as code originally was).
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-43/+48
| | | | | | | | | | 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.
* bring over latest mga DRI driver from DRI trunkAlan Hourihane2003-12-051-43/+37
|
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-22/+27
|
* patch to import Jon Smirl's work from BitkeeperBrian Paul2003-08-221-669/+235
|
* mga driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+985