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

Matt Turner mattst88 at gmail.com
Sat Apr 11 11:03:22 PDT 2015


On Sat, Apr 11, 2015 at 10:38 AM, Darius Goad <alegend45 at 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. :-)


More information about the mesa-dev mailing list