Re: [Mesa-dev] [WIP] i965/fs: Initial support for arb_gpu_shader_fp64

2014-10-16 Thread Ilia Mirkin
On Thu, Oct 16, 2014 at 1:25 PM, Pohjolainen, Topi wrote: > On Thu, Oct 16, 2014 at 09:50:44AM -0400, Ilia Mirkin wrote: >> On Thu, Oct 16, 2014 at 8:24 AM, Topi Pohjolainen >> wrote: >> > Here is some basis for supporting double precision floats on i965 hw. >> > On IVB this gives (details below)

Re: [Mesa-dev] [WIP] i965/fs: Initial support for arb_gpu_shader_fp64

2014-10-16 Thread Pohjolainen, Topi
On Thu, Oct 16, 2014 at 09:50:44AM -0400, Ilia Mirkin wrote: > On Thu, Oct 16, 2014 at 8:24 AM, Topi Pohjolainen > wrote: > > Here is some basis for supporting double precision floats on i965 hw. > > On IVB this gives (details below): > > > > piglit-run.py --include-tests "ARB_gpu_shader_fp64" tes

Re: [Mesa-dev] [WIP] i965/fs: Initial support for arb_gpu_shader_fp64

2014-10-16 Thread Ilia Mirkin
On Thu, Oct 16, 2014 at 8:24 AM, Topi Pohjolainen wrote: > Here is some basis for supporting double precision floats on i965 hw. > On IVB this gives (details below): > > piglit-run.py --include-tests "ARB_gpu_shader_fp64" tests/all.py /tmp/foo > [32/32] crash: 2, fail: 5, pass: 24, skip: 1 This s

Re: [Mesa-dev] [WIP] i965/fs: Initial support for arb_gpu_shader_fp64

2014-10-16 Thread Pohjolainen, Topi
On Thu, Oct 16, 2014 at 03:24:12PM +0300, Topi Pohjolainen wrote: > Here is some basis for supporting double precision floats on i965 hw. > On IVB this gives (details below): > > piglit-run.py --include-tests "ARB_gpu_shader_fp64" tests/all.py /tmp/foo > [32/32] crash: 2, fail: 5, pass: 24, skip:

[Mesa-dev] [WIP] i965/fs: Initial support for arb_gpu_shader_fp64

2014-10-16 Thread Topi Pohjolainen
Here is some basis for supporting double precision floats on i965 hw. On IVB this gives (details below): piglit-run.py --include-tests "ARB_gpu_shader_fp64" tests/all.py /tmp/foo [32/32] crash: 2, fail: 5, pass: 24, skip: 1 This sits on top of Dave Airlie's and Ilia Mirkin's f