index
:
mesa/mesa
10.0
10.1
10.2
10.3
10.4
10.5
10.6
11.0
11.1
11.2
12.0
13.0
17.0
17.1
17.2
17.3
18.0
18.1
18.2
18.3
19.0
19.1
19.2
19.3
20.0
20.1
20.2
20.3
21.0
21.1
21.2
21.3
22.0
22.1
22.2
22.3
23.0
23.1
23.2
7.10
7.11
7.8
7.8-gles
7.9
8.0
9.0
9.1
9.2
amber
gallium-no-rhw-position
main
opengl-es-v2
staging/20.0
staging/20.1
staging/20.2
staging/20.3
staging/21.0
staging/21.1
staging/21.2
staging/21.3
staging/22.0
staging/22.1
staging/22.2
staging/22.3
staging/23.0
staging/23.1
staging/23.2
virgl_fix_type_v1
The Mesa 3D Graphics Library (mirrored from https://gitlab.freedesktop.org/mesa/mesa)
brianp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
vtxfmt.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-24
mesa: don't enable legacy GL functions when using API_OPENGL_CORE
core-context-v2
Jordan Justen
1
-79
/
+88
2012-07-24
mesa: add support for using API_OPENGL_CORE
Jordan Justen
1
-2
/
+2
2012-07-12
mesa: implement new DrawTransformFeedback functions
Marek Olšák
1
-0
/
+5
2012-06-19
mesa: Add support for GL_ARB_base_instance
Fredrik Höglund
1
-0
/
+3
2012-02-29
mesa: Fix typo in comment.
Eric Anholt
1
-1
/
+1
2011-12-15
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
1
-0
/
+1
2011-09-06
mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.
Dave Airlie
1
-0
/
+47
2011-06-02
mesa: add implementation of glDrawElementsInstancedBaseVertex
Pierre-Eric Pelloux-Prayer
1
-0
/
+1
2011-01-07
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
1
-0
/
+1
2010-11-21
mesa: hook up GL 3.x entrypoints
Brian Paul
1
-2
/
+2
2010-10-28
mesa: implement integer-valued vertex attribute functions
Brian Paul
1
-4
/
+30
2010-10-21
mesa: plug in primitive restart function
Brian Paul
1
-0
/
+3
2010-10-14
Only install vtxfmt tables for OpenGL
Kristian Høgsberg
1
-2
/
+4
2010-10-14
Drop the "neutral" tnl module
Kristian Høgsberg
1
-65
/
+2
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
1
-4
/
+4
2010-04-04
mesa: implement core Mesa support for GL_ARB_draw_instanced
Brian Paul
1
-0
/
+2
2010-01-17
mesa: Remove unnecessary headers from vtxfmt.c.
Vinson Lee
1
-2
/
+0
2009-09-30
mesa/main: New feature FEATURE_beginend.
Chia-I Wu
1
-0
/
+6
2009-09-30
mesa/main: Make FEATURE_dlist follow feature conventions.
Chia-I Wu
1
-2
/
+4
2009-09-30
mesa/main: Make FEATURE_evaluators follow feature conventions.
Chia-I Wu
1
-9
/
+4
2009-09-30
mesa/main: New feature FEATURE_arrayelt.
Chia-I Wu
1
-1
/
+3
2009-09-08
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
1
-0
/
+3
2009-09-01
mesa: Make MultiDrawElements submit multiple primitives at once.
Eric Anholt
1
-0
/
+1
2009-03-03
mesa: Add BeginVertices driver call
Keith Whitwell
1
-3
/
+6
2006-04-25
Put color index attribute into the 6th attribute slot.
Brian Paul
1
-1
/
+0
2006-04-25
No longer alias generic vertex attribs with conventional attribs for GL_ARB_v...
Brian Paul
1
-8
/
+15
2005-08-05
Fix recent problems with display lists and other parts of the code.
Ian Romanick
1
-2
/
+4
2005-07-28
Major rip-up of internal function insertion interface. The old
mesa_6_3_1
Ian Romanick
1
-4
/
+3
2005-07-18
Wrap every place that accesses a dispatch table with a macro. A new script-
Ian Romanick
1
-72
/
+72
2004-12-08
silence warnings
Alan Hourihane
1
-1
/
+1
2004-11-27
Change the dispatch offsets for the VertexAttrib*NV functions so they don't
Brian Paul
1
-1
/
+9
2004-08-25
Silence gcc 3.4 warnings on ReactOS. Mostly unused var warnings. (patch 101...
Brian Paul
1
-1
/
+2
2004-02-24
added some const keywords
Brian Paul
1
-7
/
+8
2003-11-24
Merge vtx-0-2-branch
Keith Whitwell
1
-12
/
+9
2003-10-06
VertexAttrib4fv wasn't being installed (4f was).
Keith Whitwell
1
-0
/
+1
2003-06-05
Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.
Ian Romanick
1
-1
/
+0
2002-10-29
updated email addresses
Brian Paul
1
-3
/
+3
2002-10-24
Header file clean-up:
Brian Paul
1
-1
/
+2
2002-06-29
Applied Matt Sealey's patch to remove/isolate all stdio.h function calls.
Brian Paul
1
-2
/
+2
2002-04-09
bring in changes from dri tcl branch
Keith Whitwell
1
-9
/
+2
2001-12-15
vertex program fixes
Brian Paul
1
-2
/
+1
2001-12-14
vertex program check-in
Brian Paul
1
-5
/
+5
2001-12-04
dispatch changes to minimize hassle with XFree86 libGL
Brian Paul
1
-17
/
+14
2001-11-18
API dispath updates
Brian Paul
1
-9
/
+9
2001-03-12
Add missing header file include.
Gareth Hughes
1
-1
/
+2
2001-03-12
Consistent copyright info (version number, date) across all files.
Gareth Hughes
1
-2
/
+4
2001-03-11
Minor cleanups.
Gareth Hughes
1
-4
/
+2
2001-03-11
Clean up install, restore for exec vtxfmts.
Gareth Hughes
1
-8
/
+13
2001-03-11
Support for swappable tnl modules.
Gareth Hughes
1
-3
/
+95
2000-11-24
New files...
Keith Whitwell
1
-0
/
+89