Re: [Mesa-dev] [PATCH 08/22] i965/wm: Prepare image surfaces for isl based

2017-07-18 Thread Kenneth Graunke
On Tuesday, July 18, 2017 1:46:18 AM PDT Topi Pohjolainen wrote: > There is a functional change: Before update_image_surface() didn't > shift the number of layers for 3D, now it does like > update_texture_image_param() did. > > Signed-off-by: Topi Pohjolainen > --- >

Re: [Mesa-dev] [PATCH 08/22] i965/wm: Prepare image surfaces for isl based

2017-07-18 Thread Jason Ekstrand
On Tue, Jul 18, 2017 at 1:46 AM, Topi Pohjolainen < topi.pohjolai...@gmail.com> wrote: > There is a functional change: Before update_image_surface() didn't > shift the number of layers for 3D, now it does like > update_texture_image_param() did. > I've got a patch in one of my trees to fix this

[Mesa-dev] [PATCH 08/22] i965/wm: Prepare image surfaces for isl based

2017-07-18 Thread Topi Pohjolainen
There is a functional change: Before update_image_surface() didn't shift the number of layers for 3D, now it does like update_texture_image_param() did. Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 22 +++---