]> git.cworth.org Git - apitrace/commit
First stab at binary trace and retracing.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 19 Nov 2010 17:05:18 +0000 (17:05 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Fri, 19 Nov 2010 17:05:18 +0000 (17:05 +0000)
commit7e329020a9dc8e0201f3ebe256b5ddbacd57dcc3
tree4d6c56ff78a84c319f1cefe23cb678c7c66fead9
parent025d286f3008fecf87e67097a92e6abb2abad62a
First stab at binary trace and retracing.

It's enough to retrace trivial/tri Mesa demo.
13 files changed:
.gitignore
CMakeLists.txt
apitrace.xsl [deleted file]
base.py
dump.cpp [new file with mode: 0644]
glretrace.py [new file with mode: 0644]
log.cpp
log.hpp
trace_format.hpp [new file with mode: 0644]
trace_model.cpp [new file with mode: 0644]
trace_model.hpp [new file with mode: 0644]
trace_parser.hpp [new file with mode: 0644]
xml2txt.py [deleted file]