meta: Expand the vertex structure for the GenerateMipmap and decompress paths
authorIan Romanick <ian.d.romanick@intel.com>
Sat, 14 Dec 2013 08:57:06 +0000 (00:57 -0800)
committerEric Anholt <eric@anholt.net>
Tue, 11 Feb 2014 22:11:21 +0000 (14:11 -0800)
commit83c90c9239404412dc61aa3b0229ebd56a1406cf
treec4b129977553527d329a4e37f4c4c7ea33076075
parent897f97566898b6ddde710c8c4e83ecf163c2c62f
meta: Expand the vertex structure for the GenerateMipmap and decompress paths

Final intermediate step leading to some code sharing.  Note that the new
GemerateMipmap and decompress vertex structures are 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