vbo: fix vbo_copy_vertices for GL_PATCHES and adjacency primitive types
authorMarek Olšák <marek.olsak@amd.com>
Sun, 8 Mar 2020 21:58:49 +0000 (17:58 -0400)
committerMarge Bot <eric+marge@anholt.net>
Wed, 11 Mar 2020 18:45:28 +0000 (18:45 +0000)
Fixes: 4c6323c49f1 - vbo: handle GS and tess primitive types when splitting Begin/End
Reviewed-by: Mathias Fröhlich <Mathias.Froehlich@web.de>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3591>

src/mesa/vbo/vbo_attrib.h

index 165734b30a66bd28fe0fc606cae0d6bf6bde0883..e32b2f4670b736972f3ade01960e96a928ef2807 100644 (file)
@@ -116,6 +116,6 @@ enum vbo_attrib {
 
 
 
-#define VBO_MAX_COPIED_VERTS 3
+#define VBO_MAX_COPIED_VERTS 31
 
 #endif