Re: [Mesa-dev] [PATCH] fp64: disable varying packing for doubles.

2015-02-19 Thread Dave Airlie
On 20 February 2015 at 12:49, Ilia Mirkin wrote: > On Thu, Feb 19, 2015 at 9:43 PM, Dave Airlie wrote: >> From: Dave Airlie >> >> I'm not sure we really care about this, but we need to >> write better support if we do. For now just disable it. >> >> piglit test: >> tests/spec/arb_gpu_shader_fp6

Re: [Mesa-dev] [PATCH] fp64: disable varying packing for doubles.

2015-02-19 Thread Ilia Mirkin
On Thu, Feb 19, 2015 at 9:43 PM, Dave Airlie wrote: > From: Dave Airlie > > I'm not sure we really care about this, but we need to > write better support if we do. For now just disable it. > > piglit test: > tests/spec/arb_gpu_shader_fp64/execution/vs-out-fs-in-double-2.shader_test > > Signed-of

[Mesa-dev] [PATCH] fp64: disable varying packing for doubles.

2015-02-19 Thread Dave Airlie
From: Dave Airlie I'm not sure we really care about this, but we need to write better support if we do. For now just disable it. piglit test: tests/spec/arb_gpu_shader_fp64/execution/vs-out-fs-in-double-2.shader_test Signed-off-by: Dave Airlie --- src/glsl/lower_packed_varyings.cpp | 3 +++