mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 02:40:11 +01:00
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:
parent
8fbc36ff48
commit
38a751cbe8
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@
|
|||
#define LP_MAX_WIDTH (1 << (LP_MAX_TEXTURE_LEVELS - 1))
|
||||
|
||||
|
||||
#define LP_MAX_THREADS 8
|
||||
#define LP_MAX_THREADS 16
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue