Re: [Mesa-dev] Split version of 07/13 glsl: add double support

2015-02-05 Thread Ilia Mirkin
On Thu, Feb 5, 2015 at 2:26 PM, Matt Turner wrote: > On Thu, Feb 5, 2015 at 3:05 AM, Topi Pohjolainen > wrote: >> I wanted to try if this could be split into smaller chunks to aid >> review. Only compile tested (each step compiles). > > Thanks a bunch for splitting these. It indeed makes it a ton

Re: [Mesa-dev] Split version of 07/13 glsl: add double support

2015-02-05 Thread Matt Turner
On Thu, Feb 5, 2015 at 3:05 AM, Topi Pohjolainen wrote: > I wanted to try if this could be split into smaller chunks to aid > review. Only compile tested (each step compiles). Thanks a bunch for splitting these. It indeed makes it a ton easier to review. I glanced at 07/13 and my eyes glazed over

Re: [Mesa-dev] Split version of 07/13 glsl: add double support

2015-02-05 Thread Pohjolainen, Topi
On Thu, Feb 05, 2015 at 10:23:27AM -0500, Ilia Mirkin wrote: > Topi, this is awesome! I wanted to do something like that last night, > but tiredness and laziness got in the way. Can I find these in git > form somewhere so that I'll be able to integrate when doing a resend? > (Also, I think it's fin

Re: [Mesa-dev] Split version of 07/13 glsl: add double support

2015-02-05 Thread Ilia Mirkin
Topi, this is awesome! I wanted to do something like that last night, but tiredness and laziness got in the way. Can I find these in git form somewhere so that I'll be able to integrate when doing a resend? (Also, I think it's fine to drop the "(was other patch)" in there.) On Thu, Feb 5, 2015 at

[Mesa-dev] Split version of 07/13 glsl: add double support

2015-02-05 Thread Topi Pohjolainen
I wanted to try if this could be split into smaller chunks to aid review. Only compile tested (each step compiles). Dave Airlie (17): glsl: Add double builtin type (was: add double support) glsl: Add double builtin type generation (was: add double support) glsl: Uniform linking support for d