X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=NEWS.markdown;fp=NEWS.markdown;h=2d8db5c0fc8481845bdb814a868c8dc8b5d93852;hb=fe206c821714c5b0b8bfd63c04ecd9cd79e08452;hp=0000000000000000000000000000000000000000;hpb=ff427587d060c7de16f4d88962084c7d7ae4a81c;p=apitrace diff --git a/NEWS.markdown b/NEWS.markdown new file mode 100644 index 0000000..2d8db5c --- /dev/null +++ b/NEWS.markdown @@ -0,0 +1,31 @@ +This file lists the major user visible improvments. For a full list of changes +and their authors see the git history. + + +Recent developments +=================== + +* 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. + + +Version 1.0 +=========== + +* Qt GUI, capable of visualizing the calls, the state, and editing the state. + + +Pre-history +=========== + +* OpenGL retrace support.