Re: [Mesa-dev] [PATCH v3 1/6] spirv: Add a mechanism for dumping failing shaders

2018-01-08 Thread Jason Ekstrand
On Mon, Jan 8, 2018 at 8:40 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Hmm... The email subject says it's the v3. > Am I missing something? (it's at the top of the list in my client, so it's > probably the last you sent). > Nope, it's my e-mail client that's failing me... Sor

Re: [Mesa-dev] [PATCH v3 1/6] spirv: Add a mechanism for dumping failing shaders

2018-01-08 Thread Jason Ekstrand
https://patchwork.freedesktop.org/series/35979/ On Mon, Jan 8, 2018 at 8:40 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > Hmm... The email subject says it's the v3. > Am I missing something? (it's at the top of the list in my client, so it's > probably the last you sent). > > >

Re: [Mesa-dev] [PATCH v3 1/6] spirv: Add a mechanism for dumping failing shaders

2018-01-08 Thread Lionel Landwerlin
Hmm... The email subject says it's the v3. Am I missing something? (it's at the top of the list in my client, so it's probably the last you sent). On 08/01/18 16:38, Jason Ekstrand wrote: There's a v3 of this On Mon, Jan 8, 2018 at 8:36 AM, Lionel Landwerlin mailto:lionel.g.landwer...@intel.

Re: [Mesa-dev] [PATCH v3 1/6] spirv: Add a mechanism for dumping failing shaders

2018-01-08 Thread Jason Ekstrand
There's a v3 of this On Mon, Jan 8, 2018 at 8:36 AM, Lionel Landwerlin < lionel.g.landwer...@intel.com> wrote: > This series is : > > Reviewed-by: Lionel Landwerlin > > > On 04/01/18 01:34, Jason Ekstrand wrote: > >> --- >> src/compiler/spirv/spirv_to_nir.c | 28 >>

Re: [Mesa-dev] [PATCH v3 1/6] spirv: Add a mechanism for dumping failing shaders

2018-01-08 Thread Lionel Landwerlin
This series is : Reviewed-by: Lionel Landwerlin On 04/01/18 01:34, Jason Ekstrand wrote: --- src/compiler/spirv/spirv_to_nir.c | 28 src/compiler/spirv/vtn_private.h | 1 + 2 files changed, 29 insertions(+) diff --git a/src/compiler/spirv/spirv_to_nir.c b/s

[Mesa-dev] [PATCH v3 1/6] spirv: Add a mechanism for dumping failing shaders

2018-01-03 Thread Jason Ekstrand
--- src/compiler/spirv/spirv_to_nir.c | 28 src/compiler/spirv/vtn_private.h | 1 + 2 files changed, 29 insertions(+) diff --git a/src/compiler/spirv/spirv_to_nir.c b/src/compiler/spirv/spirv_to_nir.c index dcff56f..66ea267 100644 --- a/src/compiler/spirv/spirv_to_