mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 09:58:05 +02:00
etnaviv: handle missing alu conversion opcodes
Acked-by: David Heidelberg <david@ixit.cz> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com> Signed-off-by: Italo Nicola <italonicola@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29402>
This commit is contained in:
parent
348ea02801
commit
7e7ee6a604
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ static const struct etna_op_info etna_ops[] = {
|
|||
OPCT(f2u8, F2I, TRUE, U8),
|
||||
UOP(b2f32, AND), /* AND with fui(1.0f) */
|
||||
UOP(b2i32, AND), /* AND with 1 */
|
||||
UOP(b2i8, AND), /* AND with 1 */
|
||||
|
||||
/* arithmetic */
|
||||
IOP(iadd, ADD),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue