Re: [Mesa-dev] [PATCH] gallium: fix struct/class declaration conflicts

2016-09-16 Thread Kollarova, Martina
> Do you need someone to push it for you? Yeah, I don't have push rights. Thanks for the review, it didn't occur to me before to look at logs to see what prefix is correct. Martina ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.

Re: [Mesa-dev] [PATCH] gallium: fix struct/class declaration conflicts

2016-09-16 Thread Bas Nieuwenhuizen
I don't think the "gallium:" commit message prefix is correct here. Looking at the logs it should be "r600g/sb:". With that change: Reviewed-by: Bas Nieuwenhuizen Do you need someone to push it for you? - Bas On Fri, Sep 16, 2016 at 4:58 PM, Martina Kollarova wrote: > A couple of forward-dec

[Mesa-dev] [PATCH] gallium: fix struct/class declaration conflicts

2016-09-16 Thread Martina Kollarova
A couple of forward-declarations were causing warnings in clang: 'value' defined as a class here but previously declared as a struct [-Wmismatched-tags] Signed-off-by: Martina Kollarova --- src/gallium/drivers/r600/sb/sb_ir.h | 6 +- 1 file changed, 1 insertion(+), 5 deletions(-) di