Re: [Mesa-dev] [PATCH 0/18] Misc genxml patches

2016-11-29 Thread Kristian Høgsberg
Thanks! I'll keep 15 and 17 out. I'd still like to have tile mode as an enum, but maybe I'll make the generator split inline values out as enums - or maybe just when you've specified an enum name as the type. That is, generates enum GEN9_TILE_MODE { LINEA

Re: [Mesa-dev] [PATCH 0/18] Misc genxml patches

2016-11-29 Thread Jason Ekstrand
I'm a bit inclined to drop patch 15 because I think tile mode deserves to remain inline. I don't care about 17. I didn't really review it for not breaking things though. The rest are Reviewed-by: Jason Ekstrand Don't push until you get Jenkins' ok though! --Jason On Tue, Nov 29, 2016 at 12:

Re: [Mesa-dev] [PATCH 0/18] Misc genxml patches

2016-11-29 Thread Kristian Høgsberg
On Tue, Nov 29, 2016 at 12:48 PM Kristian H. Kristensen wrote: > Hi, > > Here's a few patches to the genxml files that I've been sitting on. The > main part of the series is about emitting C enums for genxml enums, so > it looks nice and pretty in gdb. It also adds support to aubinator so > it kn

[Mesa-dev] [PATCH 0/18] Misc genxml patches

2016-11-29 Thread Kristian H. Kristensen
Hi, Here's a few patches to the genxml files that I've been sitting on. The main part of the series is about emitting C enums for genxml enums, so it looks nice and pretty in gdb. It also adds support to aubinator so it knows how to decode enums as well as the inline values Lionel added support fo