index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
main
/
varray.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: implement GL_MAX_VERTEX_ATTRIB_STRIDE
Timothy Arceri
2014-08-27
1
-0
/
+22
*
mesa: fix copy and paste errors in glBindVertexBuffers
Timothy Arceri
2014-08-19
1
-2
/
+2
*
mesa: use PRId64 for printing 64-bit ints
Brian Paul
2014-08-11
1
-5
/
+8
*
mesa: define and use ALL_TYPE_BITS in varray.c code
Brian Paul
2014-08-11
1
-16
/
+17
*
mesa: make vertex array type error checking a little more efficient
Brian Paul
2014-08-05
1
-30
/
+56
*
mesa: Implement glBindVertexBuffers
Fredrik Höglund
2014-05-02
1
-0
/
+113
*
glapi: Add infrastructure for ARB_multi_bind
Fredrik Höglund
2014-05-02
1
-0
/
+7
*
mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0
Anuj Phogat
2014-05-01
1
-7
/
+1
*
mesa: Fix glGetVertexAttribi(GL_VERTEX_ATTRIB_ARRAY_SIZE)
Anuj Phogat
2014-04-16
1
-1
/
+1
*
mesa: fix glMultiDrawArrays inside a display list
Brian Paul
2014-03-27
1
-3
/
+4
*
mesa: fix the format of glEdgeFlagPointer
Marek Olšák
2014-03-07
1
-2
/
+2
*
mesa: Rename _mesa_..._array_obj functions to _mesa_..._vao.
Kenneth Graunke
2014-02-03
1
-4
/
+3
*
mesa: Rename "struct gl_array_object" to gl_vertex_array_object.
Kenneth Graunke
2014-02-03
1
-9
/
+9
*
mesa: Rename "arrayObj" local variables to "vao".
Kenneth Graunke
2014-02-03
1
-49
/
+49
*
mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO.
Kenneth Graunke
2014-02-03
1
-27
/
+27
*
mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array.
Paul Berry
2014-01-09
1
-12
/
+12
*
mesa: call update_array_format() after error checking
Brian Paul
2013-11-12
1
-5
/
+5
*
mesa: fix return statements in varray.c
Brian Paul
2013-11-07
1
-2
/
+2
*
mesa: add varray support for UNSIGNED_INT_10F_11F_11F_REV type
Chris Forbes
2013-11-08
1
-3
/
+17
*
mesa: Optimize rebinding the same VBO
Fredrik Höglund
2013-11-07
1
-2
/
+5
*
mesa: Add Get* support for ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-0
/
+10
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-41
/
+450
*
glapi: Add infrastructure for ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-0
/
+43
*
mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib
Fredrik Höglund
2013-11-07
1
-25
/
+25
*
mesa: Split out the format code from update_array()
Fredrik Höglund
2013-11-07
1
-57
/
+93
*
mesa: Restore gl_array_object::NewArray
Fredrik Höglund
2013-11-07
1
-0
/
+4
*
mesa: Update the BGRA vertex array error handling
Fredrik Höglund
2013-08-15
1
-1
/
+19
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Delete the ctx->Array._RestartIndex derived state.
Kenneth Graunke
2013-05-29
1
-3
/
+2
*
mesa: Add a helper function for determining the restart index.
Kenneth Graunke
2013-05-29
1
-0
/
+24
*
mesa: remove unused gl_array_object::NewArray
Marek Olšák
2013-05-11
1
-4
/
+0
*
mesa: Restore 78-column wrapping of license text in C-style comments.
Kenneth Graunke
2013-04-23
1
-3
/
+4
*
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: Drop manual checks for outside begin/end.
Eric Anholt
2013-01-21
1
-28
/
+26
*
mesa: Allow HALF_FLOAT in glVertexAttribPointer for GLES3
Matt Turner
2013-01-15
1
-7
/
+7
*
mesa/es3: Add support for GL_PRIMITIVE_RESTART_FIXED_INDEX
Ian Romanick
2013-01-11
1
-2
/
+3
*
mesa: Fix computation of default vertex attrib stride for 2_10_10_10 formats.
Paul Berry
2012-12-13
1
-1
/
+2
*
mesa: return INVALID_VALUE from VertexAttribDivisor if index out of range
Matt Turner
2012-11-15
1
-1
/
+1
*
mesa: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-11
/
+11
*
mesa: Fix glGetVertexAttribI[u]iv now that we have real integer attribs.
Kenneth Graunke
2012-11-08
1
-12
/
+4
*
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
Eric Anholt
2012-10-15
1
-32
/
+0
*
mesa: remove FEATURE_ARB_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: remove FEATURE_NV_(fragment|vertex)_program defines.
Oliver McFadden
2012-09-15
1
-2
/
+0
*
mesa: Allow NULL vertex pointer without a VBO
Ian Romanick
2012-08-29
1
-4
/
+13
*
mesa: Disallow VertexAttribPointer without a VAO in a core context
Ian Romanick
2012-08-29
1
-0
/
+17
*
mesa/es: Validate glGetVertexAttribf pname in Mesa code rather than the ES wr...
Ian Romanick
2012-08-29
1
-3
/
+12
*
mesa/es: Validate VertexPointer types in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-7
/
+6
*
mesa/es: Validate TexCoordPointer size in Mesa code rather than the ES wrapper
Ian Romanick
2012-08-24
1
-1
/
+2
[next]