Re: [Mesa-dev] [PATCH 0/2] i965: Add support for fp16 <-> fp64 conversions

2018-05-10 Thread Samuel Iglesias Gonsálvez
ping On 25/04/18 12:35, Samuel Iglesias Gonsálvez wrote: > These two patches are still unreviewed. > > Sam > > > On 13/04/18 07:30, Samuel Iglesias Gonsálvez wrote: >> Hello, >> >> This series implements support for doing fp16 <-> fp64 conversions on >> i965. The PRM says we need to do an interme

Re: [Mesa-dev] [PATCH 0/2] i965: Add support for fp16 <-> fp64 conversions

2018-04-25 Thread Samuel Iglesias Gonsálvez
These two patches are still unreviewed. Sam On 13/04/18 07:30, Samuel Iglesias Gonsálvez wrote: > Hello, > > This series implements support for doing fp16 <-> fp64 conversions on > i965. The PRM says we need to do an intermediate conversion to a 32 bit > type. > > This patch series applies on to

[Mesa-dev] [PATCH 0/2] i965: Add support for fp16 <-> fp64 conversions

2018-04-12 Thread Samuel Iglesias Gonsálvez
Hello, This series implements support for doing fp16 <-> fp64 conversions on i965. The PRM says we need to do an intermediate conversion to a 32 bit type. This patch series applies on top of shaderInt16's patch series [0]. There is a branch for testing on Github: $ git clone https://github.com/I