summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_loopback.c
AgeCommit message (Expand)Author
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell
2003-05-10added GL_ARB_vertex_program functionsBrian Paul
2003-04-05Pass 4th element correctly in loopback_VertexAttrib4svNVKeith Whitwell
2002-10-29updated email addressesBrian Paul
2002-10-17Add casts to quiet compiler warnings.Karl Schultz
2002-01-14Removed api_compat stuff, there's a better way.Brian Paul
2001-12-21add _compat_VertexAttrib4fNVKeith Whitwell
2001-12-20Further help with dri libGL version skewKeith Whitwell
2001-12-14vertex program check-inBrian Paul
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul
2001-11-18API dispath updatesBrian Paul
2001-09-14more warning fixes (Karl Schultz)Brian Paul
2001-05-10Set 'prefer_float_colors' true, now that tnl uses them natively.Keith Whitwell
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes
2001-01-02missed a few color macro changesBrian Paul
2001-01-02Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h)Brian Paul
2000-12-26Major rework of tnl moduleKeith Whitwell
2000-11-27map glIndex* functions to glIndexi() (glIndexub was looping back to glIndexub)Brian Paul
2000-11-24Fixed a couple of bugs that crept into last commitKeith Whitwell
2000-11-24New files...Keith Whitwell