]> git.cworth.org Git - apitrace/commitdiff
Display captured snapshots as thumbnails.
authorDan McCabe <zen3d.linux@gmail.com>
Tue, 6 Mar 2012 01:20:40 +0000 (17:20 -0800)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 11 Mar 2012 14:23:59 +0000 (14:23 +0000)
Once snapshots are captured after being generated by glretrace, they are
then displayed in the GUI app, qapitrace.

The retracer passes a list of thumbnails to the main window. The main
window in turn binds those thumbnails to the ApiTraceFrames for later
display.

When the ApiTrace events are displayed, if a frame is being display, its
thumbnail is queried. That thumbnail is then displayed at the
front of the line for a frame.


No differences found