Re: [Mesa-dev] [PATCH 24/70] i965: Refactor batch flush into intel_front_flush()

2015-08-12 Thread Martin Peres
On 07/08/15 23:13, Chris Wilson wrote: Since we always flush the intel_batchbuffer before calling intel_front_flush(), simply more that call into intel_front_flush() more -> move. I will pick up the review tomorrow but I did not want to forget about this typo. itself. Signed-off-by: Chris Wils

[Mesa-dev] [PATCH 24/70] i965: Refactor batch flush into intel_front_flush()

2015-08-07 Thread Chris Wilson
Since we always flush the intel_batchbuffer before calling intel_front_flush(), simply more that call into intel_front_flush() itself. Signed-off-by: Chris Wilson --- src/mesa/drivers/dri/i965/brw_context.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/mesa/driv