Re: [Mesa-dev] [PATCH] nvc0: use nvc0_m2mf_push_linear() to reduce code duplication

2016-07-25 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Mon, Jul 25, 2016 at 6:48 PM, Samuel Pitoiset wrote: > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/nvc0/nvc0_tex.c | 16 +++- > 1 file changed, 3 insertions(+), 13 deletions(-) > > diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0

[Mesa-dev] [PATCH] nvc0: use nvc0_m2mf_push_linear() to reduce code duplication

2016-07-25 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nvc0/nvc0_tex.c | 16 +++- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c b/src/gallium/drivers/nouveau/nvc0/nvc0_tex.c index 25a5a8e..40a9c93 100644 --- a/src/g