Mesa (master): intel: tools: add aubinator viewer

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Aug 22 17:06:10 UTC 2018


Module: Mesa
Branch: master
Commit: 38f10d5a03542c60a589ff6a347df86790de00b7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=38f10d5a03542c60a589ff6a347df86790de00b7

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Sat Jul 28 19:13:28 2018 +0100

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 at intel.com>
Acked-by: Rafael Antognolli <rafael.antognolli at intel.com> (v1)

---

 src/intel/Makefile.am                        |    4 +
 src/intel/tools/aubinator_viewer.cpp         | 1137 ++++++++++++++++++++++++++
 src/intel/tools/aubinator_viewer.h           |   71 ++
 src/intel/tools/aubinator_viewer_decoder.cpp |  860 +++++++++++++++++++
 src/intel/tools/imgui/imgui_memory_editor.h  |  704 ++++++++++++++++
 src/intel/tools/meson.build                  |   12 +
 6 files changed, 2788 insertions(+)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=38f10d5a03542c60a589ff6a347df86790de00b7



More information about the mesa-commit mailing list