Re: [Mesa-dev] [PATCH 13/14] intel: tools: add aubinator viewer

2018-08-06 Thread Rafael Antognolli
This is a really nice tool, and I'm looking forward to see the other features you teased us with, as well as helping to improve it. With that said, I don't know much about the imgui API and can't really do much to help reviewing it yet. But I would like to have it landed anyway. Patches 13 and 14

[Mesa-dev] [PATCH 13/14] intel: tools: add aubinator viewer

2018-08-02 Thread Lionel Landwerlin
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 Signed-off-by: Lionel Landwerlin --- src/intel/tools/aubinator_viewer.cpp