From: Brian Paul Date: Fri, 26 Apr 2013 13:26:46 +0000 (-0600) Subject: llvmpipe: bump LP_MAX_THREADS to 16 X-Git-Tag: mesa-9.2.1~1528 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=38a751cbe85b7e31925931dc4994e7def5e5af96;p=platform%2Fupstream%2Fmesa.git 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 --- 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 /**