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
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
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
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