]> git.cworth.org Git - apitrace/commit
retrace: Remove the -c/--compare=PREFIX .
authorJosé Fonseca <jfonseca@vmware.com>
Tue, 4 Jun 2013 15:59:21 +0000 (16:59 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Tue, 4 Jun 2013 16:03:38 +0000 (17:03 +0100)
commit72d2ba9c2b5ba2e2516c0959bf66eafd7b054892
tree0ff83f5ee372202ac0e10da708228450a953083e
parentfde03adeadfe1d34e82c79b08be94df8e597185e
retrace: Remove the -c/--compare=PREFIX .

That is, remove the ability to compare images while replaying.

For several reasons:

- This duplicates diff-images command.

- It is less versatile -- it is unable to output diff images.

- It will be necessary to change how snapshots are done to properly
  accommodate APIs that have no concept of current context, like
  Direct3D APIs, so the less fat on this code the better.
image/CMakeLists.txt
image/image.cpp [deleted file]
image/image.hpp
retrace/retrace_main.cpp