]> git.cworth.org Git - apitrace/commit
Bring some of the virtual-memory-regions
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 14 Oct 2011 10:34:27 +0000 (11:34 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Fri, 14 Oct 2011 10:34:27 +0000 (11:34 +0100)
commit46a4839cd1b65981bec9f33b1d7978b821866a51
tree3afc8accddff904000223eefdc4d6c3d8269ad50
parentc636b9d7041f5046dd5bdc1b459b06979915dc79
Bring some of the virtual-memory-regions

Tracking user memory by querying virtual memory subsystem is not reboust
enough for master, but works in many cases, yielding much smaller and
efficient traces.

This change brings the ability of retracing traces generated by the
virtual-memory-regions branch.

It also brings more efficient tracing of glFlushMappedBufferRange calls.

The trace file version is bumped as a result.
12 files changed:
CMakeLists.txt
common/trace_format.hpp
common/trace_local_writer.cpp
common/trace_writer.hpp
glretrace.py
gltrace.py
retrace.hpp
retrace.py
retrace_stdc.cpp [new file with mode: 0644]
specs/glapi.py
specs/gltypes.py
specs/stdapi.py