aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/s3v/s3v_tex.c
Commit message (Collapse)AuthorAgeFilesLines
* mesa: re-remove s3v and trident driver filesBrian Paul2009-10-281-544/+0
| | | | | These were removed from master but a few files came back from the texformat-rework branch.
* drivers: don't include texformat.hBrian Paul2009-10-051-4/+0
| | | | And remove other unneeded #includes while we're at it.
* s3v: remove unneeded initializationsBrian Paul2009-09-161-11/+0
|
* dri: use BorderColor instead of _BorderChanBrian Paul2009-04-011-4/+9
|
* mesa: use an array for current texture objectsBrian Paul2009-02-211-4/+4
| | | | Use loops to consolidate lots of texture object code.
* mesa: added "main/" prefix to includes, remove some -I paths from ↵Brian Paul2008-09-181-8/+8
| | | | Makefile.template
* Get s3v building with a minimum of warnings.Adam Jackson2004-12-271-13/+7
|
* Import s3virge and trident drivers. Not functional yet; no Makefile, no ↵Adam Jackson2004-12-161-0/+560
DRI-aware DDX.