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
/
varray.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa: Remove flush_vertices argument from VAO methods.
Mathias Fröhlich
2018-05-17
1
-4
/
+4
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
1
-12
/
+0
*
mesa: Remove Array._DrawArrays.
Mathias Fröhlich
2018-05-10
1
-14
/
+0
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
1
-2
/
+0
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
1
-36
/
+13
*
mesa: Add flush_vertices to _mesa_bind_vertex_buffer.
Mathias Fröhlich
2018-02-23
1
-1
/
+1
*
mesa: Make _mesa_vertex_attrib_binding public.
Mathias Fröhlich
2018-02-23
1
-0
/
+7
*
mesa: Add flush_vertices to _mesa_{enable,disable}_vertex_array_attrib.
Mathias Fröhlich
2018-02-23
1
-2
/
+2
*
mesa: Only update enabled VAO gl_vertex_array entries.
Mathias Fröhlich
2018-02-09
1
-11
/
+18
*
mesa: Factor out _mesa_disable_vertex_array_attrib.
Mathias Fröhlich
2018-02-06
1
-0
/
+7
*
mesa: use gl_vert_attrib enum type in more places
Brian Paul
2018-01-30
1
-2
/
+2
*
mesa: rename some 'client' array functions
Brian Paul
2018-01-30
1
-2
/
+2
*
mesa: s/src/attribs/ in _mesa_update_client_array()
Brian Paul
2018-01-30
1
-9
/
+9
*
mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()
Brian Paul
2018-01-29
1
-0
/
+15
*
mesa: whitespace fixes in varray.h
Brian Paul
2018-01-25
1
-26
/
+29
*
mesa: include mtypes.h in varray.h
Brian Paul
2018-01-25
1
-3
/
+1
*
mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in comments
Brian Paul
2018-01-25
1
-1
/
+1
*
mesa: optimize _mesa_attr_zero_aliases_vertex()
Brian Paul
2017-08-21
1
-12
/
+2
*
mesa: add KHR_no_error support to glPrimitiveRestartIndex()
Samuel Pitoiset
2017-07-31
1
-0
/
+3
*
mesa: add KHR_no_error support to glVertexArrayBindingDivisor()
Samuel Pitoiset
2017-07-31
1
-0
/
+4
*
mesa: add KHR_no_error support to glVertexBindingDivisor()
Samuel Pitoiset
2017-07-31
1
-0
/
+3
*
mesa: add KHR_no_error support for glDisableVertexA*A*()
Timothy Arceri
2017-06-29
1
-0
/
+6
*
mesa: add KHR_no_error support for glEnableVertexA*A*()
Timothy Arceri
2017-06-29
1
-0
/
+7
*
mesa: add KHR_no_error support for glVertex*AttribBinding()
Samuel Pitoiset
2017-06-28
1
-0
/
+7
*
mapi: add GL_ARB_bindless_texture entry points
Samuel Pitoiset
2017-06-14
1
-0
/
+3
*
mesa: add KHR_no_error support for glBindVertexBuffers()
Samuel Pitoiset
2017-06-07
1
-0
/
+5
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffers()
Samuel Pitoiset
2017-06-07
1
-0
/
+6
*
mesa: add KHR_no_error support for glVertexArrayVertexBuffer()
Timothy Arceri
2017-05-30
1
-0
/
+4
*
mesa: add KHR_no_error support for glBindVertexBuffer()
Timothy Arceri
2017-05-30
1
-0
/
+3
*
mesa: Make _mesa_primitive_restart_index a static inline in the header.
Kenneth Graunke
2017-05-09
1
-2
/
+15
*
mesa/varray: make use of dispatch KHR_no_error support
Timothy Arceri
2017-05-04
1
-4
/
+36
*
mesa: replace _mesa_index_buffer::type with index_size
Marek Olšák
2017-04-22
1
-1
/
+2
*
mesa: move FLUSH_VERTICES() call to meta
Timothy Arceri
2017-03-31
1
-1
/
+1
*
mesa: rename gl_client_array -> gl_vertex_array
Brian Paul
2016-10-28
1
-5
/
+5
*
mesa: rename gl_vertex_attrib_array gl_array_attributes
Brian Paul
2016-10-13
1
-4
/
+4
*
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: 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
[next]