1 This file lists the major user visible improvements. For a full list of changes
2 and their authors see the git history.
8 * Support to trace in Android
10 * Show frame thumbnails in the GUI
16 * Top-level `apitrace` command.
18 * Trace and retrace support for EGL, GLES1, and GLES2 APIs on Linux.
20 * Ability to trim traces.
22 * Basic CPU profiling when retracing.
24 * Basic D3D10 trace support.
32 * Flush/sync trace file only when there is an uncaught signal/exception,
33 yielding a 5x speed up while tracing.
35 * Employ [snappy compression library](http://code.google.com/p/snappy/) instead
36 of zlib, yielding a 2x speed up while tracing.
38 * Implement and advertise `GL_GREMEDY_string_marker` and
39 `GL_GREMEDY_frame_terminator` extensions.
43 * Support up-to OpenGL 4.2 calls.
45 * Better GUI performance with very large traces, by loading frames from disk on
52 * Qt GUI, capable of visualizing the calls, the state, and editing the state.
58 * OpenGL retrace support.