Re: [Mesa-dev] [RFC 1/3] glsl: add an assignment_recipient parameter on ast_expression

2016-02-25 Thread Alejandro Piñeiro
On 24/02/16 23:43, Timothy Arceri wrote: > On Wed, 2016-02-24 at 20:04 +0100, Alejandro Piñeiro wrote: >> The idea is pass through the ast-to-hir conversion if the current >> expression is the recipient of the assignment or not. Default >> value is false (so default value is being rhs). >> >> Bugzi

Re: [Mesa-dev] [RFC 1/3] glsl: add an assignment_recipient parameter on ast_expression

2016-02-24 Thread Timothy Arceri
On Wed, 2016-02-24 at 20:04 +0100, Alejandro Piñeiro wrote: > The idea is pass through the ast-to-hir conversion if the current > expression is the recipient of the assignment or not. Default > value is false (so default value is being rhs). > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?

[Mesa-dev] [RFC 1/3] glsl: add an assignment_recipient parameter on ast_expression

2016-02-24 Thread Alejandro Piñeiro
The idea is pass through the ast-to-hir conversion if the current expression is the recipient of the assignment or not. Default value is false (so default value is being rhs). Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=94129 --- src/compiler/glsl/ast.h| 11 ++- src