i965: Don't force SSO layout for VS->TCS.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 5 Dec 2016 06:35:42 +0000 (22:35 -0800)
committerKenneth Graunke <kenneth@whitecape.org>
Tue, 6 Dec 2016 20:36:21 +0000 (12:36 -0800)
commit05a4e3a0096a8a3ed277bbcf5b0b1393b5e6e494
treefee0eb5df3b12a4bc973d2afeba293d3ba27a7af
parent44fd85d8eb1fba68829917c0cf5ce052095964ee
i965: Don't force SSO layout for VS->TCS.

This was a hack which worked around the VS and TCS disagreeing on their
shared interface due to the lack of varying packing.  In particular, it
was needed by Piglit's tcs-input-read-array-interface test.

However, that was just one case where things could go awry, so the
previous commit forcibly made interfaces match.  This hack is no longer
necessary.

It also seems to be broken, though I'm not sure why.  It fixes Piglit
regressions in spec/arb_shader_image_load_store/semantics from commit
ec1f159ac81ed964415d102eed4a0a29be8e7937.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98893
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
src/mesa/drivers/dri/i965/brw_vec4_tcs.cpp
src/mesa/drivers/dri/i965/brw_vs.c