Re: [Mesa-dev] [PATCH 2/2] broadcom/genxml: Fix decoding of groups with small fields.

2017-10-30 Thread Eric Anholt
Kenneth Graunke writes: > Groups containing fields smaller than a byte probably not being decoded > correctly. For example: > > > > > > gen_field_iterator_next would properly walk over each element of the > array, incrementing group_iter. However, the code to print the actual >

[Mesa-dev] [PATCH 2/2] broadcom/genxml: Fix decoding of groups with small fields.

2017-10-25 Thread Kenneth Graunke
Groups containing fields smaller than a byte probably not being decoded correctly. For example: gen_field_iterator_next would properly walk over each element of the array, incrementing group_iter. However, the code to print the actual values only considered iter->field->start/e