meta: Expand the vertex structure for the DrawPixels paths
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 14 Dec 2013 08:55:50 +0000 (00:55 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 11 Feb 2014 22:11:21 +0000 (14:11 -0800)
commit897f97566898b6ddde710c8c4e83ecf163c2c62f
tree85a0da72b5835157fcca9ecd9e9c7e8b624e43dc
parentd7ac102c7bc2833b3f47f73e83bda8c53f70d7ef
meta: Expand the vertex structure for the DrawPixels paths

Another step leading to some code sharing.  Note that the new DrawPixels
vertex structure is the same as the new vertex structure in BlitFramebuffer
and the others.

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