On Friday, June 20, 2014 08:51:14 AM Iago Toral wrote:
> On Wed, 2014-06-18 at 13:38 -0700, Ian Romanick wrote:
> > On 06/18/2014 02:51 AM, Iago Toral Quiroga wrote:
> (...)
> > > + /* From the ARB_gpu_shader5 spec:
> > > + *
> > > + * "Multiple vertex streams are supported only
On Wed, 2014-06-18 at 13:38 -0700, Ian Romanick wrote:
> On 06/18/2014 02:51 AM, Iago Toral Quiroga wrote:
(...)
> > + /* From the ARB_gpu_shader5 spec:
> > + *
> > + * "Multiple vertex streams are supported only if the output
> > primitive
> > + *type is declared to b
On Wed, 2014-06-18 at 13:38 -0700, Ian Romanick wrote:
> On 06/18/2014 02:51 AM, Iago Toral Quiroga wrote:
> > Check if non-zero streams are used. Fail to link if emitting to unsupported
> > streams or emitting to non-zero streams with output type other than
> > GL_POINTS.
> > ---
> > src/glsl/li
On 06/18/2014 02:51 AM, Iago Toral Quiroga wrote:
> Check if non-zero streams are used. Fail to link if emitting to unsupported
> streams or emitting to non-zero streams with output type other than GL_POINTS.
> ---
> src/glsl/linker.cpp | 148
> +++-
Check if non-zero streams are used. Fail to link if emitting to unsupported
streams or emitting to non-zero streams with output type other than GL_POINTS.
---
src/glsl/linker.cpp | 148 +++-
1 file changed, 134 insertions(+), 14 deletions(-)
diff --