summaryrefslogtreecommitdiff
path: root/src/mesa/main/vtxfmt.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-24mesa: don't enable legacy GL functions when using API_OPENGL_COREcore-context-v2Jordan Justen1-79/+88
2012-07-24mesa: add support for using API_OPENGL_COREJordan Justen1-2/+2
2012-07-12mesa: implement new DrawTransformFeedback functionsMarek Olšák1-0/+5
2012-06-19mesa: Add support for GL_ARB_base_instanceFredrik Höglund1-0/+3
2012-02-29mesa: Fix typo in comment.Eric Anholt1-1/+1
2011-12-15mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák1-0/+1
2011-09-06mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.Dave Airlie1-0/+47
2011-06-02mesa: add implementation of glDrawElementsInstancedBaseVertexPierre-Eric Pelloux-Prayer1-0/+1
2011-01-07mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee1-0/+1
2010-11-21mesa: hook up GL 3.x entrypointsBrian Paul1-2/+2
2010-10-28mesa: implement integer-valued vertex attribute functionsBrian Paul1-4/+30
2010-10-21mesa: plug in primitive restart functionBrian Paul1-0/+3
2010-10-14Only install vtxfmt tables for OpenGLKristian Høgsberg1-2/+4
2010-10-14Drop the "neutral" tnl moduleKristian Høgsberg1-65/+2
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-4/+4
2010-04-04mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul1-0/+2
2010-01-17mesa: Remove unnecessary headers from vtxfmt.c.Vinson Lee1-2/+0
2009-09-30mesa/main: New feature FEATURE_beginend.Chia-I Wu1-0/+6
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu1-2/+4
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu1-9/+4
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu1-1/+3
2009-09-08mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt1-0/+3
2009-09-01mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt1-0/+1
2009-03-03mesa: Add BeginVertices driver callKeith Whitwell1-3/+6
2006-04-25Put color index attribute into the 6th attribute slot.Brian Paul1-1/+0
2006-04-25No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul1-8/+15
2005-08-05Fix recent problems with display lists and other parts of the code.Ian Romanick1-2/+4
2005-07-28Major rip-up of internal function insertion interface. The oldmesa_6_3_1Ian Romanick1-4/+3
2005-07-18Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick1-72/+72
2004-12-08silence warningsAlan Hourihane1-1/+1
2004-11-27Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul1-1/+9
2004-08-25Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul1-1/+2
2004-02-24added some const keywordsBrian Paul1-7/+8
2003-11-24Merge vtx-0-2-branchKeith Whitwell1-12/+9
2003-10-06VertexAttrib4fv wasn't being installed (4f was).Keith Whitwell1-0/+1
2003-06-05Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick1-1/+0
2002-10-29updated email addressesBrian Paul1-3/+3
2002-10-24Header file clean-up:Brian Paul1-1/+2
2002-06-29Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul1-2/+2
2002-04-09bring in changes from dri tcl branchKeith Whitwell1-9/+2
2001-12-15vertex program fixesBrian Paul1-2/+1
2001-12-14vertex program check-inBrian Paul1-5/+5
2001-12-04dispatch changes to minimize hassle with XFree86 libGLBrian Paul1-17/+14
2001-11-18API dispath updatesBrian Paul1-9/+9
2001-03-12Add missing header file include.Gareth Hughes1-1/+2
2001-03-12Consistent copyright info (version number, date) across all files.Gareth Hughes1-2/+4
2001-03-11Minor cleanups.Gareth Hughes1-4/+2
2001-03-11Clean up install, restore for exec vtxfmts.Gareth Hughes1-8/+13
2001-03-11Support for swappable tnl modules.Gareth Hughes1-3/+95
2000-11-24New files...Keith Whitwell1-0/+89