diff options
author | Tim Rowley <[email protected]> | 2017-04-13 16:01:12 -0500 |
---|---|---|
committer | Tim Rowley <[email protected]> | 2017-04-28 19:55:40 -0500 |
commit | feefd3ef4e417bab2fc6c9b276cb4cfc321cfaac (patch) | |
tree | 7d5757ffc07e169feef2e18cc1ad6668215b088a /src/gallium/drivers/swr/Makefile.sources | |
parent | 9b907599b6daf91ef57ec5b6bc6a4881911f5431 (diff) |
swr/rast: name threads to aid debugging
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/Makefile.sources')
-rw-r--r-- | src/gallium/drivers/swr/Makefile.sources | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/Makefile.sources b/src/gallium/drivers/swr/Makefile.sources index 1afb532434c..056449c2745 100644 --- a/src/gallium/drivers/swr/Makefile.sources +++ b/src/gallium/drivers/swr/Makefile.sources @@ -56,6 +56,7 @@ COMMON_CXX_SOURCES := \ rasterizer/common/formats.cpp \ rasterizer/common/formats.h \ rasterizer/common/isa.hpp \ + rasterizer/common/os.cpp \ rasterizer/common/os.h \ rasterizer/common/rdtsc_buckets.cpp \ rasterizer/common/rdtsc_buckets.h \ |