OSDN Git Service

intel: Move batch decoder/disassembler from tools/ to common/
authorKenneth Graunke <kenneth@whitecape.org>
Wed, 2 May 2018 00:27:08 +0000 (17:27 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 2 May 2018 16:27:56 +0000 (09:27 -0700)
commit7c22c150c40b3e2da892604d21c749aaec0b3cfd
tree441b1953cdf4be16f52dcf2bb3f31b90b037df16
parent5c049718318bfd9957aaa8f232d40286e101f02f
intel: Move batch decoder/disassembler from tools/ to common/

Making these part of libintel_common allows us to use them in the DRI
driver.  The standalone tool binaries already link against the common
library, too, so it's no harder for them.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/Makefile.sources
src/intel/Makefile.tools.am
src/intel/common/gen_batch_decoder.c [moved from src/intel/tools/gen_batch_decoder.c with 100% similarity]
src/intel/common/gen_disasm.c [moved from src/intel/tools/disasm.c with 100% similarity]
src/intel/common/gen_disasm.h [moved from src/intel/tools/gen_disasm.h with 100% similarity]
src/intel/common/meson.build
src/intel/tools/meson.build