aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i830/i830_texstate.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor "class" texture environments to be implemented in terms ofIan Romanick2004-02-061-10/+10
| | | | ARB_texture_env_combine state.
* Consolidate texObj->Pos/Neg/X/Y/Z and texObj->Image into a singleKeith Whitwell2004-01-271-9/+9
| | | | array, texObj->Image[face][level].
* Migrate i830 driver to t_vertex.[ch] for building hw vertices.Keith Whitwell2004-01-191-48/+1
|
* merge i830 DRI driver from DRI trunkAlan Hourihane2003-12-071-33/+8
|
* add the i830 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+1607
(build tested, but not physically tested)