Re: [Mesa-dev] [PATCH 9/9] glsl: optimize (0 cmp x + y) into (-x cmp y).

2015-03-10 Thread Matt Turner
That's embarrassing! :) Reviewed-by: Matt Turner ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 9/9] glsl: optimize (0 cmp x + y) into (-x cmp y).

2015-02-25 Thread Samuel Iglesias Gonsálvez
On Tuesday 24 February 2015 12:22:18 Ian Romanick wrote: > This patch is > > Reviewed-by: Ian Romanick > > Please also add the following to the commit message: > > Cc: "10.4 10.5" > > If you guys have the time, I'd also really appreciate a piglit test or > two for this case. > OK, we are go

Re: [Mesa-dev] [PATCH 9/9] glsl: optimize (0 cmp x + y) into (-x cmp y).

2015-02-24 Thread Ian Romanick
This patch is Reviewed-by: Ian Romanick Please also add the following to the commit message: Cc: "10.4 10.5" If you guys have the time, I'd also really appreciate a piglit test or two for this case. On 02/24/2015 10:02 AM, Eduardo Lima Mitev wrote: > From: Samuel Iglesias Gonsalvez > > The