summaryrefslogtreecommitdiff
path: root/NEWS.markdown
blob: 92e53df2f022ea504006d2b02ff5f0643cd34664 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
This file lists the major user visible improvments.  For a full list of changes
and their authors see the git history.


Version 2.0
===========

* Flush/sync trace file only when there is an uncaught signal/exception,
  yielding a 5x speed up while tracing.

* Employ [snappy compression library](http://code.google.com/p/snappy/) instead
  of zlib, yielding a 2x speed up while tracing.

* Implement and advertise `GL_GREMEDY_string_marker` and
  `GL_GREMEDY_frame_terminator` extensions.

* Mac OS X support.

* Support up-to OpenGL 4.2 calls.

* Better GUI performance with very large traces, by loading frames from disk on
  demand.


Version 1.0
===========

* Qt GUI, capable of visualizing the calls, the state, and editing the state.


Pre-history
===========

* OpenGL retrace support.