diff options
author | Tim Rowley <[email protected]> | 2016-08-29 14:56:03 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2016-08-30 10:32:36 -0500 |
commit | 175052507ccc8569802ae2ee0b0b094c03698ff7 (patch) | |
tree | ffba04465ba68f1716eff9c4eb318e084f81e535 /src/gallium/drivers/swr/Makefile.sources | |
parent | 5de640a5185ce831b9a7ae86c6fc0da3b0adbb48 (diff) |
swr: [rasterizer] add archrast instrumentation
Statistics measurement system
Diffstat (limited to 'src/gallium/drivers/swr/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/swr/Makefile.sources | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/Makefile.sources b/src/gallium/drivers/swr/Makefile.sources index 99b3900b57c..e0ea161ee5d 100644 --- a/src/gallium/drivers/swr/Makefile.sources +++ b/src/gallium/drivers/swr/Makefile.sources @@ -45,6 +45,11 @@ CXX_SOURCES := \ swr_query.h \ swr_query.cpp +ARCHRAST_CXX_SOURCES := \ + rasterizer/archrast/archrast.cpp \ + rasterizer/archrast/archrast.h \ + rasterizer/archrast/eventmanager.h + COMMON_CXX_SOURCES := \ rasterizer/common/formats.cpp \ rasterizer/common/formats.h \ |