summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2015-01-05 12:40:39 +0000
committerJosé Fonseca <jfonseca@vmware.com>2015-01-05 12:40:57 +0000
commit3a5ee33ea9b7da5c19fcacbf602bfe9387391f86 (patch)
treedc3cded3c47cf868694141d40c8a67145a782800
parent5ddb92ff090d40d2d5339e5f07b3a0ce10885462 (diff)
docs: Update news.6.0
-rw-r--r--NEWS.markdown41
1 files changed, 31 insertions, 10 deletions
diff --git a/NEWS.markdown b/NEWS.markdown
index 4bdc8f13..93a67845 100644
--- a/NEWS.markdown
+++ b/NEWS.markdown
@@ -2,8 +2,33 @@ This file lists the major user visible improvements. For a full list of changes
and their authors see the git history.
-Version 4.0
-===========
+# Version 6.0 #
+
+* OpenGL 4.5 support.
+
+* DXGI 1.3 support.
+
+* Support exporting buffers to disk from GUI.
+
+* Many bugfixes.
+
+
+# Version 5.0 #
+
+* OpenGL 4.4 support.
+
+* Stack backtraces on Linux.
+
+* Better tracing of enums in attribute arrays
+
+* MD5 snapshots
+
+* Better surface viewer.
+
+* Many bugfixes.
+
+
+# Version 4.0 #
* Support tracing in Android, both native and Dalvik applications.
@@ -24,8 +49,7 @@ Version 4.0
* Loads of bugfixes
-Version 3.0
-===========
+# Version 3.0 #
* Top-level `apitrace` command.
@@ -40,8 +64,7 @@ Version 3.0
* Many bugfixes.
-Version 2.0
-===========
+# Version 2.0 #
* Flush/sync trace file only when there is an uncaught signal/exception,
yielding a 5x speed up while tracing.
@@ -60,13 +83,11 @@ Version 2.0
demand.
-Version 1.0
-===========
+# Version 1.0 #
* Qt GUI, capable of visualizing the calls, the state, and editing the state.
-Pre-history
-===========
+# Pre-history #
* OpenGL replay support.