swr: [rasterizer core] fundamentally change how stats work
authorTim Rowley <timothy.o.rowley@intel.com>
Fri, 5 Aug 2016 17:17:25 +0000 (11:17 -0600)
committerTim Rowley <timothy.o.rowley@intel.com>
Wed, 10 Aug 2016 16:08:23 +0000 (11:08 -0500)
commit6625fd08db0a24fad54d69ca1eb3935304b3a53e
tree7d9eb12e0fc2a03d326b1384647add15777fcdc3
parent047493c1980deddc916294d8cb498d5e0633ad82
swr: [rasterizer core] fundamentally change how stats work

Add a per draw stats callback to update driver stats.

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/threads.cpp
src/gallium/drivers/swr/swr_context.cpp
src/gallium/drivers/swr/swr_context.h
src/gallium/drivers/swr/swr_query.cpp