diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_limits.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_limits.h b/src/gallium/drivers/llvmpipe/lp_limits.h index af31b3580e0..5ea0c83723a 100644 --- a/src/gallium/drivers/llvmpipe/lp_limits.h +++ b/src/gallium/drivers/llvmpipe/lp_limits.h @@ -77,9 +77,9 @@ /** * Max number of instructions (for all fragment shaders combined per context) - * that will be kept around. + * that will be kept around (counted in terms of llvm ir). */ -#define LP_MAX_SHADER_INSTRUCTIONS (128*1024) +#define LP_MAX_SHADER_INSTRUCTIONS (512*LP_MAX_SHADER_VARIANTS) /** * Max number of setup variants that will be kept around. |