Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added ctx parameter to _mesa_debug() | Brian Paul | 2002-06-15 | 1 | -2/+2 |
| | | | | | | Added _mesa_printf() Updated SetDrawBuffer() function in all drivers (ala 4.0.3) Import 4.0.3/DRI changes. | ||||
* | added some casts | Brian Paul | 2002-04-19 | 1 | -2/+2 |
| | |||||
* | bring in changes from dri tcl branch | Keith Whitwell | 2002-04-09 | 1 | -3/+3 |
| | |||||
* | Removed api_compat stuff, there's a better way. | Brian Paul | 2002-01-14 | 1 | -28/+80 |
| | | | | Fixed FogCoord / SecondaryColor mix-ups in api_arrayelt.c | ||||
* | Remove warnings about the difference between function pointers and | Gareth Hughes | 2001-12-28 | 1 | -72/+75 |
| | | | | (void *) pointers. | ||||
* | Further help with dri libGL version skew | Keith Whitwell | 2001-12-20 | 1 | -23/+31 |
| | |||||
* | Working implementation of glArrayElt that decomposes to regular | Keith Whitwell | 2001-06-01 | 1 | -176/+168 |
| | | | | glVertex/glNormal/etc calls. | ||||
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -11/+37 |
| | |||||
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -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. |