]> git.cworth.org Git - apitrace/blob - NEWS.markdown
Update some 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 Development
6 ===========
7
8 * Top-level `apitrace` command.
9
10 * Trace and retrace support for EGL, GLES1, and GLES2 APIs.
11
12
13 Version 2.0
14 ===========
15
16 * Flush/sync trace file only when there is an uncaught signal/exception,
17   yielding a 5x speed up while tracing.
18
19 * Employ [snappy compression library](http://code.google.com/p/snappy/) instead
20   of zlib, yielding a 2x speed up while tracing.
21
22 * Implement and advertise `GL_GREMEDY_string_marker` and
23   `GL_GREMEDY_frame_terminator` extensions.
24
25 * Mac OS X support.
26
27 * Support up-to OpenGL 4.2 calls.
28
29 * Better GUI performance with very large traces, by loading frames from disk on
30   demand.
31
32
33 Version 1.0
34 ===========
35
36 * Qt GUI, capable of visualizing the calls, the state, and editing the state.
37
38
39 Pre-history
40 ===========
41
42 * OpenGL retrace support.