]> git.cworth.org Git - apitrace/commit
Implement grouping of calls.
authorZack Rusin <zack@kde.org>
Fri, 11 Oct 2013 22:02:26 +0000 (18:02 -0400)
committerZack Rusin <zack@kde.org>
Fri, 11 Oct 2013 22:04:12 +0000 (18:04 -0400)
commitd9d9d22837705de6a2c42ad3f9b23223a2b98fe0
treef3fbebaa2fb0ae6bce32c5448defc3a1854f42cc
parent52fc2b017b6914afb3799601b6e93f9306af0058
Implement grouping of calls.

Use glPushDebugGroup and glPopDebugGroup to create nested groups
of calls. It makes it easy to neatly group related calls (e.g.
from nested function calls) into subgroups.
common/trace_model.hpp
common/trace_parser_flags.cpp
gui/apitrace.cpp
gui/apitrace.h
gui/apitracecall.cpp
gui/apitracecall.h
gui/apitracemodel.cpp
gui/mainwindow.cpp
gui/traceloader.cpp
gui/traceloader.h