]> git.cworth.org Git - apitrace/commit
cli: Add a simple implementation of "apitrace dump-images"
authorCarl Worth <cworth@cworth.org>
Wed, 28 Mar 2012 01:13:14 +0000 (18:13 -0700)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Wed, 11 Apr 2012 13:26:50 +0000 (14:26 +0100)
commite40a6ab0e01933c31a4e4701ea300736d7e3e32b
tree22bcffdf7cc0dd7f5c58ce6997bb71c65fab8c4f
parent511254df37499dbd86f54dad4a792661aac19e24
cli: Add a simple implementation of "apitrace dump-images"

This merely calls out to the existing glretrace command with
appropriate options for generating snapshots. This at least provides
the image-dumping capability within the unified command-line
interface.

In the future, it will likely make sens to make dump-images do things
in-process.
cli/CMakeLists.txt
cli/cli.hpp
cli/cli_dump_images.cpp [new file with mode: 0644]
cli/cli_main.cpp