aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/swr/rasterizer/common
diff options
context:
space:
mode:
authorTim Rowley <[email protected]>2016-04-25 14:19:58 -0600
committerTim Rowley <[email protected]>2016-05-05 14:48:55 -0500
commit1eb211c4a4c31e5e46840435df90554fbc864adc (patch)
tree3af8af87bd2572f1fc4248ceceadcac7e542dd8c /src/gallium/drivers/swr/rasterizer/common
parentd97e333ea435906a1b0a50972cb942c68dd734a2 (diff)
swr: [rasterizer] Whitespace cleanup and misc changes
Reviewed-by: Bruce Cherniak <[email protected]>
Diffstat (limited to 'src/gallium/drivers/swr/rasterizer/common')
-rw-r--r--src/gallium/drivers/swr/rasterizer/common/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/swr/rasterizer/common/os.h b/src/gallium/drivers/swr/rasterizer/common/os.h
index 180a0560822..7bfc66fde38 100644
--- a/src/gallium/drivers/swr/rasterizer/common/os.h
+++ b/src/gallium/drivers/swr/rasterizer/common/os.h
@@ -167,6 +167,7 @@ unsigned char _bittest(const LONG *a, LONG b)
}
#define GetCurrentProcessId getpid
+#define GetCurrentThreadId gettid
#define CreateDirectory(name, pSecurity) mkdir(name, 0777)