Re: [Mesa-dev] [PATCH 02/64] i965/blorp/gen8: Use the correct max level and layer in emit_surface_states

2016-06-21 Thread Pohjolainen, Topi
On Sat, Jun 11, 2016 at 09:02:17AM -0700, Jason Ekstrand wrote: > We were adding in the base which is wrong because the values given in the > miptree are relative to zero and not the base layer/level. Thanks for fixing my mistake! Reviewed-by: Topi Pohjolainen > >

[Mesa-dev] [PATCH 02/64] i965/blorp/gen8: Use the correct max level and layer in emit_surface_states

2016-06-11 Thread Jason Ekstrand
We were adding in the base which is wrong because the values given in the miptree are relative to zero and not the base layer/level. Cc: "11.1 11.2 12.0" --- src/mesa/drivers/dri/i965/gen8_blorp.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-)