projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
218dfd8
)
vbo: fix vbo_copy_vertices for GL_PATCHES and adjacency primitive types
author
Marek Olšák
<marek.olsak@amd.com>
Sun, 8 Mar 2020 21:58:49 +0000
(17:58 -0400)
committer
Marge 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
patch
|
blob
|
history
diff --git
a/src/mesa/vbo/vbo_attrib.h
b/src/mesa/vbo/vbo_attrib.h
index 165734b30a66bd28fe0fc606cae0d6bf6bde0883..e32b2f4670b736972f3ade01960e96a928ef2807 100644
(file)
--- a/
src/mesa/vbo/vbo_attrib.h
+++ b/
src/mesa/vbo/vbo_attrib.h
@@
-116,6
+116,6
@@
enum vbo_attrib {
-#define VBO_MAX_COPIED_VERTS 3
+#define VBO_MAX_COPIED_VERTS 3
1
#endif