summaryrefslogtreecommitdiff
path: root/TODO.markdown
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2011-11-04 15:45:09 -0700
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-11-06 08:36:52 +0000
commit32420d2167c14c4c00d351e8807031b64bce06ef (patch)
treeb739d89ae58b9e608457cf608660da6452bf3b9c /TODO.markdown
parent26cca9bfe19d93624494bb316d8741aedbd5b82f (diff)
cli: Add a new "apitrace diff" command.
This command simply provides a more consistent way of getting access to the existing tracediff.sh command, (which is now installed to <prefix>/lib/apitrace/scripts for the "apitrace diff" command to invoke, but not necessarily for users to invoke directly).
Diffstat (limited to 'TODO.markdown')
-rw-r--r--TODO.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.markdown b/TODO.markdown
index e523b01..c3afde7 100644
--- a/TODO.markdown
+++ b/TODO.markdown
@@ -63,7 +63,6 @@ CLI
* Add trim Trim a trace by including only the specified calls/frames
* Add dump-state Output the OpenGL state in JSON format
* Add dump-images Create image files for each frame/drawing operation of a trace
-* Add diff Identify differences between a trace dump and another trace
* Add diff-state Identify differences between a state dump and another trace
* Add diff-images Identify differences between images and another trace