diff options
author | Lionel Landwerlin <[email protected]> | 2018-07-28 19:13:28 +0100 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2018-08-22 18:02:11 +0100 |
commit | 38f10d5a03542c60a589ff6a347df86790de00b7 (patch) | |
tree | 4094129182c1d822dd7439fb2b2c46171651fcff /src/intel/Makefile.am | |
parent | ea83a1d304dc97d1d155a633e95d902a08703175 (diff) |
intel: tools: add aubinator viewer
A graphical user interface version of aubinator.
Allows you to :
- simultaneously look at multiple points in the aub file (using all
the goodness of the existing decoding in aubinator)
- edit an aub file
v2: Switch from GLFW to GTK+3
v3: Fix warning when exiting
Signed-off-by: Lionel Landwerlin <[email protected]>
Acked-by: Rafael Antognolli <[email protected]> (v1)
Diffstat (limited to 'src/intel/Makefile.am')
-rw-r--r-- | src/intel/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/intel/Makefile.am b/src/intel/Makefile.am index f585221ac9d..cc43669d6be 100644 --- a/src/intel/Makefile.am +++ b/src/intel/Makefile.am @@ -69,6 +69,9 @@ EXTRA_DIST = \ dev/meson.build \ genxml/meson.build \ isl/meson.build \ + tools/aubinator_viewer.cpp \ + tools/aubinator_viewer.h \ + tools/aubinator_viewer_decoder.cpp \ tools/imgui/README \ tools/imgui/stb_textedit.h \ tools/imgui/meson.build \ @@ -82,6 +85,7 @@ EXTRA_DIST = \ tools/imgui/imgui_impl_gtk3.h \ tools/imgui/imgui_impl_opengl3.cpp \ tools/imgui/imgui_impl_opengl3.h \ + tools/imgui/imgui_memory_editor.h \ tools/imgui/stb_truetype.h \ tools/imgui/stb_rect_pack.h \ tools/imgui/LICENSE.txt \ |