On Sat, Apr 11, 2015 at 10:38 AM, Darius Goad <alegen...@gmail.com> 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+. > ilo: Enable ARB_gpu_shader_fp64 > > src/gallium/drivers/ilo/ilo_screen.c | 2 ++ > src/mesa/drivers/dri/i965/brw_fs.cpp | 2 +- > src/mesa/drivers/dri/i965/brw_fs_visitor.cpp | 4 ++-- > src/mesa/drivers/dri/i965/brw_reg.h | 1 + > src/mesa/drivers/dri/i965/brw_shader.cpp | 22 +++++++++++++++------- > src/mesa/drivers/dri/i965/brw_vec4_visitor.cpp | 1 + > 6 files changed, 22 insertions(+), 10 deletions(-) > > -- > 2.1.4
Thanks for the patches, but this doesn't come close to implementing fp64. :-) _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev