summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i810/i810tex.c
Commit message (Expand)AuthorAgeFilesLines
* dri/i810: remove duplicated includeNicolas Kaiser2010-09-301-1/+0
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-2/+0
|\
| * i810: Remove unnecessary headers.Vinson Lee2010-01-201-2/+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-1/+0
* mesa: replace gl_texture_format with gl_formatBrian Paul2009-09-301-9/+9
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-3/+3
* 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-13/+14
* added some parenthesis to silence warningsBrian Paul2005-08-301-2/+2
* Fix texture format selection. ChooseTextureFormat is supposed to select theIan Romanick2005-08-251-28/+14
* Enable ARB_texture_compression. The code has been in place for a long time,Ian Romanick2005-08-191-0/+12
* Don't try to update hardware texture fields if there is no hardware texture.Ian Romanick2005-08-181-23/+27
* build fixesAlan Hourihane2004-04-081-0/+1
* 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-3/+2
* Undo some bits from last check-in related to the ctx->Driver.NewTextureObjectBrian Paul2004-01-201-18/+6
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-34/+49
* include texobj.h to silence warningsBrian Paul2004-01-181-1/+1
* call _mesa_delete_texture_object() from in the driver's DeleteTexture functionBrian Paul2004-01-111-0/+2
* add the i810 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+544