Re: [Mesa-dev] [PATCH 3/7] glsl: simplify image resources check

2016-04-01 Thread Kenneth Graunke
On Saturday, April 2, 2016 3:03:54 PM PDT Timothy Arceri wrote: > We already have a count of active SSBOs per stage so use it. > --- > src/compiler/glsl/linker.cpp | 8 +--- > 1 file changed, 1 insertion(+), 7 deletions(-) > > diff --git a/src/compiler/glsl/linker.cpp b/src/compiler/glsl/link

[Mesa-dev] [PATCH 3/7] glsl: simplify image resources check

2016-04-01 Thread Timothy Arceri
We already have a count of active SSBOs per stage so use it. --- src/compiler/glsl/linker.cpp | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/compiler/glsl/linker.cpp b/src/compiler/glsl/linker.cpp index 649fb7c..c9eaa6b 100644 --- a/src/compiler/glsl/linker.cpp +++