[Mesa-dev] [PATCH v2 01/23] glsl: Add parsing support for multi-stream output in geometry shaders.

Iago Toral itoral at igalia.com
Thu Jun 19 01:04:14 PDT 2014


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



More information about the mesa-dev mailing list