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