i965: Set max texture buffer size to hardware limit
authorChris Forbes <chrisf@ijw.co.nz>
Wed, 3 Jun 2015 00:11:27 +0000 (12:11 +1200)
committerChris Forbes <chrisf@ijw.co.nz>
Sat, 6 Jun 2015 06:40:33 +0000 (18:40 +1200)
commit52e5ad7bf8c731280ca4506b7d38e8c7a8e734b9
treef15ba8f9bdb155e6f0bfd9161d956ea765dc9042
parentb639ed2f1b170d1184c6d94c88c826c51ffc8726
i965: Set max texture buffer size to hardware limit

Previously we were leaving this at the default of 64K, which meets the
spec but is too small for some real uses. The hardware can handle up to
128M.

User was complaining about this on freenode ##OpenGL today.

Signed-off-by: Chris Forbes <chrisf@ijw.co.nz>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.c