meta: Expand the vertex structure for the Clear paths
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 14 Dec 2013 03:37:02 +0000 (19:37 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 11 Feb 2014 22:11:21 +0000 (14:11 -0800)
commitd7ac102c7bc2833b3f47f73e83bda8c53f70d7ef
tree58513ac3617460bfc6dd7c1900627ee49f7c81ec
parent545fd9bc9b214d1bc8e7d7300c6d66f982b1ee93
meta: Expand the vertex structure for the Clear paths

Another step leading to some code sharing.  Note that the new Clear
vertex structure is the same as the new BlitFramebuffer and CopyPixels
vertex structure.

The "sizeof(float) * 7" hack is temporary.  It will magically disappear
in a just a couple more patches.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
src/mesa/drivers/common/meta.c