Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vbo: Use static const VERT_ATTRIB->VBO_ATTRIB maps. | Mathias Fröhlich | 2018-02-01 | 1 | -5/+11 |
* | mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays() | Brian Paul | 2018-01-29 | 1 | -37/+0 |
* | vbo: move, rename vp_mode enums, get_program_mode() function | Brian Paul | 2018-01-29 | 1 | -6/+16 |
* | vbo: remove vbo_context.h and change includes to use vbo.h instead | Brian Paul | 2018-01-24 | 1 | -1/+0 |
* | vbo: move remaining items from vbo_context.h to vbo.h | Brian Paul | 2018-01-24 | 1 | -0/+25 |
* | vbo: move VBO-private types, prototypes, etc. into new vbo_private.h header | Brian Paul | 2018-01-24 | 1 | -0/+197 |