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
/
vbo
Commit message (
Expand
)
Author
Age
Files
Lines
*
mesa/vbo/tnl: Move gl_vertex_array related stuff to tnl.
Mathias Fröhlich
2018-05-10
2
-123
/
+0
*
mesa: Compute effective buffer bindings in the vao.
Mathias Fröhlich
2018-05-10
3
-1
/
+38
*
mesa: rename api_validate.{c,h} -> draw_validate.{c,h}
Timothy Arceri
2018-04-24
3
-3
/
+3
*
mesa: include mtypes.h less
Marek Olšák
2018-04-12
11
-13
/
+5
*
Fix use of alloca() without #include <c99_alloca.h>
Jon Turney
2018-04-04
1
-0
/
+1
*
vbo: Use alloca for _vbo_draw_indirect.
Mathias Fröhlich
2018-03-31
1
-24
/
+55
*
vbo: Remove unused includes to vbo_private.h
Mathias Fröhlich
2018-03-31
2
-3
/
+0
*
vbo: Move vbo_split into the tnl module.
Mathias Fröhlich
2018-03-31
5
-1247
/
+0
*
vbo: Readd the arrays argument to the legacy draw methods.
Mathias Fröhlich
2018-03-31
3
-14
/
+4
*
vbo: Remove the now unused vbo draw path.
Mathias Fröhlich
2018-03-31
5
-86
/
+0
*
vbo: Remove vbo_indirect_draw_func.
Mathias Fröhlich
2018-03-31
3
-102
/
+30
*
vbo: MaxVertexAttribStride is not always set
Jakob Bornecrantz
2018-03-30
1
-1
/
+6
*
vbo: Make sure the internal VAO's stay within limits.
Mathias Fröhlich
2018-03-23
2
-1
/
+6
*
vbo: Remove now duplicate _DrawVAO notification.
Mathias Fröhlich
2018-03-22
1
-5
/
+0
*
vbo: Remove now duplicate _vbo_update_inputs from dlist draw.
Mathias Fröhlich
2018-03-22
1
-3
/
+0
*
vbo: Remove redundant set of DriverFlags.NewArray in vbo_bind_arrays.
Mathias Fröhlich
2018-03-22
1
-1
/
+0
*
vbo: Remove vbo...recalculate_inputs from vbo_exec_invalidate_state.
Mathias Fröhlich
2018-03-22
1
-8
/
+0
*
mesa: Set DriverFlags.NewArray together with vbo...recalculate_inputs.
Mathias Fröhlich
2018-03-22
2
-0
/
+16
*
mesa: Update VAO internal state when setting the _DrawVAO.
Mathias Fröhlich
2018-03-22
1
-3
/
+0
*
vbo: Move vbo_bind_arrays into a dd_driver_functions draw callback.
Mathias Fröhlich
2018-03-22
4
-46
/
+27
*
mesa: Move vbo draw functions into dd_function_table.
Mathias Fröhlich
2018-03-22
6
-48
/
+72
*
vbo: Correctly handle source arrays in vbo_split_copy.
Mathias Fröhlich
2018-03-15
1
-3
/
+5
*
mesa: Make gl_vertex_array contain pointers to first order VAO members.
Mathias Fröhlich
2018-03-10
10
-93
/
+115
*
vbo: Try to reuse the same VAO more often for successive dlists.
Mathias Fröhlich
2018-03-03
1
-3
/
+14
*
vbo: Remove vbo_save_vertex_list::vertex_size.
Mathias Fröhlich
2018-03-01
2
-9
/
+6
*
vbo: Remove vbo_save_vertex_list::buffer_offset.
Mathias Fröhlich
2018-03-01
2
-29
/
+13
*
vbo: Remove vbo_save_vertex_list::start_vertex.
Mathias Fröhlich
2018-03-01
3
-6
/
+2
*
vbo: Remove vbo_save_vertex_list::attrsz.
Mathias Fröhlich
2018-03-01
2
-7
/
+4
*
vbo: Remove vbo_save_vertex_list::attrtype.
Mathias Fröhlich
2018-03-01
2
-4
/
+1
*
vbo: Remove vbo_save_vertex_list::enabled.
Mathias Fröhlich
2018-03-01
2
-3
/
+1
*
vbo: Remove reference to the vertex_store from the dlist node.
Mathias Fröhlich
2018-03-01
3
-21
/
+10
*
vbo: Implement current values update in terms of the VAO.
Mathias Fröhlich
2018-03-01
3
-62
/
+47
*
vbo: Implement vbo_loopback_vertex_list in terms of the VAO.
Mathias Fröhlich
2018-03-01
4
-93
/
+151
*
vbo: Use a local variable for the dlist offsets.
Mathias Fröhlich
2018-03-01
2
-9
/
+7
*
vbo: Remove unused vbo_save_context::wrap_count.
Mathias Fröhlich
2018-03-01
1
-1
/
+0
*
vbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.
Mathias Fröhlich
2018-03-01
2
-3
/
+0
*
mesa: replace some API_OPENGL_CORE checks with _mesa_is_desktop_gl
Marek Olšák
2018-02-23
1
-2
/
+2
*
vbo: Make use of _DrawVAO from the dlist code.
Mathias Fröhlich
2018-02-23
4
-93
/
+144
*
vbo: Make use of _DrawVAO from immediate mode draw
Mathias Fröhlich
2018-02-23
5
-104
/
+78
*
vbo: Implement tool functions for vbo specific VAO setup.
Mathias Fröhlich
2018-02-23
2
-2
/
+55
*
vbo: Use _DrawVAO for array type draw commands.
Mathias Fröhlich
2018-02-23
3
-73
/
+100
*
vbo: Implement method to track the inputs array.
Mathias Fröhlich
2018-02-23
4
-0
/
+122
*
vbo: Remove get_vp_mode() and enum vp_mode.
Mathias Fröhlich
2018-02-23
1
-27
/
+0
*
vbo: Use _VPMode instead of get_vp_mode().
Mathias Fröhlich
2018-02-23
4
-11
/
+14
*
vbo: add a comment on vbo_draw_transform_feedback()
Brian Paul
2018-02-08
1
-0
/
+8
*
vbo: improve comments on vbo_draw_func()
Brian Paul
2018-02-08
1
-4
/
+5
*
mesa: rename gl_vertex_array_object::_VertexAttrib -> _VertexArray
Brian Paul
2018-02-06
1
-1
/
+1
*
vbo: Move vbo_rebase into its only caller module tnl.
Mathias Fröhlich
2018-02-06
2
-262
/
+0
*
mesa: Use atomics for buffer objects reference counts.
Mathias Fröhlich
2018-02-06
1
-4
/
+4
*
vbo: provide 64bits support to print_draw_arrays
Andres Gomez
2018-02-06
1
-2
/
+19
[next]