Re: [Mesa-dev] [PATCH 2/2] aubinator: Fix the tool to correctly decode the DWords

2016-08-11 Thread Kristian Høgsberg
On Wed, Aug 10, 2016 at 11:18 PM, Kenneth Graunke wrote: > On Wednesday, August 10, 2016 2:22:29 PM PDT Jason Ekstrand wrote: >> On Tue, Aug 9, 2016 at 4:52 PM, Sirisha Gandikota < >> sirisha.gandik...@intel.com> wrote: >> >> > From: Sirisha Gandikota >> > >> > Several fixes have been added as pa

Re: [Mesa-dev] [PATCH 2/2] aubinator: Fix the tool to correctly decode the DWords

2016-08-11 Thread Jason Ekstrand
On Wed, Aug 10, 2016 at 11:18 PM, Kenneth Graunke wrote: > On Wednesday, August 10, 2016 2:22:29 PM PDT Jason Ekstrand wrote: > > On Tue, Aug 9, 2016 at 4:52 PM, Sirisha Gandikota < > > sirisha.gandik...@intel.com> wrote: > > > > > From: Sirisha Gandikota > > > > > > Several fixes have been adde

Re: [Mesa-dev] [PATCH 2/2] aubinator: Fix the tool to correctly decode the DWords

2016-08-10 Thread Kenneth Graunke
On Wednesday, August 10, 2016 2:22:29 PM PDT Jason Ekstrand wrote: > On Tue, Aug 9, 2016 at 4:52 PM, Sirisha Gandikota < > sirisha.gandik...@intel.com> wrote: > > > From: Sirisha Gandikota > > > > Several fixes have been added as part of this as listed below: > > > > 1) Fix the mask and add disas

Re: [Mesa-dev] [PATCH 2/2] aubinator: Fix the tool to correctly decode the DWords

2016-08-10 Thread Matt Turner
On Tue, Aug 9, 2016 at 4:52 PM, Sirisha Gandikota wrote: > From: Sirisha Gandikota > > Several fixes have been added as part of this as listed below: > > 1) Fix the mask and add disassembler handling for STATE_DS, STATE_HS > as the mask returned wrong values of the fields. > > 2) Fix the GEN_TYPE

Re: [Mesa-dev] [PATCH 2/2] aubinator: Fix the tool to correctly decode the DWords

2016-08-10 Thread Jason Ekstrand
On Tue, Aug 9, 2016 at 4:52 PM, Sirisha Gandikota < sirisha.gandik...@intel.com> wrote: > From: Sirisha Gandikota > > Several fixes have been added as part of this as listed below: > > 1) Fix the mask and add disassembler handling for STATE_DS, STATE_HS > as the mask returned wrong values of the

[Mesa-dev] [PATCH 2/2] aubinator: Fix the tool to correctly decode the DWords

2016-08-09 Thread Sirisha Gandikota
From: Sirisha Gandikota Several fixes have been added as part of this as listed below: 1) Fix the mask and add disassembler handling for STATE_DS, STATE_HS as the mask returned wrong values of the fields. 2) Fix the GEN_TYPE_ADDRESS/GEN_TYPE_OFFSET decoding - the address/ offset were handled th