Re: [Mesa-dev] [PATCH 15/24] i965: Implement ABO surface state emission.

2013-09-19 Thread Paul Berry
On 15 September 2013 00:10, Francisco Jerez wrote: > The maximum number of atomic buffer objects is somewhat arbitrary, we > can change it in the future easily if it turns out it's not enough... > --- > src/mesa/drivers/dri/i965/brw_context.h | 17 +++-- > src/mesa/drivers/dri/i965/

[Mesa-dev] [PATCH 15/24] i965: Implement ABO surface state emission.

2013-09-15 Thread Francisco Jerez
The maximum number of atomic buffer objects is somewhat arbitrary, we can change it in the future easily if it turns out it's not enough... --- src/mesa/drivers/dri/i965/brw_context.h | 17 +++-- src/mesa/drivers/dri/i965/brw_gs_surface_state.c | 19 ++ src/mesa/drivers/dri/i9