Re: [Mesa-dev] [PATCH] mesa: Bump MAX_IMAGE_UNIFORMS to 32.

2015-02-09 Thread Kenneth Graunke
On Monday, February 09, 2015 06:37:45 PM Francisco Jerez wrote: > So the i965 driver can expose 32 image uniforms per shader stage. > --- > src/mesa/main/config.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h > index 4ec4b

[Mesa-dev] [PATCH] mesa: Bump MAX_IMAGE_UNIFORMS to 32.

2015-02-09 Thread Francisco Jerez
So the i965 driver can expose 32 image uniforms per shader stage. --- src/mesa/main/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/main/config.h b/src/mesa/main/config.h index 4ec4b75..08e1a14 100644 --- a/src/mesa/main/config.h +++ b/src/mesa/main/config.h @