i965: Bump MAX_3D_TEXTURE_SIZE to 2048.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 2 Feb 2014 10:51:45 +0000 (02:51 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 19 Feb 2014 02:58:57 +0000 (18:58 -0800)
commit06b047ebc75c6af02f806d051a5703748ee76b69
tree15a5b5e563773c141b356d3cb00e7b7bcad69c06
parentf0fdee5095649afc61fbe1588369191f62831ec4
i965: Bump MAX_3D_TEXTURE_SIZE to 2048.

It's highly unlikely that there will be enough memory in the system to
allocate enough space for this, but we should still expose the hardware
limit.  It's what the Intel Windows driver does, and it seems most other
vendors do likewise.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74130
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/mesa/drivers/dri/i965/brw_context.c