vbo: Remove the now unused vbo draw path.
[mesa.git] / src / mesa / vbo / vbo_private.h
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...