Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-08 Thread Connor Abbott
On Thu, Oct 8, 2015 at 10:09 AM, Emil Velikov wrote: > On 8 October 2015 at 14:20, Connor Abbott wrote: >> On Thu, Oct 8, 2015 at 6:54 AM, Emil Velikov >> wrote: >>> On 7 October 2015 at 23:50, Connor Abbott wrote: On Wed, Oct 7, 2015 at 4:48 PM, Emil Velikov wrote: > On 7 Octo

Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-08 Thread Emil Velikov
On 8 October 2015 at 14:20, Connor Abbott wrote: > On Thu, Oct 8, 2015 at 6:54 AM, Emil Velikov wrote: >> On 7 October 2015 at 23:50, Connor Abbott wrote: >>> On Wed, Oct 7, 2015 at 4:48 PM, Emil Velikov >>> wrote: On 7 October 2015 at 18:04, Connor Abbott wrote: > On Wed, Oct 7, 201

Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-08 Thread Emil Velikov
On 8 October 2015 at 14:26, Connor Abbott wrote: > On Thu, Oct 8, 2015 at 8:54 AM, Emil Velikov wrote: >> On 8 October 2015 at 11:54, Emil Velikov wrote: >>> On 7 October 2015 at 23:50, Connor Abbott wrote: On Wed, Oct 7, 2015 at 4:48 PM, Emil Velikov wrote: > On 7 October 2015

Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-08 Thread Connor Abbott
On Thu, Oct 8, 2015 at 8:54 AM, Emil Velikov wrote: > On 8 October 2015 at 11:54, Emil Velikov wrote: >> On 7 October 2015 at 23:50, Connor Abbott wrote: >>> On Wed, Oct 7, 2015 at 4:48 PM, Emil Velikov >>> wrote: On 7 October 2015 at 18:04, Connor Abbott wrote: > On Wed, Oct 7, 2015

Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-08 Thread Connor Abbott
On Thu, Oct 8, 2015 at 6:54 AM, Emil Velikov wrote: > On 7 October 2015 at 23:50, Connor Abbott wrote: >> On Wed, Oct 7, 2015 at 4:48 PM, Emil Velikov >> wrote: >>> On 7 October 2015 at 18:04, Connor Abbott wrote: On Wed, Oct 7, 2015 at 7:51 AM, Emil Velikov wrote: > XXX: commi

Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-08 Thread Emil Velikov
On 8 October 2015 at 11:54, Emil Velikov wrote: > On 7 October 2015 at 23:50, Connor Abbott wrote: >> On Wed, Oct 7, 2015 at 4:48 PM, Emil Velikov >> wrote: >>> On 7 October 2015 at 18:04, Connor Abbott wrote: On Wed, Oct 7, 2015 at 7:51 AM, Emil Velikov wrote: > XXX: commit me

Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-08 Thread Emil Velikov
On 7 October 2015 at 23:50, Connor Abbott wrote: > On Wed, Oct 7, 2015 at 4:48 PM, Emil Velikov wrote: >> On 7 October 2015 at 18:04, Connor Abbott wrote: >>> On Wed, Oct 7, 2015 at 7:51 AM, Emil Velikov >>> wrote: XXX: commit message, comment in nir_intrinsics.h Signed-off-by:

Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-07 Thread Connor Abbott
On Wed, Oct 7, 2015 at 4:48 PM, Emil Velikov wrote: > On 7 October 2015 at 18:04, Connor Abbott wrote: >> On Wed, Oct 7, 2015 at 7:51 AM, Emil Velikov >> wrote: >>> XXX: commit message, comment in nir_intrinsics.h >>> >>> Signed-off-by: Emil Velikov >>> --- >>> src/glsl/nir/glsl_to_nir.cpp |

Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-07 Thread Emil Velikov
On 7 October 2015 at 18:04, Connor Abbott wrote: > On Wed, Oct 7, 2015 at 7:51 AM, Emil Velikov wrote: >> XXX: commit message, comment in nir_intrinsics.h >> >> Signed-off-by: Emil Velikov >> --- >> src/glsl/nir/glsl_to_nir.cpp | 6 ++ >> src/glsl/nir/nir_intrinsics.h | 2 ++ >> 2 files ch

Re: [Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-07 Thread Connor Abbott
On Wed, Oct 7, 2015 at 7:51 AM, Emil Velikov wrote: > XXX: commit message, comment in nir_intrinsics.h > > Signed-off-by: Emil Velikov > --- > src/glsl/nir/glsl_to_nir.cpp | 6 ++ > src/glsl/nir/nir_intrinsics.h | 2 ++ > 2 files changed, 8 insertions(+) > > diff --git a/src/glsl/nir/glsl_t

[Mesa-dev] [PATCH 4/6] nir: add shader_clock intrinsic

2015-10-07 Thread Emil Velikov
XXX: commit message, comment in nir_intrinsics.h Signed-off-by: Emil Velikov --- src/glsl/nir/glsl_to_nir.cpp | 6 ++ src/glsl/nir/nir_intrinsics.h | 2 ++ 2 files changed, 8 insertions(+) diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp index efaa73e..231bdbf 10064