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