aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glthread_draw.c
Commit message (Expand)AuthorAgeFilesLines
* glthread: handle ARB_vertex_attrib_bindingMarek Olšák2020-06-231-11/+103
* glthread: rename non_vbo_attrib_mask -> user_buffer_mask, attribs -> buffersMarek Olšák2020-06-231-95/+95
* glthread: don't upload for glDraw inside a display list and always syncMarek Olšák2020-05-301-17/+51
* glthread: stop using GLenum16 to get correct GL errors for out-of-bounds enumsMarek Olšák2020-05-131-6/+6
* glthread: Fix use of alloca() without #include "c99_alloca.h"Jon Turney2020-05-121-0/+2
* glthread: Add GLAPIENTRY to _mesa_marshal_MultiDrawArrays.Jose Fonseca2020-05-011-1/+1
* glthread: upload non-VBO vertices and indices for non-Indirect non-IBM drawsMarek Olšák2020-04-301-0/+982