Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mesa/main: avoid warning when casting offset to pointer | Erik Faye-Lund | 2019-08-15 | 1 | -1/+1 |
* | mesa: drop some p_compiler.h types | Lionel Landwerlin | 2019-08-09 | 1 | -2/+2 |
* | mesa: Use mapping tools in debug prints. | Mathias Fröhlich | 2019-03-15 | 1 | -45/+12 |
* | mesa: Factor out struct gl_vertex_format. | Mathias Fröhlich | 2018-11-21 | 1 | -6/+7 |
* | mesa: Use the gl_vertex_array_object::Enabled bitfield. | Mathias Fröhlich | 2018-11-21 | 1 | -11/+9 |
* | mesa: Remove needless indirection in some draw functions. | Mathias Fröhlich | 2018-11-02 | 1 | -123/+41 |
* | mesa: Collect all the draw functions in draw.{h,c}. | Mathias Fröhlich | 2018-11-01 | 1 | -0/+43 |
* | mesa/vbo: Move _vbo_draw_indirect -> _mesa_draw_indirect | Mathias Fröhlich | 2018-11-01 | 1 | -0/+74 |
* | mesa/vbo: Move src/mesa/vbo/vbo_exec_array.c -> src/mesa/main/draw.c | Mathias Fröhlich | 2018-11-01 | 1 | -0/+2145 |