Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-03-12 Thread Erik Faye-Lund
On Sat, Feb 28, 2015 at 9:19 PM, Matt Turner matts...@gmail.com wrote: On Sat, Feb 28, 2015 at 11:47 AM, Thomas Helland thomashellan...@gmail.com wrote: On Feb 28, 2015 8:39 PM, Jason Ekstrand ja...@jlekstrand.net wrote: Both patches are Reviewed-by: Jason Ekstrand jason.ekstr...@intel.com

Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-03-11 Thread Ian Romanick
On 03/10/2015 05:05 PM, Jason Ekstrand wrote: On Tue, Mar 10, 2015 at 4:50 PM, Matt Turner matts...@gmail.com mailto:matts...@gmail.com wrote: On Tue, Mar 10, 2015 at 4:20 PM, Ian Romanick i...@freedesktop.org mailto:i...@freedesktop.org wrote: On 02/28/2015 12:19 PM, Matt

Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-03-10 Thread Thomas Helland
Humble ping? 2015-02-28 21:19 GMT+01:00 Matt Turner matts...@gmail.com: On Sat, Feb 28, 2015 at 11:47 AM, Thomas Helland thomashellan...@gmail.com wrote: On Feb 28, 2015 8:39 PM, Jason Ekstrand ja...@jlekstrand.net wrote: Both patches are Reviewed-by: Jason Ekstrand

Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-03-10 Thread Matt Turner
On Tue, Mar 10, 2015 at 1:15 PM, Thomas Helland thomashellan...@gmail.com wrote: Humble ping? Thanks for the reminder. I'd forgotten. :) I'll commit them now. ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org

Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-03-10 Thread Ian Romanick
On 02/28/2015 12:19 PM, Matt Turner wrote: On Sat, Feb 28, 2015 at 11:47 AM, Thomas Helland thomashellan...@gmail.com wrote: On Feb 28, 2015 8:39 PM, Jason Ekstrand ja...@jlekstrand.net wrote: Both patches are Reviewed-by: Jason Ekstrand jason.ekstr...@intel.com Could you commit them? I

Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-03-10 Thread Matt Turner
On Tue, Mar 10, 2015 at 4:20 PM, Ian Romanick i...@freedesktop.org wrote: On 02/28/2015 12:19 PM, Matt Turner wrote: On Sat, Feb 28, 2015 at 11:47 AM, Thomas Helland thomashellan...@gmail.com wrote: On Feb 28, 2015 8:39 PM, Jason Ekstrand ja...@jlekstrand.net wrote: Both patches are

Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-03-10 Thread Jason Ekstrand
On Tue, Mar 10, 2015 at 4:50 PM, Matt Turner matts...@gmail.com wrote: On Tue, Mar 10, 2015 at 4:20 PM, Ian Romanick i...@freedesktop.org wrote: On 02/28/2015 12:19 PM, Matt Turner wrote: On Sat, Feb 28, 2015 at 11:47 AM, Thomas Helland thomashellan...@gmail.com wrote: On Feb 28, 2015

Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-02-28 Thread Matt Turner
On Sat, Feb 28, 2015 at 11:47 AM, Thomas Helland thomashellan...@gmail.com wrote: On Feb 28, 2015 8:39 PM, Jason Ekstrand ja...@jlekstrand.net wrote: Both patches are Reviewed-by: Jason Ekstrand jason.ekstr...@intel.com Could you commit them? I don't have commit access. I'd like to wait a

[Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-02-28 Thread Thomas Helland
Shader-db i965 instructions: total instructions in shared programs: 1711180 - 1711159 (-0.00%) instructions in affected programs: 825 - 804 (-2.55%) helped:9 HURT: 0 GAINED:3 LOST:

Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-02-28 Thread Jason Ekstrand
Both patches are Reviewed-by: Jason Ekstrand jason.ekstr...@intel.com On Sat, Feb 28, 2015 at 11:32 AM, Thomas Helland thomashellan...@gmail.com wrote: Shader-db i965 instructions: total instructions in shared programs: 1711180 - 1711159 (-0.00%) instructions in affected programs: 825 -

Re: [Mesa-dev] [PATCH 2/2] nir: Optimize a + neg(a)

2015-02-28 Thread Thomas Helland
On Feb 28, 2015 8:39 PM, Jason Ekstrand ja...@jlekstrand.net wrote: Both patches are Reviewed-by: Jason Ekstrand jason.ekstr...@intel.com Could you commit them? I don't have commit access. Regards, Thomas On Sat, Feb 28, 2015 at 11:32 AM, Thomas Helland thomashellan...@gmail.com wrote: