swr: [rasterizer core] viewport array support
authorTim Rowley <timothy.o.rowley@intel.com>
Fri, 5 Aug 2016 22:42:24 +0000 (16:42 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Wed, 10 Aug 2016 16:08:40 +0000 (11:08 -0500)
commitad153189ec3fb16fdca2666e0bfe2b88d31ebb70
tree78d4008671c4b12bac16b9ff934f198493255084
parentd86e2487a0fb3b3d1f88a07d0eff723f3b30c737
swr: [rasterizer core] viewport array support

Change viewport matrix storage from AOS to SOA to support viewport arrays.

Signed-off-by: Tim Rowley <timothy.o.rowley@intel.com>
src/gallium/drivers/swr/rasterizer/core/api.cpp
src/gallium/drivers/swr/rasterizer/core/api.h
src/gallium/drivers/swr/rasterizer/core/context.h
src/gallium/drivers/swr/rasterizer/core/frontend.cpp
src/gallium/drivers/swr/rasterizer/core/frontend.h
src/gallium/drivers/swr/rasterizer/core/state.h
src/gallium/drivers/swr/swr_state.cpp
src/gallium/drivers/swr/swr_state.h