svga: add switch case for PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
authorBrian Paul <brianp@vmware.com>
Wed, 21 Oct 2015 00:22:43 +0000 (18:22 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 21 Oct 2015 01:14:51 +0000 (19:14 -0600)
commitf1682fdafa54bb2e710707c441ed652358e57502
treea167bfaa4a209cbbac3e042cdcaf6d1d4f354954
parentb48e16fa2f8b96bb36a6e0a92b6d842c1c246006
svga: add switch case for PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT

A third instance of this was needed but missed in the previous commit.
Return 32 as for the two other cases.

Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
src/gallium/drivers/svga/svga_screen.c