commit | c952c0e713ea0952ede90483d8f7d780adf45cc0 | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Thu May 26 09:23:54 2016 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu May 26 12:17:03 2016 +1000 |
tree | 18bfb6e4cac9806c8a754c19c7cc876a7d0c4884 | |
parent | c8835a592471a0238e296f6529b5dadb431cc622 [diff] |
glsl/ast: assign explicit_xfb_buffer from correct place This fixes: GL44-CTS.tessellation_shader.tessellation_control_to_tessellation_evaluation.data_pass_through As the OUT_TC interface structures weren't matching because one of them had explicit_xfb_buffer set when it shouldn't. Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com> Signed-off-by: Dave Airlie <airlied@redhat.com>