Re: [Mesa-dev] [PATCH 1/2] nv50: add NV84_3D macro

2015-11-19 Thread Samuel Pitoiset
On 11/19/2015 05:44 PM, Ilia Mirkin wrote: Reviewed-by: Ilia Mirkin Thanks for touching up the existing uses of this :) I was going to ask you to do it, pleasantly surprised that you did it without asking. I'm glad to hear that from you. :) On Thu, Nov 19, 2015 at 3:51 AM, Samuel Pitoise

Re: [Mesa-dev] [PATCH 1/2] nv50: add NV84_3D macro

2015-11-19 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin Thanks for touching up the existing uses of this :) I was going to ask you to do it, pleasantly surprised that you did it without asking. On Thu, Nov 19, 2015 at 3:51 AM, Samuel Pitoiset wrote: > Signed-off-by: Samuel Pitoiset > --- > src/gallium/drivers/nouveau/nv50/

[Mesa-dev] [PATCH 1/2] nv50: add NV84_3D macro

2015-11-19 Thread Samuel Pitoiset
Signed-off-by: Samuel Pitoiset --- src/gallium/drivers/nouveau/nv50/nv50_screen.c | 2 +- src/gallium/drivers/nouveau/nv50/nv50_vbo.c| 4 ++-- src/gallium/drivers/nouveau/nv50/nv50_winsys.h | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/gallium/drivers/nouveau/nv50/