swr: [rasterizer core] SwrStoreTiles api change
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 6 Oct 2016 18:22:35 +0000 (13:22 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Tue, 11 Oct 2016 16:22:04 +0000 (11:22 -0500)
commita907b7a5f74169906c04e9702f3c8fda99636c56
treef30e7beeaa367fa2eff39626100956bcde721433
parent5d5179a6c240e82d6d5de513bb6fa3b5ec85dd60
swr: [rasterizer core] SwrStoreTiles api change

SwrStoreTiles now takes a mask of surfaces to store.  Reduces
overhead when storing multiple render targets.

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/backend.cpp
src/gallium/drivers/swr/rasterizer/core/backend.h
src/gallium/drivers/swr/rasterizer/core/context.h
src/gallium/drivers/swr/rasterizer/core/frontend.cpp
src/gallium/drivers/swr/swr_draw.cpp