Re: [Mesa-dev] [RFC 05/27] i965/wm: Use resolved miptree consistently in surface setup

2014-02-24 Thread Ian Romanick
On 02/22/2014 01:05 AM, Topi Pohjolainen wrote: Most of the logic refers to the local variable 'mt' directly but a few cases use 'intelObj-mt' instead. These are the same for now but will be different once stencil miptree gets used. Signed-off-by: Topi Pohjolainen topi.pohjolai...@intel.com ---

[Mesa-dev] [RFC 05/27] i965/wm: Use resolved miptree consistently in surface setup

2014-02-22 Thread Topi Pohjolainen
Most of the logic refers to the local variable 'mt' directly but a few cases use 'intelObj-mt' instead. These are the same for now but will be different once stencil miptree gets used. Signed-off-by: Topi Pohjolainen topi.pohjolai...@intel.com --- src/mesa/drivers/dri/i965/brw_wm_surface_state.c