aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/common
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2016-04-21 14:24:33 -0600
committerTim Rowley <[email protected]>2016-04-27 10:41:21 -0500
commita646ffdacff1d8895c129b556fccc77d79f6c4a3 (patch)
treee5c4d191b531fbaa0f31d03892d0ee12c1bc8b83 /src/gallium/drivers/swr/rasterizer/common
parent8e815ff72cda0648496c683931eaeacd679f1107 (diff)
swr: [rasterizer core] more backend refactoring
BackendPixelRate should be easier to read/maintain now hopefully. Small perf bump by moving some of the pfn's to inline functions without template params. Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer/common')
-rw-r--r--src/gallium/drivers/swr/rasterizer/common/rdtsc_buckets.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/common/rdtsc_buckets.cpp b/src/gallium/drivers/swr/rasterizer/common/rdtsc_buckets.cpp
index c6768b4c566..eb038b1d74d 100644
--- a/src/gallium/drivers/swr/rasterizer/common/rdtsc_buckets.cpp
+++ b/src/gallium/drivers/swr/rasterizer/common/rdtsc_buckets.cpp
@@ -80,7 +80,9 @@ void BucketManager::PrintBucket(FILE* f, UINT level, uint64_t threadCycles, uint
" |-> ",
" |-> ",
" |-> ",
- " |-> "
+ " |-> ",
+ " |-> ",
+ " |-> ",
};
// compute percent of total cycles used by this bucket