glthread: upload non-VBO vertices and indices for non-Indirect non-IBM draws
authorMarek Olšák <marek.olsak@amd.com>
Fri, 6 Mar 2020 21:56:54 +0000 (16:56 -0500)
committerMarge Bot <eric+marge@anholt.net>
Thu, 30 Apr 2020 22:01:55 +0000 (22:01 +0000)
commit2840bc3065b9e991b2c5880a2ee02e2458a758c4
treefbd448e3934236af68944ed9be55fbce6ffeb3be
parent1485a3ff7b52eed21cdc199aaa76ee1692dfa3c8
glthread: upload non-VBO vertices and indices for non-Indirect non-IBM draws

This is basically the same thing u_vbuf does.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4314>
src/mapi/glapi/gen/ARB_base_instance.xml
src/mapi/glapi/gen/ARB_draw_elements_base_vertex.xml
src/mapi/glapi/gen/ARB_draw_instanced.xml
src/mapi/glapi/gen/gl_API.xml
src/mesa/Makefile.sources
src/mesa/main/glthread.c
src/mesa/main/glthread.h
src/mesa/main/glthread_draw.c [new file with mode: 0644]
src/mesa/meson.build