Re: [Mesa-dev] [PATCH 1/2] i965: Plumb brw through to intel_batchbuffer_reset().

2017-09-17 Thread Chris Wilson
Quoting Kenneth Graunke (2017-09-16 09:31:26) > We'll want to pass this to brw_bo_map in a moment. Reviewed-by: Chris Wilson -Chris ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH 1/2] i965: Plumb brw through to intel_batchbuffer_reset().

2017-09-16 Thread Kenneth Graunke
We'll want to pass this to brw_bo_map in a moment. --- src/mesa/drivers/dri/i965/brw_context.c | 2 +- src/mesa/drivers/dri/i965/intel_batchbuffer.c | 17 + src/mesa/drivers/dri/i965/intel_batchbuffer.h | 3 +-- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git