i965: Always set MaxViewports and related limits
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 8 Nov 2016 18:10:34 +0000 (10:10 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Fri, 6 Jan 2017 20:42:43 +0000 (12:42 -0800)
commit90c51ccf82e04d06aa63aea49121165b7f2e8991
tree171e8355962e125e34a92b18113666effa40ff2f
parentb7699ce07cb508e461a4fc6662b8fd0c5e6f0243
i965: Always set MaxViewports and related limits

Since 9d6ca7c3, there should be no performance hit for having
MaxViewports > 1.  Always set this context state.  This eliminates the
need to update this conditional as we add support for OES_viewport_array
on older GPUs.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_context.c