]> git.cworth.org Git - apitrace/blob - NEWS.markdown
Merge branch 'on-demand-loading'
[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 Recent developments
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
22 Version 1.0
23 ===========
24
25 * Qt GUI, capable of visualizing the calls, the state, and editing the state.
26
27
28 Pre-history
29 ===========
30
31 * OpenGL retrace support.