swr: [rasterizer] add archrast instrumentation
authorTim Rowley <timothy.o.rowley@intel.com>
Mon, 29 Aug 2016 19:56:03 +0000 (14:56 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Tue, 30 Aug 2016 15:32:36 +0000 (10:32 -0500)
commit175052507ccc8569802ae2ee0b0b094c03698ff7
treeffba04465ba68f1716eff9c4eb318e084f81e535
parent5de640a5185ce831b9a7ae86c6fc0da3b0adbb48
swr: [rasterizer] add archrast instrumentation

Statistics measurement system
12 files changed:
src/gallium/drivers/swr/Makefile.am
src/gallium/drivers/swr/Makefile.sources
src/gallium/drivers/swr/rasterizer/archrast/archrast.cpp [new file with mode: 0644]
src/gallium/drivers/swr/rasterizer/archrast/archrast.h [new file with mode: 0644]
src/gallium/drivers/swr/rasterizer/archrast/eventmanager.h [new file with mode: 0644]
src/gallium/drivers/swr/rasterizer/archrast/events.proto [new file with mode: 0644]
src/gallium/drivers/swr/rasterizer/core/api.cpp
src/gallium/drivers/swr/rasterizer/core/context.h
src/gallium/drivers/swr/rasterizer/scripts/gen_archrast.py [new file with mode: 0644]
src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_cpp.template [new file with mode: 0644]
src/gallium/drivers/swr/rasterizer/scripts/templates/ar_event_h.template [new file with mode: 0644]
src/gallium/drivers/swr/rasterizer/scripts/templates/ar_eventhandler_h.template [new file with mode: 0644]