summaryrefslogtreecommitdiff
path: root/src/mesa/main/api_loopback.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-05mesa: check for z=0 in _mesa_Vertex3dv()Brian Paul1-1/+4
2015-05-28mesa: Don't install glVertexAttribL* functions in compatibility profileIan Romanick1-0/+2
2015-05-08mesa/vbo: add support for 64-bit vertex attributes. (v1)Dave Airlie1-0/+23
2015-05-08mapi: add GL_ARB_vertex_attrib_64bit supportDave Airlie1-0/+37
2014-03-03mesa: remove empty glthread.h fileBrian Paul1-1/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-04-17mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul1-1/+0
2012-11-29mesa: Rename API_OPENGL to API_OPENGL_COMPAT.Paul Berry1-2/+2
2012-11-12mesa: Standardize names of OpenGL functions.Paul Berry1-427/+427
2012-11-06dispatch: Make all API functions non-static.Paul Berry1-208/+208
2012-11-01dispatch: GLES1 fixes for _mesa_create_exec_table().Paul Berry1-3/+6
2012-09-28mesa: Don't set loopback dispatch pointers for most things in ES2 or coreIan Romanick1-216/+223
2012-09-15mesa: remove FEATURE_beginend define.Oliver McFadden1-6/+0
2010-11-06mesa: Include mfeatures.h in api_loopback for FEATURE_beginend.Vinson Lee1-0/+1
2010-10-29mesa: remove dead codeBrian Paul1-41/+0
2010-10-29mesa: Fix windows build (uint -> GLuint).José Fonseca1-4/+4
2010-10-29Merge branch 'glapi-reorg'Chia-I Wu1-1/+0
2010-10-28mesa: implement integer-valued vertex attribute functionsBrian Paul1-108/+36
2010-10-27mesa: Remove unnecessary glapitable.h includes.Chia-I Wu1-1/+0
2010-05-25mesa: new GL 3.0 VertexAttrib commandsBrian Paul1-0/+174
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu1-1/+1
2009-09-30mesa/main: New feature FEATURE_beginend.Chia-I Wu1-0/+7
2008-10-10mesa: remove unneeded includesBrian Paul1-1/+0
2007-07-04Be more consistant with paths in #includes. Eventually, eliminate a bunch of...Brian1-4/+4
2007-03-25Color3iv: set the alpha value to 1.0Xiang, Haihao1-1/+1
2006-11-21glTexCoord3dv was not using third coordinateSean D'Epagnier1-1/+1
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-0/+11
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-233/+235
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul1-93/+174
2004-10-29VertexAttrib3svNV was incorrectBrian Paul1-3/+3
2004-05-27Convert all calls using _glapi_Dispatch to use the new GL_CALL macro.Ian Romanick1-24/+25
2004-01-21don't call glVertex functions directly, call _glapi_Dispatch->Vertex(), etcBrian Paul1-20/+20
2003-12-04Add missing GLAPIENTRYKarl Schultz1-1/+1
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-540/+146
2003-10-21Added GLAPIENTRY decorations for all first level OpenGL API function entryKendall Bennett1-221/+221
2003-08-30Silence compiler warnings about implicit casts or conversions by supplying ex...Karl Schultz1-5/+5
2003-07-17Merge Jose's documentation and core Mesa changes from embedded branchKeith Whitwell1-3/+6
2003-05-10added GL_ARB_vertex_program functionsBrian Paul1-4/+82
2003-04-05Pass 4th element correctly in loopback_VertexAttrib4svNVKeith Whitwell1-2/+3
2002-10-29updated email addressesBrian Paul1-2/+2
2002-10-17Add casts to quiet compiler warnings.Karl Schultz1-3/+3
2002-01-14Removed api_compat stuff, there's a better way.Brian Paul1-8/+10
2001-12-21add _compat_VertexAttrib4fNVKeith Whitwell1-1/+2
2001-12-20Further help with dri libGL version skewKeith Whitwell1-29/+31
2001-12-14vertex program check-inBrian Paul1-1/+304
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul1-25/+25