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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...
Ian Romanick
2015-11-24
1
-0
/
+5
*
mesa: Refactor update_array_format to make _mesa_update_array_format_public
Ian Romanick
2015-11-24
1
-0
/
+8
*
mesa: Make bind_vertex_buffer avilable outside varray.c
Ian Romanick
2015-11-24
1
-0
/
+7
*
mesa: Implement GetVertexArrayIndexed[64]iv
Fredrik Höglund
2015-05-08
1
-0
/
+10
*
mesa: Implement VertexArrayBindingDivisor
Fredrik Höglund
2015-05-08
1
-0
/
+2
*
mesa: Implement VertexArrayAttribBinding
Fredrik Höglund
2015-05-08
1
-0
/
+4
*
mesa: Implement VertexArrayAttrib[I|L]Format
Fredrik Höglund
2015-05-08
1
-0
/
+15
*
mesa: Implement VertexArrayVertexBuffers
Fredrik Höglund
2015-05-08
1
-0
/
+5
*
mesa: Implement VertexArrayVertexBuffer
Fredrik Höglund
2015-05-08
1
-0
/
+4
*
mesa: Implement EnableVertexArrayAttrib
Fredrik Höglund
2015-05-08
1
-0
/
+4
*
mesa: Implement DisableVertexArrayAttrib
Fredrik Höglund
2015-05-08
1
-0
/
+4
*
mesa/vbo: add support for 64-bit vertex attributes. (v1)
Dave Airlie
2015-05-08
1
-0
/
+1
*
mapi: add GL_ARB_vertex_attrib_64bit support
Dave Airlie
2015-05-08
1
-1
/
+5
*
mesa: Delete VAO _MaxElement code and index buffer bounds checking.
Kenneth Graunke
2014-09-19
1
-33
/
+0
*
mesa: Expose vbo_exec_DrawArraysInstanced as _mesa_DrawArraysInstanced.
Kenneth Graunke
2014-08-15
1
-0
/
+4
*
glapi: Add infrastructure for ARB_multi_bind
Fredrik Höglund
2014-05-02
1
-0
/
+4
*
mesa: Use location VERT_ATTRIB_GENERIC0 for vertex attribute 0
Anuj Phogat
2014-05-01
1
-0
/
+16
*
mesa: remove duplicated prototypes in varray.h
Brian Paul
2013-11-15
1
-6
/
+0
*
mesa: use _mesa_is_bufferobj() helper in _mesa_vertex_attrib_address()
Brian Paul
2013-11-12
1
-3
/
+4
*
mesa: add const qualifiers to vertex array helper functions
Brian Paul
2013-11-12
1
-4
/
+4
*
mesa: Handle zero-stride arrays in _mesa_update_array_max_element()
Fredrik Höglund
2013-11-07
1
-2
/
+4
*
mesa: Add ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-0
/
+48
*
glapi: Add infrastructure for ARB_vertex_attrib_binding
Fredrik Höglund
2013-11-07
1
-0
/
+23
*
mesa: remove outdated version lines in comments
Rico Schüller
2013-06-05
1
-1
/
+0
*
mesa: Add a helper function for determining the restart index.
Kenneth Graunke
2013-05-29
1
-0
/
+2
*
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: Standardize names of OpenGL functions.
Paul Berry
2012-11-12
1
-11
/
+11
*
mesa: remove #if _HAVE_FULL_GL checks
Brian Paul
2012-10-16
1
-10
/
+0
*
mesa: Remove API specific to GL_NV_vertex_program's aliased attribs.
Eric Anholt
2012-10-15
1
-5
/
+0
*
mesa: remove FEATURE_EXT_transform_feedback define.
Oliver McFadden
2012-09-15
1
-4
/
+0
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-0
/
+7
*
mesa: s/INLINE/inline/
Brian Paul
2011-10-01
1
-1
/
+1
*
mesa: consolidate code in _mesa_update_array_max_element()
Brian Paul
2011-04-06
1
-0
/
+31
*
mesa: support for GL_ARB_instanced_arrays
Brian Paul
2011-01-15
1
-0
/
+4
*
mesa: Clean up header file inclusion in varray.h.
Vinson Lee
2010-12-07
1
-1
/
+5
*
mesa: remove 'normalized' parameter from _mesa_VertexAttribIPointer()
Brian Paul
2010-10-28
1
-1
/
+0
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
mesa: update to version 64 of GL/glext.h
Brian Paul
2010-09-14
1
-2
/
+2
*
mesa: move all vertex array functions into varray.c
Brian Paul
2010-05-25
1
-0
/
+32
*
mesa: added _mesa_VertexAttribIPointer()
Brian Paul
2010-05-25
1
-0
/
+5
*
mesa: API and state for GL 3.1 primitive restart
Brian Paul
2010-04-20
1
-0
/
+3
*
mesa: Add support for ARB_draw_elements_base_vertex.
Eric Anholt
2009-09-08
1
-0
/
+15
*
mesa: new _mesa_copy_client_array() function
Brian Paul
2009-08-07
1
-0
/
+6
*
mesa: move vertex array objects from shared state to per-context
Brian Paul
2009-06-19
1
-0
/
+4
*
mesa: added _mesa_print_arrays() for debugging
Brian Paul
2009-05-21
1
-12
/
+5
*
Merge branch 'gallium-0.1' into gallium-0.2
Keith Whitwell
2008-09-11
1
-0
/
+18
|
\
|
*
mesa: point size arrays
Brian Paul
2008-06-25
1
-0
/
+4
[next]