Re: [Mesa-dev] [PATCH] [Panfrost] [Bifrost] Add a few missing ops to disassembler

2019-05-12 Thread Alyssa Rosenzweig
Did we ever decide what to do with this? ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH] [Panfrost] [Bifrost] Add a few missing ops to disassembler

2019-05-06 Thread Connor Abbott
On Mon, May 6, 2019 at 1:26 AM wrote: > > From: Ryan Houdek > > Adds Round, RoundEven, and the two Trunc variants to the disassembler. > Additionally adds two control register types that were used with these > instructions. > > Signed-off-by: Ryan Houdek > --- > src/gallium/drivers/panfrost/bif

Re: [Mesa-dev] [PATCH] [Panfrost] [Bifrost] Add a few missing ops to disassembler

2019-05-05 Thread Alyssa Rosenzweig
R-b, will push in a bit, thank you! ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev

[Mesa-dev] [PATCH] [Panfrost] [Bifrost] Add a few missing ops to disassembler

2019-05-05 Thread sonicadvance1
From: Ryan Houdek Adds Round, RoundEven, and the two Trunc variants to the disassembler. Additionally adds two control register types that were used with these instructions. Signed-off-by: Ryan Houdek --- src/gallium/drivers/panfrost/bifrost/disassemble.c | 7 +++ 1 file changed, 7 inserti