Re: [Mesa-dev] [PATCH 02/10] i965: Reduce the scope of input in buffer tex setup

2015-08-19 Thread Francisco Jerez
Topi Pohjolainen writes: > Signed-off-by: Topi Pohjolainen Reviewed-by: Francisco Jerez > --- > src/mesa/drivers/dri/i965/brw_context.h | 4 ++-- > src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 8 +++- > src/mesa/drivers/dri/i965/gen7_wm_surface_state.c | 2 +- > src/mesa

Re: [Mesa-dev] [PATCH 02/10] i965: Reduce the scope of input in buffer tex setup

2015-07-15 Thread Pohjolainen, Topi
On Tue, Jul 14, 2015 at 04:48:19PM -0700, Ben Widawsky wrote: > On Wed, Jul 01, 2015 at 02:46:32PM +0300, Topi Pohjolainen wrote: > > Signed-off-by: Topi Pohjolainen > > I swear I am not trying to nitpick but I don't actually understand what your > goal of the patch is. Could you maybe elaborate

Re: [Mesa-dev] [PATCH 02/10] i965: Reduce the scope of input in buffer tex setup

2015-07-14 Thread Ben Widawsky
On Wed, Jul 01, 2015 at 02:46:32PM +0300, Topi Pohjolainen wrote: > Signed-off-by: Topi Pohjolainen I swear I am not trying to nitpick but I don't actually understand what your goal of the patch is. Could you maybe elaborate a bit on what "reduce the scope of input in.." > --- > src/mesa/driver

[Mesa-dev] [PATCH 02/10] i965: Reduce the scope of input in buffer tex setup

2015-07-01 Thread Topi Pohjolainen
Signed-off-by: Topi Pohjolainen --- src/mesa/drivers/dri/i965/brw_context.h | 4 ++-- src/mesa/drivers/dri/i965/brw_wm_surface_state.c | 8 +++- src/mesa/drivers/dri/i965/gen7_wm_surface_state.c | 2 +- src/mesa/drivers/dri/i965/gen8_surface_state.c| 2 +- 4 files changed, 7 in