summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/llvmpipe/lp_rast_priv.h
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2009-12-08 08:02:49 +0000
committerJosé Fonseca <jfonseca@vmware.com>2009-12-08 08:02:49 +0000
commit7f457acabcbeea6a27b4f375f55e318fff52445f (patch)
tree6824c01f296a9d95974f98f3781052ca55eddf82 /src/gallium/drivers/llvmpipe/lp_rast_priv.h
parent73e13c33fd0a9b8574d00d01d301b9d4f88d4051 (diff)
llvmpipe: Use number of CPUs as default number of threads.
Also bump MAX_THREADS to 8.
Diffstat (limited to 'src/gallium/drivers/llvmpipe/lp_rast_priv.h')
-rw-r--r--src/gallium/drivers/llvmpipe/lp_rast_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_rast_priv.h b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
index 62f3c877da..5502419a92 100644
--- a/src/gallium/drivers/llvmpipe/lp_rast_priv.h
+++ b/src/gallium/drivers/llvmpipe/lp_rast_priv.h
@@ -32,7 +32,7 @@
#include "lp_rast.h"
-#define MAX_THREADS 4 /* XXX probably temporary here */
+#define MAX_THREADS 8 /* XXX probably temporary here */
struct pipe_transfer;