[Mesa-dev] [PATCH 1/2] llvmpipe: bump LP_MAX_THREADS to 16
Brian Paul
brianp at vmware.com
Fri Apr 26 15:03:18 PDT 2013
On the mesa-users list, Burlen Loring reported a speed-up with 16 cores
and his test/app.
---
src/gallium/drivers/llvmpipe/lp_limits.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/gallium/drivers/llvmpipe/lp_limits.h b/src/gallium/drivers/llvmpipe/lp_limits.h
index bb8f208..c7905b8 100644
--- a/src/gallium/drivers/llvmpipe/lp_limits.h
+++ b/src/gallium/drivers/llvmpipe/lp_limits.h
@@ -61,7 +61,7 @@
#define LP_MAX_WIDTH (1 << (LP_MAX_TEXTURE_LEVELS - 1))
-#define LP_MAX_THREADS 8
+#define LP_MAX_THREADS 16
/**
--
1.7.3.4
More information about the mesa-dev
mailing list