OSDN Git Service

glsl: Fail to link if inter-stage input/outputs are not assigned to stream 0
authorIago Toral Quiroga <itoral@igalia.com>
Thu, 5 Jun 2014 09:36:56 +0000 (11:36 +0200)
committerIago Toral Quiroga <itoral@igalia.com>
Mon, 30 Jun 2014 06:08:49 +0000 (08:08 +0200)
commit02fd80e16018d44374063bae703352c464fdec2c
treeb6e887f9547ec868c671614086c6bc7548e869dd
parentb908e85ed3f1c7601c2e56f85ff676b606af10b5
glsl: Fail to link if inter-stage input/outputs are not assigned to stream 0

Outputs that are linked to inputs in the next stage must be output to stream 0,
otherwise we should fail to link.

Reviewed-by: Ian Romanick <ian.d.romanick@intel.com>
src/glsl/link_varyings.cpp