diff options
author | José Fonseca <jose.r.fonseca@gmail.com> | 2013-05-02 08:05:06 +0100 |
---|---|---|
committer | José Fonseca <jose.r.fonseca@gmail.com> | 2013-05-02 08:05:06 +0100 |
commit | 705ed27142b5d08ea46a69ad9409b8a2ad5cb653 (patch) | |
tree | 7dd659a3422cac823ab3b480d8763450aea3f682 /NEWS.markdown | |
parent | 3941d9f80df99d47579b2619d36b61f8cc7ec3c3 (diff) |
Tag a new release 4.0.
Mostly for the benefit of those who prefer a tagged release instead of
master.
Anyway, it has been too long since the last one. The output of
`git shortlog..HEAD` was impressive. Thanks to all of them who
contributed.
Diffstat (limited to 'NEWS.markdown')
-rw-r--r-- | NEWS.markdown | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/NEWS.markdown b/NEWS.markdown index 736ec348..4bdc8f13 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -2,15 +2,27 @@ This file lists the major user visible improvements. For a full list of changes and their authors see the git history. -Development +Version 4.0 =========== -* Support to trace in Android. +* Support tracing in Android, both native and Dalvik applications. * Show frame thumbnails in the GUI. * Basic D3D 10.1, 11, and 11.1 trace support. +* Multi-threaded trace/retrace support. + +* Several OpenGL ES state dump fixes. + +* GPU profiling. + +* Thumbnails in GUI + +* Trim improvements. + +* Loads of bugfixes + Version 3.0 =========== |