Re: [Mesa-dev] [PATCH] llvmpipe: set max cube texture size to 4K x 4K

2012-09-17 Thread Jose Fonseca
Reviewed-by: Jose Fonseca - Original Message - > From: Brian Paul > > Before, the limit was 8K. For 32-bit RGBA that would be require 1.5 > GB > of memory (w/out mipmaps). That's well beyond the > LP_MAX_TEXTURE_SIZE > of 1GB. > --- > src/gallium/drivers/llvmpipe/lp_limits.h |1 +

[Mesa-dev] [PATCH] llvmpipe: set max cube texture size to 4K x 4K

2012-09-16 Thread Brian Paul
From: Brian Paul Before, the limit was 8K. For 32-bit RGBA that would be require 1.5 GB of memory (w/out mipmaps). That's well beyond the LP_MAX_TEXTURE_SIZE of 1GB. --- src/gallium/drivers/llvmpipe/lp_limits.h |1 + src/gallium/drivers/llvmpipe/lp_screen.c |2 +- 2 files changed, 2 in