diff options
author | Brian Paul <[email protected]> | 2013-04-26 07:26:46 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-04-26 16:22:12 -0600 |
commit | 38a751cbe85b7e31925931dc4994e7def5e5af96 (patch) | |
tree | df89e92389100fa9250f2477868ef7261c9a6013 /src/gallium | |
parent | 8fbc36ff4895f79d74e61baa451952bdd9ffa965 (diff) |
llvmpipe: bump LP_MAX_THREADS to 16
On the mesa-users list, Burlen Loring reported a speed-up with 16 cores
and his test/app.
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium')
-rw-r--r-- | 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 bb8f20820d0..c7905b87e75 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 /** |