Re: [Mesa-dev] [PATCH 1/7] i965: Move unmap_gtt before map_gtt

2018-04-12 Thread Samuel Iglesias Gonsálvez
Patches 1-6 are, Reviewed-by: Samuel Iglesias Gonsálvez On 12/04/18 02:10, Chris Wilson wrote: > Reorder code to avoid a forward declaration in the next patch. > > Signed-off-by: Chris Wilson > --- > src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 12 ++-- > 1 file changed, 6 insertio

[Mesa-dev] [PATCH 1/7] i965: Move unmap_gtt before map_gtt

2018-04-11 Thread Chris Wilson
Reorder code to avoid a forward declaration in the next patch. Signed-off-by: Chris Wilson --- src/mesa/drivers/dri/i965/intel_mipmap_tree.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers/dri/i965/intel_mipmap_tree.c b/src/mesa/drivers/dri/i965