[Mesa-dev] [PATCH] glsl/parser: handle multiple layout sections with AST nodes.
Timothy Arceri
timothy.arceri at collabora.com
Mon May 23 06:16:26 UTC 2016
On Mon, 2016-05-23 at 15:55 +1000, Dave Airlie wrote:
> From: Dave Airlie <airlied at redhat.com>
>
> For geometry/compute inputs and tess control outputs, we create
> an AST node to keep track of some things. However if we have
> multiple layout sections, we don't ever link the node into the AST.
>
> This is because we create the node on the rightmost layout
> declaration
> and don't pass it back in so it gets linked at the end of the parsing
> of the rightmost.
>
> Signed-off-by: Dave Airlie <airlied at redhat.com>
Reviewed-by: Timothy Arceri <timothy.arceri at collabora.com>
More information about the mesa-dev
mailing list