loader: #define PATH_MAX when undefined (eg. Hurd)
[mesa.git] / src / mesa / vbo /
2019-05-30 Marek OlšákChange a few frequented uses of DEBUG to !NDEBUG
2019-05-14 Mathias Fröhlichmesa/vbo: Update Comment to what is actually happening.
2019-05-04 Mathias Fröhlichmesa: Correct the is_vertex_position decision for dlists.
2019-05-04 Mathias Fröhlichmesa: Set CurrentSavePrimitive in vbo_save_NotifyBegin.
2019-05-04 Mathias Fröhlichmesa: Remove the _glapi_table argument from _mesa_array...
2019-05-04 Mathias Fröhlichmesa: Rip out now unused gl_context::aelt_context.
2019-03-15 Mathias Fröhlichvbo: Fix GL_PRIMITIVE_RESTART_FIXED_INDEX in display...
2019-03-15 Mathias Fröhlichvbo: Fix basevertex handling in display list compiles.
2019-03-15 Mathias Fröhlichmesa: Replace _ae_{,un}map_vbos with _mesa_vao_{,un...
2019-03-15 Mathias Fröhlichmesa: Use _mesa_array_element in dlist save.
2018-11-21 Mathias Fröhlichmesa: Factor out struct gl_vertex_format.
2018-11-21 Mathias Fröhlichmesa: Work with bitmasks when en/dis-abling VAO arrays.
2018-11-21 Mathias Fröhlichmesa: Remove gl_array_attributes::Enabled.
2018-11-21 Mathias Fröhlichmesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
2018-11-21 Marek Olšákmesa/glthread: enable immediate mode
2018-11-01 Mathias Fröhlichmesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect
2018-11-01 Mathias Fröhlichmesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src...
2018-11-01 Mathias Fröhlichvbo: Pull the _mesa_set_draw_vao calls out of the if...
2018-11-01 Mathias Fröhlichvbo: Preserve vbo_save::no_current_update on primitive...
2018-11-01 Mathias Fröhlichvbo: Make no_current_update an argument to vbo_save_Not...
2018-11-01 Mathias Fröhlichvbo: Move no_current_update out of _mesa_prim.
2018-11-01 Mathias Fröhlichvbo: Remove the now unused VBO_SAVE_PRIM_WEAK define.
2018-11-01 Mathias Fröhlichvbo: Remove the always false branch dlist replay.
2018-11-01 Mathias Fröhlichvbo: Test for VBO_SAVE_PRIM_WEAK in _mesa_prim::mode...
2018-11-01 Mathias Fröhlichvbo: Remove VBO_SAVE_PRIM_WEAK from vbo_save_NotifyBegi...
2018-11-01 Mathias Fröhlichvbo: Remove set but not used weak field from _mesa_prim.
2018-11-01 Mathias Fröhlichvbo: Remove the VBO_SAVE_FALLBACK flag.
2018-11-01 Mathias Fröhlichvbo: Remove unused vbo_save_fallback function.
2018-07-19 Marek Olšákmesa: expose ARB_indirect_parameters in the compatibili...
2018-07-19 Marek Olšákvbo: fix ARB_multi_draw_indirect for the compatibility...
2018-06-29 Dave Airlievbo_save: add support for doubles to display list code
2018-06-29 Timothy Arcerimesa: add compat profile support for ARB_multi_draw_ind...
2018-06-29 Timothy Arcerimesa: add ARB_draw_indirect support to compat profile
2018-06-05 Mathias Fröhlichmesa: Make sure that imm draws are flushed before other...
2018-05-30 Marek Olšákmesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
2018-05-18 Dave Airlievbo: remove MaxVertexAttribStride assert check.
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
next