| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: remove unneeded includes | Brian Paul | 2008-10-10 | 1 | -1/+0 |
* | Be more consistant with paths in #includes. Eventually, eliminate a bunch of... | Brian | 2007-07-04 | 1 | -4/+4 |
* | Color3iv: set the alpha value to 1.0 | Xiang, Haihao | 2007-03-25 | 1 | -1/+1 |
* | glTexCoord3dv was not using third coordinate | Sean D'Epagnier | 2006-11-21 | 1 | -1/+1 |
* | Put color index attribute into the 6th attribute slot. | Brian Paul | 2006-04-25 | 1 | -0/+11 |
* | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick | 2005-07-18 | 1 | -233/+235 |
* | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul | 2004-11-27 | 1 | -93/+174 |
* | VertexAttrib3svNV was incorrect | Brian Paul | 2004-10-29 | 1 | -3/+3 |
* | Convert all calls using _glapi_Dispatch to use the new GL_CALL macro. | Ian Romanick | 2004-05-27 | 1 | -24/+25 |
* | don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etc | Brian Paul | 2004-01-21 | 1 | -20/+20 |
* | Add missing GLAPIENTRY | Karl Schultz | 2003-12-04 | 1 | -1/+1 |
* | Merge vtx-0-2-branch | Keith Whitwell | 2003-11-24 | 1 | -540/+146 |
* | Added GLAPIENTRY decorations for all first level OpenGL API function entry | Kendall Bennett | 2003-10-21 | 1 | -221/+221 |
* | Silence compiler warnings about implicit casts or conversions by supplying ex... | Karl Schultz | 2003-08-30 | 1 | -5/+5 |
* | Merge Jose's documentation and core Mesa changes from embedded branch | Keith Whitwell | 2003-07-17 | 1 | -3/+6 |
* | added GL_ARB_vertex_program functions | Brian Paul | 2003-05-10 | 1 | -4/+82 |
* | Pass 4th element correctly in loopback_VertexAttrib4svNV | Keith Whitwell | 2003-04-05 | 1 | -2/+3 |
* | updated email addresses | Brian Paul | 2002-10-29 | 1 | -2/+2 |
* | Add casts to quiet compiler warnings. | Karl Schultz | 2002-10-17 | 1 | -3/+3 |
* | Removed api_compat stuff, there's a better way. | Brian Paul | 2002-01-14 | 1 | -8/+10 |
* | add _compat_VertexAttrib4fNV | Keith Whitwell | 2001-12-21 | 1 | -1/+2 |
* | Further help with dri libGL version skew | Keith Whitwell | 2001-12-20 | 1 | -29/+31 |
* | vertex program check-in | Brian Paul | 2001-12-14 | 1 | -1/+304 |
* | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul | 2001-12-04 | 1 | -25/+25 |
* | API dispath updates | Brian Paul | 2001-11-18 | 1 | -25/+25 |
* | more warning fixes (Karl Schultz) | Brian Paul | 2001-09-14 | 1 | -85/+91 |
* | Set 'prefer_float_colors' true, now that tnl uses them natively. | Keith Whitwell | 2001-05-10 | 1 | -2/+2 |
* | Consistent copyright info (version number, date) across all files. | Gareth Hughes | 2001-03-12 | 1 | -29/+27 |
* | missed a few color macro changes | Brian Paul | 2001-01-02 | 1 | -8/+8 |
* | Removed fixed.h (GLfixed now in mtypes.h, fixed-pt macros in mmath.h) | Brian Paul | 2001-01-02 | 1 | -17/+18 |
* | Major rework of tnl module | Keith Whitwell | 2000-12-26 | 1 | -2/+3 |
* | map glIndex* functions to glIndexi() (glIndexub was looping back to glIndexub) | Brian Paul | 2000-11-27 | 1 | -16/+41 |
* | Fixed a couple of bugs that crept into last commit | Keith Whitwell | 2000-11-24 | 1 | -1/+1 |
* | New files... | Keith Whitwell | 2000-11-24 | 1 | -0/+1536 |