Re: [Mesa-dev] [PATCH 02/59] glsl/standalone: Optimize add-of-neg to subtract

2016-10-26 Thread Iago Toral
On Tue, 2016-10-25 at 17:59 -0700, Ian Romanick wrote: > From: Ian Romanick > > This just makes the output of the standalone compiler a little more > compact. > > Signed-off-by: Ian Romanick > --- >  src/compiler/glsl/standalone.cpp | 34 > ++ >  1 file changed, 3

[Mesa-dev] [PATCH 02/59] glsl/standalone: Optimize add-of-neg to subtract

2016-10-25 Thread Ian Romanick
From: Ian Romanick This just makes the output of the standalone compiler a little more compact. Signed-off-by: Ian Romanick --- src/compiler/glsl/standalone.cpp | 34 ++ 1 file changed, 34 insertions(+) diff --git a/src/compiler/glsl/standalone.cpp b/src/compil