Re: [Mesa-dev] [PATCH] i965: Always reserve binding table space for at least one render target.

2013-11-27 Thread Eric Anholt
Kenneth Graunke kenn...@whitecape.org writes: In brw_update_renderbuffer_surfaces(), if there are no color draw buffers, we always set up a null render target at surface index 0 so we have something to use with the FB write marking the end of thread. However, when we recently began computing

[Mesa-dev] [PATCH] i965: Always reserve binding table space for at least one render target.

2013-11-26 Thread Kenneth Graunke
In brw_update_renderbuffer_surfaces(), if there are no color draw buffers, we always set up a null render target at surface index 0 so we have something to use with the FB write marking the end of thread. However, when we recently began computing surface indexes dynamically, we failed to reserve