Re: [Mesa-dev] [PATCH 07/20] glsl: add double support

2014-09-05 Thread Pohjolainen, Topi
On Fri, Sep 05, 2014 at 10:25:52AM +0300, Pohjolainen, Topi wrote: > On Thu, Sep 04, 2014 at 05:15:29AM +0100, Dave Airlie wrote: > > This adds the guts of the fp64 implementation to the GLSL compiler. > > > > - builtin double types > > - double constant support > > - lexer parsing for double type

Re: [Mesa-dev] [PATCH 07/20] glsl: add double support

2014-09-05 Thread Pohjolainen, Topi
On Thu, Sep 04, 2014 at 05:15:29AM +0100, Dave Airlie wrote: > This adds the guts of the fp64 implementation to the GLSL compiler. > > - builtin double types > - double constant support > - lexer parsing for double types (lf, LF) > - enforcing flat on double fs inputs > - double operations (d2f,f2

[Mesa-dev] [PATCH 07/20] glsl: add double support

2014-09-03 Thread Dave Airlie
This adds the guts of the fp64 implementation to the GLSL compiler. - builtin double types - double constant support - lexer parsing for double types (lf, LF) - enforcing flat on double fs inputs - double operations (d2f,f2d, pack/unpack, frexp - in 2 parts) - ir builder bits. - double constant ex