projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fbc36f
)
llvmpipe: bump LP_MAX_THREADS to 16
author
Brian Paul
<brianp@vmware.com>
Fri, 26 Apr 2013 13:26:46 +0000
(07:26 -0600)
committer
Brian Paul
<brianp@vmware.com>
Fri, 26 Apr 2013 22:22:12 +0000
(16:22 -0600)
On the mesa-users list, Burlen Loring reported a speed-up with 16 cores
and his test/app.
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/drivers/llvmpipe/lp_limits.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/llvmpipe/lp_limits.h
b/src/gallium/drivers/llvmpipe/lp_limits.h
index bb8f20820d09d16bf7a465c805c9479ad9fda6ba..c7905b87e750c7ccf11f9bb8632736cd3b3dda1c 100644
(file)
--- 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
/**