Re: [Mesa-dev] [PATCH] glsl: validate output blocks against input blocks

2016-11-09 Thread Nicolai Hähnle
On 04.11.2016 13:37, Iago Toral Quiroga wrote: Until now were validating in/out blocks by listing the inputs in the consumer stage and then, for each output of the producer, we checked that it was a match if it was consumed. This method does not catch the case where the consumer has an input that

[Mesa-dev] [PATCH] glsl: validate output blocks against input blocks

2016-11-04 Thread Iago Toral Quiroga
Until now were validating in/out blocks by listing the inputs in the consumer stage and then, for each output of the producer, we checked that it was a match if it was consumed. This method does not catch the case where the consumer has an input that is not present as an output in the producer stag