Re: [Mesa-dev] [PATCH 1/7] nir/info: Add more information about geometry shaders

2015-10-20 Thread Kenneth Graunke
On Tuesday, October 20, 2015 06:14:23 PM Jason Ekstrand wrote: > I have no idea why, but gmail and git-send-email aren't getting along > for me. The entire series (including patches 6 and 7) can be found > here: > > http://cgit.freedesktop.org/~jekstrand/mesa/log/?h=wip/i965-gs-cleanup > > --Jas

Re: [Mesa-dev] [PATCH 1/7] nir/info: Add more information about geometry shaders

2015-10-20 Thread Jason Ekstrand
I have no idea why, but gmail and git-send-email aren't getting along for me. The entire series (including patches 6 and 7) can be found here: http://cgit.freedesktop.org/~jekstrand/mesa/log/?h=wip/i965-gs-cleanup --Jason On Tue, Oct 20, 2015 at 6:10 PM, Jason Ekstrand wrote: > --- > src/glsl

[Mesa-dev] [PATCH 1/7] nir/info: Add more information about geometry shaders

2015-10-20 Thread Jason Ekstrand
--- src/glsl/nir/glsl_to_nir.cpp | 3 +++ src/glsl/nir/nir.h | 9 + 2 files changed, 12 insertions(+) diff --git a/src/glsl/nir/glsl_to_nir.cpp b/src/glsl/nir/glsl_to_nir.cpp index c9cdf35..91b766a 100644 --- a/src/glsl/nir/glsl_to_nir.cpp +++ b/src/glsl/nir/glsl_to_nir.cpp @@ -