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
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
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