On Wed, 2014-06-18 at 11:16 -0700, Ian Romanick wrote:
(...)
> 
> Please replace this comment with the following spec quotation:
> 
>          /* Section 4.3.8.2 (Output Layout Qualifiers) of the OpenGL 4.00

I think you meant the GLSL spec.

>           * spec says:
>           *
>           *     "If the block or variable is declared with the stream
>           *     identifier, it is associated with the specified stream;
>           *     otherwise, it is associated with the current default stream."
>           */
> 
> > +          $$.flags.q.stream = 1;
> > +          $$.flags.q.explicit_stream = 0;
> > +          $$.stream = state->out_qualifier->stream;
> > +      }

Iago

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to