Re: [Mesa-dev] [PATCH] i965: Bump number of supported atomic counter buffers.

2013-11-24 Thread Kenneth Graunke
On 11/24/2013 05:39 PM, Francisco Jerez wrote: > Now that we have dynamic binding tables there's no good reason anymore > to expose so few atomic counter buffers. Increase it to 16. > --- > src/mesa/drivers/dri/i965/brw_context.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff -

[Mesa-dev] [PATCH] i965: Bump number of supported atomic counter buffers.

2013-11-24 Thread Francisco Jerez
Now that we have dynamic binding tables there's no good reason anymore to expose so few atomic counter buffers. Increase it to 16. --- src/mesa/drivers/dri/i965/brw_context.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/dr