summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/vtxfmt.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.Dave Airlie2011-09-061-0/+47
* mesa: add implementation of glDrawElementsInstancedBaseVertexPierre-Eric Pelloux-Prayer2011-06-021-0/+1
* mesa: Directly include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-071-0/+1
* mesa: hook up GL 3.x entrypointsBrian Paul2010-11-211-2/+2
* mesa: implement integer-valued vertex attribute functionsBrian Paul2010-10-281-4/+30
* mesa: plug in primitive restart functionBrian Paul2010-10-211-0/+3
* Only install vtxfmt tables for OpenGLKristian Høgsberg2010-10-141-2/+4
* Drop the "neutral" tnl moduleKristian Høgsberg2010-10-141-65/+2
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-4/+4
* mesa: implement core Mesa support for GL_ARB_draw_instancedBrian Paul2010-04-041-0/+2
* mesa: Remove unnecessary headers from vtxfmt.c.Vinson Lee2010-01-171-2/+0
* mesa/main: New feature FEATURE_beginend.Chia-I Wu2009-09-301-0/+6
* mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu2009-09-301-2/+4
* mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu2009-09-301-9/+4
* mesa/main: New feature FEATURE_arrayelt.Chia-I Wu2009-09-301-1/+3
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-0/+3
* mesa: Make MultiDrawElements submit multiple primitives at once.Eric Anholt2009-09-011-0/+1
* mesa: Add BeginVertices driver callKeith Whitwell2009-03-031-3/+6
* Put color index attribute into the 6th attribute slot.Brian Paul2006-04-251-1/+0
* No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...Brian Paul2006-04-251-8/+15
* Fix recent problems with display lists and other parts of the code.Ian Romanick2005-08-051-2/+4
* Major rip-up of internal function insertion interface. The oldIan Romanick2005-07-281-4/+3
* Wrap every place that accesses a dispatch table with a macro. A new script-Ian Romanick2005-07-181-72/+72
* silence warningsAlan Hourihane2004-12-081-1/+1
* Change the dispatch offsets for the VertexAttrib*NV functions so they don'tBrian Paul2004-11-271-1/+9
* Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...Brian Paul2004-08-251-1/+2
* added some const keywordsBrian Paul2004-02-241-7/+8
* Merge vtx-0-2-branchKeith Whitwell2003-11-241-12/+9
* VertexAttrib4fv wasn't being installed (4f was).Keith Whitwell2003-10-061-0/+1
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* updated email addressesBrian Paul2002-10-291-3/+3
* Header file clean-up:Brian Paul2002-10-241-1/+2
* Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.Brian Paul2002-06-291-2/+2
* bring in changes from dri tcl branchKeith Whitwell2002-04-091-9/+2
* vertex program fixesBrian Paul2001-12-151-2/+1
* vertex program check-inBrian Paul2001-12-141-5/+5
* dispatch changes to minimize hassle with XFree86 libGLBrian Paul2001-12-041-17/+14
* API dispath updatesBrian Paul2001-11-181-9/+9
* Add missing header file include.Gareth Hughes2001-03-121-1/+2
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-2/+4
* Minor cleanups.Gareth Hughes2001-03-111-4/+2
* Clean up install, restore for exec vtxfmts.Gareth Hughes2001-03-111-8/+13
* Support for swappable tnl modules.Gareth Hughes2001-03-111-3/+95
* New files...Keith Whitwell2000-11-241-0/+89