>-Original Message-
>From: mesa-dev [mailto:mesa-dev-boun...@lists.freedesktop.org] On Behalf Of
>Kenneth Graunke
>Sent: Tuesday, September 20, 2016 4:28 PM
>To: mesa-dev@lists.freedesktop.org
>Subject: Re: [Mesa-dev] [PATCH v3] *** Decode fields spanning across two
On Tuesday, September 20, 2016 3:59:27 PM PDT Sirisha Gandikota wrote:
> From: Sirisha Gandikota
>
> The first version of aubinator did not take into account the fields
> spanning across 2 DWords. Hence fields like 64bit address/offset and
> int were not decoded correctly. This patch should fix t
From: Sirisha Gandikota
The first version of aubinator did not take into account the fields
spanning across 2 DWords. Hence fields like 64bit address/offset and
int were not decoded correctly. This patch should fix that issue.
v2: Aptly renamed dw to qw in the method gen_field_iterator_next()
an