]> git.cworth.org Git - apitrace/commitdiff
Document the major user-visible developments.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 18 Sep 2011 09:50:25 +0000 (10:50 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Sun, 18 Sep 2011 09:50:25 +0000 (10:50 +0100)
CMakeLists.txt
NEWS.markdown [new file with mode: 0644]

index 1f1ee6f6a2ee6090d7c87726827e1c5dfc7b0b52..09bd2c4e429f429c14ab196dd0b57aa7ed8aa89c 100755 (executable)
@@ -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 (file)
index 0000000..2d8db5c
--- /dev/null
@@ -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.