| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: Avoid out-of-bounds stack read via _mesa_Materiali | Nicolai Hähnle | 2017-03-22 | 1 | -2/+3 |
* | mesa: check for z=0 in _mesa_Vertex3dv() | Brian Paul | 2016-01-05 | 1 | -1/+4 |
* | mesa: Don't install glVertexAttribL* functions in compatibility profile | Ian Romanick | 2015-05-28 | 1 | -0/+2 |
* | mesa/vbo: add support for 64-bit vertex attributes. (v1) | Dave Airlie | 2015-05-08 | 1 | -0/+23 |
* | mapi: add GL_ARB_vertex_attrib_64bit support | Dave Airlie | 2015-05-08 | 1 | -0/+37 |
* | mesa: remove empty glthread.h file | Brian Paul | 2014-03-03 | 1 | -1/+0 |
* | s/Tungsten Graphics/VMware/ | José Fonseca | 2014-01-17 | 1 | -1/+1 |
* | mesa: remove outdated version lines in comments | Rico Schüller | 2013-06-05 | 1 | -1/+0 |
* | mesa: Restore 78-column wrapping of license text in C-style comments. | Kenneth Graunke | 2013-04-23 | 1 | -3/+4 |
* | mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. | Kenneth Graunke | 2013-04-23 | 1 | -1/+1 |
* | mesa: remove #include "mfeatures.h" from numerous source files | Brian Paul | 2013-04-17 | 1 | -1/+0 |
* | mesa: Rename API_OPENGL to API_OPENGL_COMPAT. | Paul Berry | 2012-11-29 | 1 | -2/+2 |
* | mesa: Standardize names of OpenGL functions. | Paul Berry | 2012-11-12 | 1 | -427/+427 |
* | dispatch: Make all API functions non-static. | Paul Berry | 2012-11-06 | 1 | -208/+208 |
* | dispatch: GLES1 fixes for _mesa_create_exec_table(). | Paul Berry | 2012-11-01 | 1 | -3/+6 |
* | mesa: Don't set loopback dispatch pointers for most things in ES2 or core | Ian Romanick | 2012-09-28 | 1 | -216/+223 |
* | mesa: remove FEATURE_beginend define. | Oliver McFadden | 2012-09-15 | 1 | -6/+0 |
* | mesa: Include mfeatures.h in api_loopback for FEATURE_beginend. | Vinson Lee | 2010-11-06 | 1 | -0/+1 |
* | mesa: remove dead code | Brian Paul | 2010-10-29 | 1 | -41/+0 |
* | mesa: Fix windows build (uint -> GLuint). | José Fonseca | 2010-10-29 | 1 | -4/+4 |
* | Merge branch 'glapi-reorg' | Chia-I Wu | 2010-10-29 | 1 | -1/+0 |
|\ |
|
| * | mesa: Remove unnecessary glapitable.h includes. | Chia-I Wu | 2010-10-27 | 1 | -1/+0 |
* | | mesa: implement integer-valued vertex attribute functions | Brian Paul | 2010-10-28 | 1 | -108/+36 |
|/ |
|
* | mesa: new GL 3.0 VertexAttrib commands | Brian Paul | 2010-05-25 | 1 | -0/+174 |
* | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | 2010-02-25 | 1 | -1/+1 |
* | mesa/main: New feature FEATURE_beginend. | Chia-I Wu | 2009-09-30 | 1 | -0/+7 |
* | 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 |