meta: Expand the vertex structure for the CopyPixels paths
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 14 Dec 2013 03:32:08 +0000 (19:32 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 11 Feb 2014 22:11:21 +0000 (14:11 -0800)
commit545fd9bc9b214d1bc8e7d7300c6d66f982b1ee93
treed28c74a71300efea62799b6fe8e2ac9a88d4fc2e
parent9b4e659e62795375b96d9977dff0e436e6066f54
meta: Expand the vertex structure for the CopyPixels paths

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

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