summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/mga/mgatex.c
Commit message (Expand)AuthorAgeFilesLines
* dri: Remove all DRI1 driversIan Romanick2011-08-261-540/+0
* mesa: move sampler state into new gl_sampler_object typeBrian Paul2011-04-101-6/+6
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-8/+8
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-3/+0
|\
| * mga: Remove unnecessary headers.Vinson Lee2010-01-231-3/+0
* | mesa: make texture BorderColor a union of float/int/uintBrian Paul2010-01-041-2/+2
|/
* drivers: don't include texformat.hBrian Paul2009-10-051-7/+6
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-23/+23
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-5/+9
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-12/+12
* 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
* 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-201-43/+48
* 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