intel/common: move gen_debug to intel/dev
authorMark Janes <mark.a.janes@intel.com>
Fri, 5 Apr 2019 22:39:51 +0000 (15:39 -0700)
committerMark Janes <mark.a.janes@intel.com>
Wed, 10 Apr 2019 20:15:33 +0000 (13:15 -0700)
commit2393cc7f00ee1b94c07e29fb82fc14add89e1238
treecfa79cd6081983364e3b5321c9bbdeb2bf1698c6
parent03d6d01fe264c0c7e03428202424f183b5086464
intel/common: move gen_debug to intel/dev

libintel_common depends on libintel_compiler, but it contains debug
functionality that is needed by libintel_compiler.  Break the circular
dependency by moving gen_debug files to libintel_dev.

Suggested-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
31 files changed:
src/gallium/drivers/iris/iris_bufmgr.c
src/gallium/drivers/iris/iris_context.h
src/gallium/drivers/iris/iris_resource.c
src/intel/Makefile.sources
src/intel/common/gen_debug.c [deleted file]
src/intel/common/gen_debug.h [deleted file]
src/intel/common/meson.build
src/intel/compiler/brw_compile_clip.c
src/intel/compiler/brw_compile_sf.c
src/intel/compiler/brw_compiler.c
src/intel/compiler/brw_disasm_info.c
src/intel/compiler/brw_eu.c
src/intel/compiler/brw_eu_compact.c
src/intel/compiler/brw_fs.cpp
src/intel/compiler/brw_nir.c
src/intel/compiler/brw_shader.cpp
src/intel/compiler/brw_vec4.cpp
src/intel/compiler/brw_vec4_generator.cpp
src/intel/compiler/brw_vec4_gs_visitor.cpp
src/intel/compiler/brw_vec4_tcs.cpp
src/intel/compiler/brw_vec4_tes.cpp
src/intel/compiler/brw_vec4_vs_visitor.cpp
src/intel/compiler/brw_vue_map.c
src/intel/dev/gen_debug.c [new file with mode: 0644]
src/intel/dev/gen_debug.h [new file with mode: 0644]
src/intel/dev/meson.build
src/intel/vulkan/anv_private.h
src/mesa/drivers/dri/i965/brw_blorp.c
src/mesa/drivers/dri/i965/brw_bufmgr.c
src/mesa/drivers/dri/i965/brw_context.h
src/mesa/drivers/dri/i965/brw_disk_cache.c