Re: [Mesa-dev] [PATCH v2 00/30] Finishing arb_gpu_shader_fp64 support to the i965 scalar backend

2016-05-16 Thread Samuel Iglesias Gonsálvez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 16/05/16 11:04, Samuel Iglesias Gonsálvez wrote: > > > On 13/05/16 11:56, Iago Toral wrote: >> On Thu, 2016-05-12 at 13:35 +0200, Samuel Iglesias Gonsálvez >> wrote: >>> Hi, >>> >>> this version includes all the feedback received to v1 plus

Re: [Mesa-dev] [PATCH v2 00/30] Finishing arb_gpu_shader_fp64 support to the i965 scalar backend

2016-05-16 Thread Samuel Iglesias Gonsálvez
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 13/05/16 11:56, Iago Toral wrote: > On Thu, 2016-05-12 at 13:35 +0200, Samuel Iglesias Gonsálvez > wrote: >> Hi, >> >> this version includes all the feedback received to v1 plus a few >> new patches (22-27) that deal with 64bit URB read/writes,

Re: [Mesa-dev] [PATCH v2 00/30] Finishing arb_gpu_shader_fp64 support to the i965 scalar backend

2016-05-13 Thread Iago Toral
On Thu, 2016-05-12 at 13:35 +0200, Samuel Iglesias Gonsálvez wrote: > Hi, > > this version includes all the feedback received to v1 plus a few new > patches (22-27) that deal with 64bit URB read/writes, which was > missing in v1. Below is a list of patches that still need to get the Rb: > > [PATC

Re: [Mesa-dev] [PATCH v2 00/30] Finishing arb_gpu_shader_fp64 support to the i965 scalar backend

2016-05-12 Thread Kenneth Graunke
On Thursday, May 12, 2016 1:35:37 PM PDT Samuel Iglesias Gonsálvez wrote: > Hi, > > this version includes all the feedback received to v1 plus a few new > patches (22-27) that deal with 64bit URB read/writes, which was > missing in v1. Below is a list of patches that still need to get the Rb: I

Re: [Mesa-dev] [PATCH v2 00/30] Finishing arb_gpu_shader_fp64 support to the i965 scalar backend

2016-05-12 Thread Francisco Jerez
Samuel Iglesias Gonsálvez writes: > Hi, > > this version includes all the feedback received to v1 plus a few new > patches (22-27) that deal with 64bit URB read/writes, which was > missing in v1. Below is a list of patches that still need to get the Rb: > > [PATCH v2 02/30] i965/fs: Fix propagati

[Mesa-dev] [PATCH v2 00/30] Finishing arb_gpu_shader_fp64 support to the i965 scalar backend

2016-05-12 Thread Samuel Iglesias Gonsálvez
Hi, this version includes all the feedback received to v1 plus a few new patches (22-27) that deal with 64bit URB read/writes, which was missing in v1. Below is a list of patches that still need to get the Rb: [PATCH v2 02/30] i965/fs: Fix propagation of copies with strided source. [PATCH v2 05/3