i965: update MaxTextureRectSize to match PRMs and comply with OpenGL 4.1+
authorIago Toral Quiroga <itoral@igalia.com>
Fri, 16 Jun 2017 07:27:43 +0000 (09:27 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 19 Jun 2017 05:55:48 +0000 (07:55 +0200)
commitb72b7c541dd81890e04652373f24840f580123ed
treec3dcfabbca3d5e3adc054617c27854b0ee059a75
parent10d104207acdf78e76e329041852c2eae9765cec
i965: update MaxTextureRectSize to match PRMs and comply with OpenGL 4.1+

We were exposing 4096, but we can do up to 8192 in Gen4-6 and up to
16384 in gen7+. OpenGL 4.1+ requires at least 16384.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.c