build: move imgui out of src/intel/tools to be reused
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Sat, 19 Jan 2019 20:02:13 +0000 (20:02 +0000)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Thu, 21 Feb 2019 18:06:05 +0000 (18:06 +0000)
commit51047cd2e8a1e834d0345e2eadaeb0da70eb7bfc
treefb1725b60e680aa6c16c8e520344711c61a8dae6
parentf98fd9d15a9a79ff1b41f1fce27bc285a20aa5bb
build: move imgui out of src/intel/tools to be reused

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
+1-by: Mike Lothian <mike@fireburn.co.uk>
+1-by: Tapani Pälli <tapani.palli@intel.com>
+1-by: Eric Engestrom <eric.engestrom@intel.com>
+1-by: Yurii Kolesnykov <root@yurikoles.com>
+1-by: myfreeweb <greg@unrelenting.technology>
+1-by: Kenneth Graunke <kenneth@whitecape.org>
34 files changed:
src/Makefile.am
src/imgui/LICENSE.txt [new file with mode: 0644]
src/imgui/README [new file with mode: 0644]
src/imgui/imconfig.h [new file with mode: 0644]
src/imgui/imgui.cpp [new file with mode: 0644]
src/imgui/imgui.h [new file with mode: 0644]
src/imgui/imgui_demo.cpp [new file with mode: 0644]
src/imgui/imgui_draw.cpp [new file with mode: 0644]
src/imgui/imgui_internal.h [new file with mode: 0644]
src/imgui/imgui_memory_editor.h [new file with mode: 0644]
src/imgui/meson.build [new file with mode: 0644]
src/imgui/stb_rect_pack.h [new file with mode: 0644]
src/imgui/stb_textedit.h [new file with mode: 0644]
src/imgui/stb_truetype.h [new file with mode: 0644]
src/intel/Makefile.am
src/intel/tools/aubinator_viewer.cpp
src/intel/tools/aubinator_viewer.h
src/intel/tools/aubinator_viewer_urb.h
src/intel/tools/imgui/LICENSE.txt [deleted file]
src/intel/tools/imgui/README [deleted file]
src/intel/tools/imgui/imconfig.h [deleted file]
src/intel/tools/imgui/imgui.cpp [deleted file]
src/intel/tools/imgui/imgui.h [deleted file]
src/intel/tools/imgui/imgui_demo.cpp [deleted file]
src/intel/tools/imgui/imgui_draw.cpp [deleted file]
src/intel/tools/imgui/imgui_impl_gtk3.cpp
src/intel/tools/imgui/imgui_impl_opengl3.cpp
src/intel/tools/imgui/imgui_internal.h [deleted file]
src/intel/tools/imgui/imgui_memory_editor.h [deleted file]
src/intel/tools/imgui/meson.build
src/intel/tools/imgui/stb_rect_pack.h [deleted file]
src/intel/tools/imgui/stb_textedit.h [deleted file]
src/intel/tools/imgui/stb_truetype.h [deleted file]
src/meson.build