index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
vtxfmt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove final imports.h and imports.c bits
Dylan Baker
2020-04-21
1
-1
/
+1
*
Move compiler.h and imports.h/c from src/mesa/main into src/util
Marek Olšák
2020-03-27
1
-1
/
+1
*
mesa: use vbo_attrib_tmp.h to generate display list vertex attrib functions
Marek Olšák
2020-03-19
1
-1
/
+1
*
mesa: enable ARB_vertex_attrib_64bit in compat profile
Timothy Arceri
2018-06-30
1
-1
/
+1
*
mesa: add some of missing compatibility support for ARB_bindless_texture
Marek Olšák
2018-02-23
1
-4
/
+5
*
vbo: remove vbo_context.h and change includes to use vbo.h instead
Brian Paul
2018-01-24
1
-1
/
+1
*
mesa: use new _vbo_install_exec_vtxfmt() function
Brian Paul
2018-01-24
1
-2
/
+1
*
mapi: add GL_ARB_bindless_texture entry points
Samuel Pitoiset
2017-06-14
1
-0
/
+4
*
mesa: Don't install glVertexAttribL* functions in compatibility profile
Ian Romanick
2015-05-28
1
-1
/
+1
*
mesa/vbo: add support for 64-bit vertex attributes. (v1)
Dave Airlie
2015-05-08
1
-0
/
+12
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-1
/
+1
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: update comments, simplify code in vtxfmt.c
Brian Paul
2013-05-02
1
-8
/
+6
*
mesa: remove GLvertexformat::EvalMesh1(), EvalMesh2()
Brian Paul
2013-05-02
1
-1
/
+1
*
mesa: remove GLvertexformat::Rectf()
Brian Paul
2013-05-02
1
-2
/
+0
*
mesa: simplify dispatch for glDraw* functions
Brian Paul
2013-05-02
1
-43
/
+0
*
mesa: don't install glDraw* functions into the BeginEnd dispatch table
Brian Paul
2013-05-02
1
-30
/
+43
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-5
/
+5
*
mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.
Kenneth Graunke
2013-04-23
1
-1
/
+1
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
mesa: Don't install glEvalMesh in the beginend dispatch table
Ian Romanick
2013-02-20
1
-5
/
+5
*
mesa: Install a minimal dispatch table during glBegin()/glEnd().
Eric Anholt
2013-01-21
1
-0
/
+2
*
mesa: assert if driver did not compute the version
Jordan Justen
2012-12-16
1
-0
/
+2
*
vbo: add _mesa_initialize_vbo_vtxfmt
Jordan Justen
2012-12-16
1
-0
/
+18
*
mesa: Rename API_OPENGL to API_OPENGL_COMPAT.
Paul Berry
2012-11-29
1
-7
/
+7
*
dispatch: GLES1 fixes for _mesa_create_exec_table().
Paul Berry
2012-11-01
1
-20
/
+31
*
mesa: Add notes about remaining NV_vertex_program code.
Eric Anholt
2012-10-15
1
-1
/
+1
*
mesa: Don't set vtxfmt dispatch pointers for many things in ES2 or core
Ian Romanick
2012-09-28
1
-53
/
+73
*
mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_beginend define.
Oliver McFadden
2012-09-15
1
-5
/
+0
*
mesa: Disallow more deprecated functions in core context
Ian Romanick
2012-08-29
1
-2
/
+1
*
mesa: Don't allow display lists or evaluators in core context
Ian Romanick
2012-08-29
1
-2
/
+6
*
mesa: Kill ES2 wrapper functions
Ian Romanick
2012-08-29
1
-2
/
+1
*
mesa: don't enable legacy GL functions when using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-79
/
+88
*
mesa: add support for using API_OPENGL_CORE
Jordan Justen
2012-07-30
1
-2
/
+2
*
mesa: implement new DrawTransformFeedback functions
Marek Olšák
2012-07-12
1
-0
/
+5
*
mesa: Add support for GL_ARB_base_instance
Fredrik Höglund
2012-06-19
1
-0
/
+3
*
mesa: Fix typo in comment.
Eric Anholt
2012-02-29
1
-1
/
+1
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-0
/
+1
*
mesa: add initial API changes for ARB_vertex_type_2_10_10_10_rev.
Dave Airlie
2011-09-06
1
-0
/
+47
*
mesa: add implementation of glDrawElementsInstancedBaseVertex
Pierre-Eric Pelloux-Prayer
2011-06-02
1
-0
/
+1
*
mesa: Directly include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-07
1
-0
/
+1
*
mesa: hook up GL 3.x entrypoints
Brian Paul
2010-11-21
1
-2
/
+2
*
mesa: implement integer-valued vertex attribute functions
Brian Paul
2010-10-28
1
-4
/
+30
*
mesa: plug in primitive restart function
Brian Paul
2010-10-21
1
-0
/
+3
*
Only install vtxfmt tables for OpenGL
Kristian Høgsberg
2010-10-14
1
-2
/
+4
*
Drop the "neutral" tnl module
Kristian Høgsberg
2010-10-14
1
-65
/
+2
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
mesa: implement core Mesa support for GL_ARB_draw_instanced
Brian Paul
2010-04-04
1
-0
/
+2
[next]