Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glthread: handle ARB_vertex_attrib_binding | Marek Olšák | 2020-06-23 | 1 | -11/+103 |
* | glthread: rename non_vbo_attrib_mask -> user_buffer_mask, attribs -> buffers | Marek Olšák | 2020-06-23 | 1 | -95/+95 |
* | glthread: don't upload for glDraw inside a display list and always sync | Marek Olšák | 2020-05-30 | 1 | -17/+51 |
* | glthread: stop using GLenum16 to get correct GL errors for out-of-bounds enums | Marek Olšák | 2020-05-13 | 1 | -6/+6 |
* | glthread: Fix use of alloca() without #include "c99_alloca.h" | Jon Turney | 2020-05-12 | 1 | -0/+2 |
* | glthread: Add GLAPIENTRY to _mesa_marshal_MultiDrawArrays. | Jose Fonseca | 2020-05-01 | 1 | -1/+1 |
* | glthread: upload non-VBO vertices and indices for non-Indirect non-IBM draws | Marek Olšák | 2020-04-30 | 1 | -0/+982 |