]> git.cworth.org Git - apitrace/blob - NEWS.markdown
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / NEWS.markdown
1 This file lists the major user visible improvements.  For a full list of changes
2 and their authors see the git history.
3
4
5 Development
6 ===========
7
8 * Support to trace in Android.
9
10 * Show frame thumbnails in the GUI.
11
12 * Basic D3D 10.1, 11, and 11.1 trace support.
13
14
15 Version 3.0
16 ===========
17
18 * Top-level `apitrace` command.
19
20 * Trace and replay support for EGL, GLES1, and GLES2 APIs on Linux.
21
22 * Ability to trim traces.
23
24 * Basic CPU profiling when retracing.
25
26 * Basic D3D10 trace support.
27
28 * Many bugfixes.
29
30
31 Version 2.0
32 ===========
33
34 * Flush/sync trace file only when there is an uncaught signal/exception,
35   yielding a 5x speed up while tracing.
36
37 * Employ [snappy compression library](http://code.google.com/p/snappy/) instead
38   of zlib, yielding a 2x speed up while tracing.
39
40 * Implement and advertise `GL_GREMEDY_string_marker` and
41   `GL_GREMEDY_frame_terminator` extensions.
42
43 * Mac OS X support.
44
45 * Support up-to OpenGL 4.2 calls.
46
47 * Better GUI performance with very large traces, by loading frames from disk on
48   demand.
49
50
51 Version 1.0
52 ===========
53
54 * Qt GUI, capable of visualizing the calls, the state, and editing the state.
55
56
57 Pre-history
58 ===========
59
60 * OpenGL replay support.