[Mesa-dev] [PATCH v2 0/5] Enable aubinator to decoder a running application

Lionel Landwerlin llandwerlin at gmail.com
Wed Oct 5 15:55:25 UTC 2016


Hi,

Here is another iteration on making aubinator decode its standard input.
Hopefully this addresses all the previous comments. While at it, I took on
to the move aubinator to use getopt.

Thanks,

Lionel Landwerlin (5):
  intel: aubinator: add missing return characters
  intel: aubinator: use getopt to parse arguments
  intel: aubinator: generate a standalone binary
  intel: aubinator: enable loading xml files from a given directory
  intel: aubinator: enable loading dumps from standard input

 configure.ac                |   1 +
 src/intel/tools/.gitignore  |   5 +
 src/intel/tools/Makefile.am |  19 +++
 src/intel/tools/aubinator.c | 312 ++++++++++++++++++++++++++++----------------
 src/intel/tools/decoder.c   | 108 ++++++++++++++-
 src/intel/tools/decoder.h   |   6 +-
 6 files changed, 328 insertions(+), 123 deletions(-)

--
2.9.3


More information about the mesa-dev mailing list