swr/rast: Add support for dynamic vertex size for VS output
authorTim Rowley <timothy.o.rowley@intel.com>
Tue, 6 Jun 2017 23:41:40 +0000 (18:41 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Fri, 16 Jun 2017 21:20:16 +0000 (16:20 -0500)
commit7f3be3f0b8df1eb85130c58e545a7e73f4369069
treeac5228de698b8eea2c6a7a7ef0b75d2910d32db3
parent8e5d11cd7bef52716d5c33610f506e55cb70a1ee
swr/rast: Add support for dynamic vertex size for VS output

Add support for dynamic vertex size for the vertex shader output.

Add new state in SWR_FRONTEND_STATE to specify the size.

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/core/frontend.cpp
src/gallium/drivers/swr/rasterizer/core/state.h
src/gallium/drivers/swr/swr_draw.cpp