]> git.cworth.org Git - apitrace/commit
glretrace, dump-images: Accept --call-nos=no to get snapshots with call numbers
authorCarl Worth <cworth@cworth.org>
Sun, 12 Aug 2012 23:49:09 +0000 (16:49 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 2 Dec 2012 21:00:41 +0000 (21:00 +0000)
commit4edd6294b0d65390bd1737fef7beb956323375c4
tree377c25d9dde985af4429a70eaab91f26ac560346
parent77373c35010d89e5ab3f030e4c60f8f6e3fdbe82
glretrace, dump-images: Accept --call-nos=no to get snapshots with call numbers

It is sometimes inconvenient to have call numbers encoded within the
snapshot filenames. For example, when doing tests of "apitrace trim"
in the test suite the call numbers frequently change even when the
image contents do not.

By accepting the --call-nos=no option, these programs will now
generate filenames with sequential numbers starting from 0 rather than
using call numbers in the filenames.
cli/cli_dump_images.cpp
retrace/retrace_main.cpp