Age | Commit message (Expand) | Author |
2010-11-21 | mesa: hook up GL 3.x entrypoints | Brian Paul |
2010-10-28 | mesa: implement integer-valued vertex attribute functions | Brian Paul |
2010-10-21 | mesa: plug in primitive restart function | Brian Paul |
2010-10-14 | Only install vtxfmt tables for OpenGL | Kristian Høgsberg |
2010-10-14 | Drop the "neutral" tnl module | Kristian Høgsberg |
2010-10-13 | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg |
2010-04-04 | mesa: implement core Mesa support for GL_ARB_draw_instanced | Brian Paul |
2010-01-17 | mesa: Remove unnecessary headers from vtxfmt.c. | Vinson Lee |
2009-09-30 | mesa/main: New feature FEATURE_beginend. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_dlist follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: Make FEATURE_evaluators follow feature conventions. | Chia-I Wu |
2009-09-30 | mesa/main: New feature FEATURE_arrayelt. | Chia-I Wu |
2009-09-08 | mesa: Add support for ARB_draw_elements_base_vertex. | Eric Anholt |
2009-09-01 | mesa: Make MultiDrawElements submit multiple primitives at once. | Eric Anholt |
2009-03-03 | mesa: Add BeginVertices driver call | Keith Whitwell |
2006-04-25 | Put color index attribute into the 6th attribute slot. | Brian Paul |
2006-04-25 | No longer alias generic vertex attribs with conventional attribs for GL_ARB_v... | Brian Paul |
2005-08-05 | Fix recent problems with display lists and other parts of the code. | Ian Romanick |
2005-07-28 | Major rip-up of internal function insertion interface. The old | Ian Romanick |
2005-07-18 | Wrap every place that accesses a dispatch table with a macro. A new script- | Ian Romanick |
2004-12-08 | silence warnings | Alan Hourihane |
2004-11-27 | Change the dispatch offsets for the VertexAttrib*NV functions so they don't | Brian Paul |
2004-08-25 | Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101... | Brian Paul |
2004-02-24 | added some const keywords | Brian Paul |
2003-11-24 | Merge vtx-0-2-branch | Keith Whitwell |
2003-10-06 | VertexAttrib4fv wasn't being installed (4f was). | Keith Whitwell |
2003-06-05 | Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything. | Ian Romanick |
2002-10-29 | updated email addresses | Brian Paul |
2002-10-24 | Header file clean-up: | Brian Paul |
2002-06-29 | Applied Matt Sealey's patch to remove/isolate all stdio.h function calls. | Brian Paul |
2002-04-09 | bring in changes from dri tcl branch | Keith Whitwell |
2001-12-15 | vertex program fixes | Brian Paul |
2001-12-14 | vertex program check-in | Brian Paul |
2001-12-04 | dispatch changes to minimize hassle with XFree86 libGL | Brian Paul |
2001-11-18 | API dispath updates | Brian Paul |
2001-03-12 | Add missing header file include. | Gareth Hughes |
2001-03-12 | Consistent copyright info (version number, date) across all files. | Gareth Hughes |
2001-03-11 | Minor cleanups. | Gareth Hughes |
2001-03-11 | Clean up install, restore for exec vtxfmts. | Gareth Hughes |
2001-03-11 | Support for swappable tnl modules. | Gareth Hughes |
2000-11-24 | New files... | Keith Whitwell |