mesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
[mesa.git] / src / mesa / vbo / vbo_private.h
2020-04-21 Dylan Bakermesa|mapi: replace _mesa_[v]snprintf with [v]snprintf
2020-03-21 Marek Olšákvbo,gallium: make glBegin/End buffer size configurable...
2020-03-05 Marek Olšákvbo: merge more primitive types for glBegin/End (v2)
2020-03-05 Marek Olšákvbo: deduplicate copy_vertices functions
2020-02-11 Marek Olšákvbo: fix resizing 64-bit vertex attributes
2018-11-21 Mathias Fröhlichmesa: Factor out struct gl_vertex_format.
2018-11-21 Mathias Fröhlichmesa: Rename gl_vertex_array_object::_Enabled -> Enabled.
2018-06-29 Dave Airlievbo_save: add support for doubles to display list code
2018-05-30 Marek Olšákmesa: handle GL_UNSIGNED_INT64_ARB properly (v2)
2018-05-10 Mathias Fröhlichmesa: Compute effective buffer bindings in the vao.
2018-04-12 Marek Olšákmesa: include mtypes.h less
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-10 Mathias Fröhlichmesa: Make gl_vertex_array contain pointers to first...
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: Implement method to track the inputs array.
2018-02-23 Mathias Fröhlichvbo: Remove get_vp_mode() and enum vp_mode.
2018-02-01 Mathias Fröhlichvbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps.
2018-01-29 Brian Paulmesa/vbo: replace vbo_draw_method() with _mesa_set_draw...
2018-01-29 Brian Paulvbo: move, rename vp_mode enums, get_program_mode(...
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...