Re: [Mesa-dev] [PATCH 0/3] Enable ARB_gpu_shader_fp64 for i965

2015-04-11 Thread Connor Abbott
On Sat, Apr 11, 2015 at 2:13 PM, Matt Turner wrote: > Readding mesa-dev@ to Cc. > > On Sat, Apr 11, 2015 at 11:06 AM, Darius Goad wrote: >> Well, I did make a v2, but all that did was fix a bug. How does this not >> come close? > > Well, for instance the i965 driver supports ~5 generations of > h

Re: [Mesa-dev] [PATCH 0/3] Enable ARB_gpu_shader_fp64 for i965

2015-04-11 Thread Matt Turner
Readding mesa-dev@ to Cc. On Sat, Apr 11, 2015 at 11:06 AM, Darius Goad wrote: > Well, I did make a v2, but all that did was fix a bug. How does this not > come close? Well, for instance the i965 driver supports ~5 generations of hardware, three of them that don't support doubles. There's not a

Re: [Mesa-dev] [PATCH 0/3] Enable ARB_gpu_shader_fp64 for i965

2015-04-11 Thread Matt Turner
On Sat, Apr 11, 2015 at 10:38 AM, Darius Goad wrote: > This patch set enables ARB_gpu_shader_fp64 for i965. > > Darius Goad (3): > i965/fs: Add basic support for double-precision floating-point types > for Gen7+ > i965: Add support for double-precision floating-point types on Gen8+. > il

[Mesa-dev] [PATCH 0/3] Enable ARB_gpu_shader_fp64 for i965

2015-04-11 Thread Darius Goad
This patch set enables ARB_gpu_shader_fp64 for i965. Darius Goad (3): i965/fs: Add basic support for double-precision floating-point types for Gen7+ i965: Add support for double-precision floating-point types on Gen8+. ilo: Enable ARB_gpu_shader_fp64 src/gallium/drivers/ilo/ilo_screen.