Re: [Mesa-dev] [PATCH 02/18] i965: Move pipecontrol workaround bo to brw_pipe_control

2015-07-08 Thread Chris Wilson
On Mon, Jul 06, 2015 at 09:30:48AM -0700, Kenneth Graunke wrote: > On Monday, July 06, 2015 11:33:07 AM Chris Wilson wrote: > > With the exception of gen8, the sole user of the workaround bo are for > > emitting pipe controls. Move it out of the purview of the batchbuffer > > and into the pipecontr

Re: [Mesa-dev] [PATCH 02/18] i965: Move pipecontrol workaround bo to brw_pipe_control

2015-07-06 Thread Kenneth Graunke
On Monday, July 06, 2015 11:33:07 AM Chris Wilson wrote: > With the exception of gen8, the sole user of the workaround bo are for > emitting pipe controls. Move it out of the purview of the batchbuffer > and into the pipecontrol. > > Signed-off-by: Chris Wilson Reviewed-by: Kenneth Graunke si

Re: [Mesa-dev] [PATCH 02/18] i965: Move pipecontrol workaround bo to brw_pipe_control

2015-07-06 Thread Martin Peres
On 06/07/15 13:33, Chris Wilson wrote: With the exception of gen8, the sole user of the workaround bo are for emitting pipe controls. Move it out of the purview of the batchbuffer and into the pipecontrol. Signed-off-by: Chris Wilson Reviewed-by: Martin Peres --- src/mesa/drivers/dri/i965

[Mesa-dev] [PATCH 02/18] i965: Move pipecontrol workaround bo to brw_pipe_control

2015-07-06 Thread Chris Wilson
With the exception of gen8, the sole user of the workaround bo are for emitting pipe controls. Move it out of the purview of the batchbuffer and into the pipecontrol. Signed-off-by: Chris Wilson --- src/mesa/drivers/dri/i965/brw_context.c | 7 + src/mesa/drivers/dri/i965/brw_context.h