[Mesa-dev] [PATCH 00/23] i965: Merge brw_disasm.c and gen8_disasm.c.
Kenneth Graunke
kenneth at whitecape.org
Sat Jun 28 21:33:39 PDT 2014
Now that Matt has ported brw_disasm.c to use the new brw_inst API, we no
longer need a separate Gen8+ disassembler using gen8_instruction. The
old one should more or less work for all generations.
However, it was missing a few bits here and there, and I made a variety
of small improvements to gen8_disasm.c. So, this series backports those
changes to the old disassembler, improving the disassembly for all
generations. It also adds some things we just plain missed long ago.
Finally, it deletes gen8_disasm.c, for about ~1000 lines removed.
More information about the mesa-dev
mailing list