]> git.cworth.org Git - apitrace/blobdiff - NEWS.markdown
Use skiplist-based FastCallSet within trace::CallSet
[apitrace] / NEWS.markdown
index 2d8db5c0fc8481845bdb814a868c8dc8b5d93852..736ec348c4a6a52947b34f45e32a8fa5c9ff2c94 100644 (file)
@@ -1,9 +1,35 @@
-This file lists the major user visible improvments.  For a full list of changes
+This file lists the major user visible improvements.  For a full list of changes
 and their authors see the git history.
 
 
-Recent developments
-===================
+Development
+===========
+
+* Support to trace in Android.
+
+* Show frame thumbnails in the GUI.
+
+* Basic D3D 10.1, 11, and 11.1 trace support.
+
+
+Version 3.0
+===========
+
+* Top-level `apitrace` command.
+
+* Trace and replay support for EGL, GLES1, and GLES2 APIs on Linux.
+
+* Ability to trim traces.
+
+* Basic CPU profiling when retracing.
+
+* Basic D3D10 trace support.
+
+* Many bugfixes.
+
+
+Version 2.0
+===========
 
 * Flush/sync trace file only when there is an uncaught signal/exception,
   yielding a 5x speed up while tracing.
@@ -18,6 +44,9 @@ Recent developments
 
 * Support up-to OpenGL 4.2 calls.
 
+* Better GUI performance with very large traces, by loading frames from disk on
+  demand.
+
 
 Version 1.0
 ===========
@@ -28,4 +57,4 @@ Version 1.0
 Pre-history
 ===========
 
-* OpenGL retrace support.
+* OpenGL replay support.