From: José Fonseca Date: Sun, 18 Sep 2011 09:50:25 +0000 (+0100) Subject: Document the major user-visible developments. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=fe206c821714c5b0b8bfd63c04ecd9cd79e08452 Document the major user-visible developments. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 1f1ee6f..09bd2c4 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -429,6 +429,7 @@ install ( FILES BUGS.markdown LICENSE + NEWS.markdown README.markdown TODO.markdown DESTINATION doc) 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.