intel: tools: add aubinator viewer
authorLionel Landwerlin <lionel.g.landwerlin@intel.com>
Sat, 28 Jul 2018 18:13:28 +0000 (19:13 +0100)
committerLionel Landwerlin <lionel.g.landwerlin@intel.com>
Wed, 22 Aug 2018 17:02:11 +0000 (18:02 +0100)
commit38f10d5a03542c60a589ff6a347df86790de00b7
tree4094129182c1d822dd7439fb2b2c46171651fcff
parentea83a1d304dc97d1d155a633e95d902a08703175
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 <lionel.g.landwerlin@intel.com>
Acked-by: Rafael Antognolli <rafael.antognolli@intel.com> (v1)
src/intel/Makefile.am
src/intel/tools/aubinator_viewer.cpp [new file with mode: 0644]
src/intel/tools/aubinator_viewer.h [new file with mode: 0644]
src/intel/tools/aubinator_viewer_decoder.cpp [new file with mode: 0644]
src/intel/tools/imgui/imgui_memory_editor.h [new file with mode: 0644]
src/intel/tools/meson.build