glamor: Fix requested composite VBO size.
authorEric Anholt <eric@anholt.net>
Sun, 12 Jan 2014 15:54:51 +0000 (07:54 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 10 Mar 2014 20:57:21 +0000 (13:57 -0700)
commit9b86f7a1ab7904fbbe04283b6461a31470c77972
treea2120d93729d2f6dd5e5f13e55ebc6cd7967a57a
parentd310d566b18e55bce27301e9ac78a7894d5194dd
glamor: Fix requested composite VBO size.

The argument to setup_composte_vbo is the number of verts.

v2: Drop the now-unused vert_stride value.

Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Markus Wick <markus at selfnet.de>
glamor/glamor_render.c