Skip to content

etnaviv: add low level ISA library

Christian Gmeiner requested to merge austriancoder/mesa:libgc into main

This MR adds a low level ISA library containing APIs for asm, diasm and meta information. One benefit of moving all this stuff out of the gallium driver is that it opens the door for vulkan. Unit tests are included and the current etnaviv disasm gets replaced with the new one.

Merge request reports