intel: Split gen_device_info out into libintel_dev
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 26 Feb 2018 23:39:59 +0000 (15:39 -0800)
committerJordan Justen <jordan.l.justen@intel.com>
Mon, 5 Mar 2018 17:47:37 +0000 (09:47 -0800)
commit272bef0601a1bdb5292771aefc8d62fcbdf4c47f
treec94ae513a916ed81151067da24260bbb424e5deb
parent9a0d7bb48c93e7d0109751469a8b32c94e85bc24
intel: Split gen_device_info out into libintel_dev

Split out the device info so isl doesn't depend on intel/common. Now
it will depend on the new intel/dev device info lib.

This will allow the decoder in intel/common to use isl, allowing us to
apply Ken's patch that removes the genxml duplication of surface
formats.

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
35 files changed:
src/intel/Android.dev.mk [new file with mode: 0644]
src/intel/Makefile.am
src/intel/Makefile.dev.am [new file with mode: 0644]
src/intel/Makefile.isl.am
src/intel/Makefile.sources
src/intel/Makefile.tools.am
src/intel/Makefile.vulkan.am
src/intel/blorp/blorp_genX_exec.h
src/intel/common/gen_decoder.h
src/intel/common/gen_device_info.c [deleted file]
src/intel/common/gen_device_info.h [deleted file]
src/intel/common/gen_l3_config.h
src/intel/common/meson.build
src/intel/compiler/brw_compiler.h
src/intel/compiler/brw_inst.h
src/intel/compiler/brw_reg_type.c
src/intel/dev/gen_device_info.c [new file with mode: 0644]
src/intel/dev/gen_device_info.h [new file with mode: 0644]
src/intel/dev/meson.build [new file with mode: 0644]
src/intel/genxml/gen_bits_header.py
src/intel/isl/isl_drm.c
src/intel/isl/isl_format.c
src/intel/isl/isl_priv.h
src/intel/isl/meson.build
src/intel/isl/tests/isl_surf_get_image_offset_test.c
src/intel/meson.build
src/intel/tools/gen_disasm.h
src/intel/tools/meson.build
src/intel/vulkan/anv_private.h
src/intel/vulkan/meson.build
src/mesa/drivers/dri/i965/Makefile.am
src/mesa/drivers/dri/i965/brw_bufmgr.c
src/mesa/drivers/dri/i965/genX_state_upload.c
src/mesa/drivers/dri/i965/intel_screen.h
src/mesa/drivers/dri/i965/meson.build