mesa: add bool param to _mesa_free_context_data
[mesa.git] / src / mesa / vbo /
2018-05-17 Mathias Fröhlichmesa: The glArrayElement api is independent of the...
2018-05-17 Mathias Fröhlichmesa: Remove flush_vertices argument from VAO methods.
2018-05-10 Mathias Fröhlichmesa/vbo/tnl: Move gl_vertex_array related stuff to...
2018-05-10 Mathias Fröhlichmesa: Compute effective buffer bindings in the vao.
2018-04-23 Timothy Arcerimesa: rename api_validate.{c,h} -> draw_validate.{c,h}
2018-04-12 Marek Olšákmesa: include mtypes.h less
2018-04-04 Jon TurneyFix use of alloca() without #include <c99_alloca.h>
2018-03-31 Mathias Fröhlichvbo: Use alloca for _vbo_draw_indirect.
2018-03-31 Mathias Fröhlichvbo: Remove unused includes to vbo_private.h
2018-03-31 Mathias Fröhlichvbo: Move vbo_split into the tnl module.
2018-03-31 Mathias Fröhlichvbo: Readd the arrays argument to the legacy draw methods.
2018-03-31 Mathias Fröhlichvbo: Remove the now unused vbo draw path.
2018-03-31 Mathias Fröhlichvbo: Remove vbo_indirect_draw_func.
2018-03-30 Jakob Bornecrantzvbo: MaxVertexAttribStride is not always set
2018-03-23 Mathias Fröhlichvbo: Make sure the internal VAO's stay within limits.
2018-03-22 Mathias Fröhlichvbo: Remove now duplicate _DrawVAO notification.
2018-03-22 Mathias Fröhlichvbo: Remove now duplicate _vbo_update_inputs from dlist...
2018-03-22 Mathias Fröhlichvbo: Remove redundant set of DriverFlags.NewArray in...
2018-03-22 Mathias Fröhlichvbo: Remove vbo...recalculate_inputs from vbo_exec_inva...
2018-03-22 Mathias Fröhlichmesa: Set DriverFlags.NewArray together with vbo.....
2018-03-22 Mathias Fröhlichmesa: Update VAO internal state when setting the _DrawVAO.
2018-03-22 Mathias Fröhlichvbo: Move vbo_bind_arrays into a dd_driver_functions...
2018-03-22 Mathias Fröhlichmesa: Move vbo draw functions into dd_function_table.
2018-03-15 Mathias Fröhlichvbo: Correctly handle source arrays in vbo_split_copy.
2018-03-10 Mathias Fröhlichmesa: Make gl_vertex_array contain pointers to first...
2018-03-03 Mathias Fröhlichvbo: Try to reuse the same VAO more often for successiv...
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::vertex_size.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::buffer_offset.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::start_vertex.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::attrsz.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::attrtype.
2018-03-01 Mathias Fröhlichvbo: Remove vbo_save_vertex_list::enabled.
2018-03-01 Mathias Fröhlichvbo: Remove reference to the vertex_store from the...
2018-03-01 Mathias Fröhlichvbo: Implement current values update in terms of the...
2018-03-01 Mathias Fröhlichvbo: Implement vbo_loopback_vertex_list in terms of...
2018-03-01 Mathias Fröhlichvbo: Use a local variable for the dlist offsets.
2018-03-01 Mathias Fröhlichvbo: Remove unused vbo_save_context::wrap_count.
2018-03-01 Mathias Fröhlichvbo: Remove unused vbo_save_vertex_list::dangling_attr_ref.
2018-02-23 Marek Olšákmesa: replace some API_OPENGL_CORE checks with _mesa_is...
2018-02-23 Mathias Fröhlichvbo: Make use of _DrawVAO from the dlist code.
2018-02-23 Mathias Fröhlichvbo: Make use of _DrawVAO from immediate mode draw
2018-02-23 Mathias Fröhlichvbo: Implement tool functions for vbo specific VAO...
2018-02-23 Mathias Fröhlichvbo: Use _DrawVAO for array type draw commands.
2018-02-23 Mathias Fröhlichvbo: Implement method to track the inputs array.
2018-02-23 Mathias Fröhlichvbo: Remove get_vp_mode() and enum vp_mode.
2018-02-23 Mathias Fröhlichvbo: Use _VPMode instead of get_vp_mode().
2018-02-08 Brian Paulvbo: add a comment on vbo_draw_transform_feedback()
2018-02-08 Brian Paulvbo: improve comments on vbo_draw_func()
2018-02-06 Brian Paulmesa: rename gl_vertex_array_object::_VertexAttrib...
2018-02-06 Mathias Fröhlichvbo: Move vbo_rebase into its only caller module tnl.
2018-02-06 Mathias Fröhlichmesa: Use atomics for buffer objects reference counts.
2018-02-06 Andres Gomezvbo: provide 64bits support to print_draw_arrays
2018-02-06 Andres Gomezvbo: take into account the size when printing VAO elements
2018-02-06 Andres Gomezvbo: print first element of the VAO when the binding...
2018-02-01 Mathias Fröhlichvbo: Simplify input array distribution for dlist type...
2018-02-01 Mathias Fröhlichvbo: Simplify input array distribution for imm type...
2018-02-01 Mathias Fröhlichvbo: Simplify input array distribution for array type...
2018-02-01 Mathias Fröhlichvbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.
2018-02-01 Mathias Fröhlichmesa: Put materials at the end of the generic block.
2018-02-01 Mathias Fröhlichmesa: Use defines for the aliased material array attrib...
2018-02-01 Mathias Fröhlichvbo: Correctly handle attribute offsets in dlist draw.
2018-02-01 Brian Paulvbo: change an argument in vbo_draw_indirect_prims()
2018-02-01 Brian Paulvbo: add comments on the VBO draw function typedefs
2018-02-01 Brian Paulvbo: s/drawcount/drawcount_offset
2018-02-01 Brian Paulvbo: use vbo local var for draw call in vbo_save_playba...
2018-01-30 Marek Olšákmesa: replace GLenum with GLenum16 in common structures...
2018-01-29 Brian Paulmesa/vbo: replace vbo_draw_method() with _mesa_set_draw...
2018-01-29 Brian Paulvbo: s/[0]/[VERT_ATTRIB_POS]/ in recalculate_input_bind...
2018-01-29 Brian Paulvbo: add new VBO_ATTRIBS_ masks to vbo_attrib.h
2018-01-29 Brian Paulvbo: s/VBO_ATTRIB_INDEX/VBO_ATTRIB_COLOR_INDEX/
2018-01-29 Brian Paulvbo: minor clean-ups in vbo_exec.h
2018-01-29 Brian Paulvbo: s/_API_NOOP_H/VBO_NOOP_H/ in vbo_noop.h
2018-01-29 Brian Paulvbo: whitespace/formatting fixes in vbo_exec.h
2018-01-29 Brian Paulvbo: move, rename vp_mode enums, get_program_mode(...
2018-01-29 Brian Paulvbo: s/cl/array/ in vbo_context.c
2018-01-24 Brian Paulvbo: fix incorrect min/max_index values in display...
2018-01-24 Brian Paulvbo: whitespace/formatting fixes in vbo_split_inplace.c
2018-01-24 Brian Paulvbo: whitespace/formatting fixes in vbo.h
2018-01-24 Brian Paulvbo/i965: move vbo_all_varyings_in_vbos() to brw_draw.c
2018-01-24 Brian Paulvbo: remove unused vbo_any_varyings_in_vbos() function
2018-01-24 Brian Paulvbo: remove unneeded #includes
2018-01-24 Brian Paulvbo: remove vbo_context.h and change includes to use...
2018-01-24 Brian Paulvbo: move remaining items from vbo_context.h to vbo.h
2018-01-24 Brian Paulvbo: move VBO-private types, prototypes, etc. into...
2018-01-24 Brian Paulmesa: use new _vbo_install_exec_vtxfmt() function
2018-01-24 Brian Paulvbo: move vbo_sizeof_ib_type() into vbo_exec_array.c
2018-01-24 Brian Paulmesa: move vbo_count_tessellated_primitives() to api_va...
2018-01-24 Brian Paulvbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save...
2018-01-24 Brian Paulvbo: replace assert(0) with unreachable()
2018-01-24 Brian Paulvbo: fix, add comment in vbo_save.h
2018-01-24 Brian Paulvbo: whitespace, formatting fixes in vbo_split.[ch]
2018-01-18 Brian Paulvbo: fix VBO optimization regression
2018-01-17 Brian Paulmesa: remove unneeded #includes of main/compiler.h
2018-01-17 Brian Paulvbo: reindent vbo_attrib.h to use 3 spaces
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_exec_api.c
2018-01-17 Brian Paulvbo: add assertions, comments in vbo_exec_api.c
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_exec_draw.c
2018-01-17 Brian Paulvbo: use inputs_read var to simplify code
2018-01-17 Brian Paulvbo: whitespace, formatting fixes in vbo_split_copy.c
2018-01-17 Brian Paulvbo: use a new local 'array' variable in bind_vertex_li...
next