aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_loopback.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed api_compat stuff, there's a better way.Brian Paul2002-01-141-8/+10
| | | | Fixed FogCoord / SecondaryColor mix-ups in api_arrayelt.c
* add _compat_VertexAttrib4fNVKeith Whitwell2001-12-211-1/+2
|
* Further help with dri libGL version skewKeith Whitwell2001-12-201-29/+31
|
* vertex program check-inBrian Paul2001-12-141-1/+304
|
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-25/+25
|
* API dispath updatesBrian Paul2001-11-181-25/+25
|
* more warning fixes (Karl Schultz)Brian Paul2001-09-141-85/+91
|
* Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell2001-05-101-2/+2
| | | | Apply Jeff Epler's optimization to ci spans as well, remove old code.
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-29/+27
|
* missed a few color macro changesBrian Paul2001-01-021-8/+8
|
* Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul2001-01-021-17/+18
| | | | | Clean-up of color conversion macros. New mmath.h macros (IROUND, IFLOOR, ICEIL, FRAC) used in various places.
* Major rework of tnl moduleKeith Whitwell2000-12-261-2/+3
| | | | | | | 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.
* map glIndex* functions to glIndexi() (glIndexub was looping back to glIndexub)Brian Paul2000-11-271-16/+41
|
* Fixed a couple of bugs that crept into last commitKeith Whitwell2000-11-241-1/+1
| | | | | | | - Eval not compiled correctly - Material colors computed incorrectly Reworked the VERT_TEX flags, now support upto 12 texture units in tnl.
* New files...Keith Whitwell2000-11-241-0/+1536