Re: [Mesa-dev] [PATCH 2/3] i965/sampler_state: Pass texObj into update_sampler_state

2017-02-11 Thread Lionel Landwerlin
Reviewed-by: Lionel Landwerlin On 10/02/17 23:52, Jason Ekstrand wrote: Cc: "17.0 13.0" --- src/mesa/drivers/dri/i965/brw_sampler_state.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_sampler_state.c b/src/mesa/drivers/dri/i965

[Mesa-dev] [PATCH 2/3] i965/sampler_state: Pass texObj into update_sampler_state

2017-02-10 Thread Jason Ekstrand
Cc: "17.0 13.0" --- src/mesa/drivers/dri/i965/brw_sampler_state.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_sampler_state.c b/src/mesa/drivers/dri/i965/brw_sampler_state.c index e677a75..1cf10a8 100644 --- a/src/mesa/drivers/dri/