i965: Initialize "separate" flag in VUE maps.
authorKenneth Graunke <kenneth@whitecape.org>
Tue, 6 Dec 2016 10:43:07 +0000 (02:43 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 7 Dec 2016 06:14:58 +0000 (22:14 -0800)
commit09ffc5c84f8067e3b8d0ee89a1771e0a38595036
tree5cfaf6cb765a2b92e8d06c3999db3a4fdfd21aab
parentb87039499b07b23f964123e99c5447c1308eb873
i965: Initialize "separate" flag in VUE maps.

This was uninitialized, which resulted in weird looking printouts where
it appeared that the TCS output and TES input patch URB entries differed
in SSO/non-SSO layout.  There is no "separable" layout for both, as
they're tied together.

It should have no other actual effect.

Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/drivers/dri/i965/brw_vue_map.c