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 <sroland@vmware.com>
This commit is contained in:
Brian Paul 2013-04-26 07:26:46 -06:00
parent 8fbc36ff48
commit 38a751cbe8

View file

@ -61,7 +61,7 @@
#define LP_MAX_WIDTH (1 << (LP_MAX_TEXTURE_LEVELS - 1))
#define LP_MAX_THREADS 8
#define LP_MAX_THREADS 16
/**