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: add KHR_no_error support to glPrimitiveRestartIndex()
Samuel Pitoiset
2017-07-31
1
-0
/
+8
*
mesa: add primitive_restart_index() helper
Samuel Pitoiset
2017-07-31
1
-4
/
+11
*
mesa: add KHR_no_error support to glVertexArrayBindingDivisor()
Samuel Pitoiset
2017-07-31
1
-0
/
+11
*
mesa: add KHR_no_error support to glVertexBindingDivisor()
Samuel Pitoiset
2017-07-31
1
-0
/
+9
*
mesa: add KHR_no_error support for glDisableVertexA*A*()
Timothy Arceri
2017-06-29
1
-0
/
+17
*
mesa: move error handling into disable_vertex_array_attrib() callers
Timothy Arceri
2017-06-29
1
-10
/
+14
*
mesa: add KHR_no_error support for glEnableVertexA*A*()
Timothy Arceri
2017-06-29
1
-0
/
+18
*
mesa: add KHR_no_error support for glVertex*AttribBinding()
Samuel Pitoiset
2017-06-28
1
-0
/
+23
*
mesa: don't flag _NEW_TRANSFORM for primitive restart
Marek Olšák
2017-06-22
1
-1
/
+1
*
mesa: add support for unsigned 64-bit vertex attributes
Samuel Pitoiset
2017-06-14
1
-0
/
+18
*
mapi: add GL_ARB_bindless_texture entry points
Samuel Pitoiset
2017-06-14
1
-0
/
+5
*
mesa: add KHR_no_error support for glBindVertexBuffers()
Samuel Pitoiset
2017-06-07
1
-0
/
+13
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffers()
Samuel Pitoiset
2017-06-07
1
-0
/
+15
*
mesa: add vertex_array_vertex_buffers_err() helper
Samuel Pitoiset
2017-06-07
1
-47
/
+61
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffer()
Timothy Arceri
2017-05-30
1
-0
/
+13
*
mesa: add KHR_no_error support for glBindVertexBuffer()
Timothy Arceri
2017-05-30
1
-3
/
+14
*
mesa: split vertex_array_vertex_buffer() in two
Timothy Arceri
2017-05-30
1
-42
/
+53
*
mesa: Make _mesa_primitive_restart_index a static inline in the header.
Kenneth Graunke
2017-05-09
1
-18
/
+0
*
mesa: Simplify _mesa_primitive_restart_index().
Kenneth Graunke
2017-05-06
1
-10
/
+2
*
mesa/varray: make use of dispatch KHR_no_error support
Timothy Arceri
2017-05-04
1
-173
/
+319
*
mesa: tidy up left over APPLE_vertex_array_object semantics
Timothy Arceri
2017-04-26
1
-1
/
+1
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
1
-6
/
+7
*
mesa: add KHR_no_error support to glVertexAttribDivisor()
Timothy Arceri
2017-04-19
1
-8
/
+10
*
mesa/varray: add KHR_no_error support to *Pointer() functions
Timothy Arceri
2017-04-19
1
-116
/
+236
*
mesa/varray: add KHR_no_error support to some callers of validate_array_format()
Timothy Arceri
2017-04-19
1
-63
/
+73
*
mesa/varray: rename update_array_format() -> validate_array_format()
Timothy Arceri
2017-04-19
1
-26
/
+45
*
mesa/varray: create get_array_format() helper
Timothy Arceri
2017-04-19
1
-11
/
+20
*
mesa/varray: split update_array() into validate_array() and update_array()
Timothy Arceri
2017-04-19
1
-14
/
+41
*
mesa: move glMultiDrawArrays to vbo and fix error handling
Nicolai Hähnle
2017-04-19
1
-18
/
+0
*
mesa: simplify and optimise vertex bindings tracking
Timothy Arceri
2017-04-08
1
-5
/
+3
*
mesa: stop abstracting buffer object hashtable locking
Timothy Arceri
2017-04-07
1
-2
/
+2
*
mesa: move FLUSH_VERTICES() call to meta
Timothy Arceri
2017-03-31
1
-7
/
+2
*
mesa: Create pointers for multithread marshalling dispatch table.
Paul Berry
2017-03-16
1
-4
/
+4
*
mesa/extensions: expose OES_vertex_half_float for ES2
Kevin Strasser
2016-11-09
1
-2
/
+5
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-2
/
+2
*
mesa: update comment on vertex_attrib_binding()
Brian Paul
2016-10-28
1
-1
/
+2
*
mesa: rename gl_vertex_array_object::VertexBinding to BufferBinding
Brian Paul
2016-10-28
1
-16
/
+16
*
mesa: fix indentation in vertex_attrib_binding()
Brian Paul
2016-10-13
1
-2
/
+2
*
mesa: add sanity check assertion in update_array_format
Brian Paul
2016-10-13
1
-0
/
+3
*
mesa: remove needless cast in update_array()
Brian Paul
2016-10-13
1
-1
/
+1
*
mesa: simplify update_array() with a vao local var
Brian Paul
2016-10-13
1
-7
/
+7
*
mesa: rename gl_vertex_attrib_array gl_array_attributes
Brian Paul
2016-10-13
1
-7
/
+7
*
mesa: rename gl_vertex_attrib_array::VertexBinding
Brian Paul
2016-10-13
1
-8
/
+8
*
mesa: Remove set but not used gl_client_array::Stride.
Mathias Fröhlich
2016-07-31
1
-1
/
+0
*
mesa: Remove set but not used gl_client_array::Enabled.
Mathias Fröhlich
2016-07-31
1
-1
/
+0
*
mesa: Walk the VAO in _mesa_print_arrays.
Mathias Fröhlich
2016-07-31
1
-32
/
+20
*
mesa: Move sanity check of BindVertexBuffer for OpenGL ES 3.1
Marta Lofstedt
2016-01-19
1
-0
/
+4
*
mesa/varray: set double arrays to non-normalised.
Dave Airlie
2015-12-10
1
-1
/
+1
*
mesa: error out in indirect draw when vertex bindings mismatch
Tapani Pälli
2015-11-26
1
-0
/
+10
*
mesa: Refactor enable_vertex_array_attrib to make _mesa_enable_vertex_array_a...
Ian Romanick
2015-11-24
1
-9
/
+17
[next]