]> git.cworth.org Git - apitrace/blobdiff - cli/cli_dump_images.cpp
cli: Rename replay -> retrace.
[apitrace] / cli / cli_dump_images.cpp
index 2a856c78b670cfc9c2b3d981ee204d90318fdb13..594f001e4c7b68ddc656d3ff0897a3792bf6b355 100644 (file)
@@ -116,14 +116,6 @@ command(int argc, char *argv[])
         output = prefix.str();
     }
 
-    /* FIXME: It would be cleaner to pull the replaying of the trace
-     * in-process here and generate the images directly. But that
-     * pulls in a non-trivial amount of the existing 'retrace' code,
-     * along with dependencies on GL, etc.
-     *
-     * It will definitely make sense to do that once all that code has
-     * already been pulled in for the "apitrace retrace" (or "apitrace
-     * replay") command. */
     std::vector<const char *> command;
 
     os::String glretracePath = trace::findProgram("glretrace");