i965: Bump MaxTexMbytes from 1GB to 1.5GB.
authorKenneth Graunke <kenneth@whitecape.org>
Sun, 2 Feb 2014 11:03:39 +0000 (03:03 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 19 Feb 2014 02:59:24 +0000 (18:59 -0800)
commitc593ad6e467b07ec0c70923d79259dbfb68b1bed
tree4ddb83bbe085669e0d20a90bb256312d5cfc866d
parent6c044231535b93c5d16404528946cad618d96bd9
i965: Bump MaxTexMbytes from 1GB to 1.5GB.

Even with the other limits raised, TestProxyTexImage would still reject
textures > 1GB in size.  This is an artificial limit; nothing prevents
us from having a larger texture.  I stayed shy of 2GB to avoid the
larger-than-aperture situation.

For 3D textures, this raises the effective limit:
 - RGBA8:   645 -> 738
 - RGBA16:  512 -> 586
 - RGBA32F: 406 -> 465

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