aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i830/i830_context.c
Commit message (Expand)AuthorAgeFilesLines
* Make the drivers using the common texmem code work with NewTextureObjectFelix Kuehling2004-01-261-4/+0
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-6/+20
* Migrate i830 driver to t_vertex.[ch] for building hw vertices.Keith Whitwell2004-01-191-6/+0
* fix glitch from previous check-in (pointer vs int)Brian Paul2004-01-191-1/+1
* minor changes to silence warningsBrian Paul2004-01-181-2/+2
* Removed redundant extension strings. The Mesa extension mechanismIan Romanick2004-01-121-6/+1
* set MaxTextureImageUnits, MaxTextureCoordUnitsKeith Whitwell2003-12-121-0/+2
* fix bogus assertion that checked for an empty texture heap list beforeAlan Hourihane2003-12-081-2/+2
* Provide dummy definitions of __driConfig externsKeith Whitwell2003-12-081-0/+4
* Import vtx-0-2-branchKeith Whitwell2003-11-241-2/+2
* add the i830 driver - no kernel driver yetAlan Hourihane2003-09-301-0/+588