Skip to content

etnaviv: isa: Add texturing instruction variants

What does this MR do and why?

RE shows that starting with HALTI2 a new way of encoding texture instructions is used. Some instructions are merged into one single instruction where the actual operation depends on the used src's.

Let's add support for these kind of encodings.

CI is happy.

Merge request reports