aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_arrayelt.c
Commit message (Collapse)AuthorAgeFilesLines
* Added ctx parameter to _mesa_debug()Brian Paul2002-06-151-2/+2
| | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes.
* added some castsBrian Paul2002-04-191-2/+2
|
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-3/+3
|
* Removed api_compat stuff, there's a better way.Brian Paul2002-01-141-28/+80
| | | | Fixed FogCoord / SecondaryColor mix-ups in api_arrayelt.c
* Remove warnings about the difference between function pointers andGareth Hughes2001-12-281-72/+75
| | | | (void *) pointers.
* Further help with dri libGL version skewKeith Whitwell2001-12-201-23/+31
|
* Working implementation of glArrayElt that decomposes to regularKeith Whitwell2001-06-011-176/+168
| | | | glVertex/glNormal/etc calls.
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-11/+37
|
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+284
New array_cache module Support 8 texture units in core mesa (now support 8 everywhere) Rework core mesa statechange operations to avoid flushing on many noop statechanges.