Re: [Mesa-dev] [PATCH 01/35] intel/aubinator: Correctly read variable length structs.

2017-04-19 Thread Jason Ekstrand
Tested-by: Jason Ekstrand On Wed, Apr 19, 2017 at 4:55 PM, Rafael Antognolli < rafael.antogno...@intel.com> wrote: > Before this commit, when a group with count="0" is found, only one field > is added to the struct representing the instruction. This causes only > one entry

[Mesa-dev] [PATCH 01/35] intel/aubinator: Correctly read variable length structs.

2017-04-19 Thread Rafael Antognolli
Before this commit, when a group with count="0" is found, only one field is added to the struct representing the instruction. This causes only one entry to be printed by aubinator, for variable length groups. With this commit we "detect" that there's a variable length group (count="0") and store