X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=NEWS.markdown;h=53a3f0f3d64208af0bb73bcad49ce7368451cd8d;hb=48c661ea6c0f2bd9b76a3385cd946b7d07bc9b5f;hp=7cf9e3848662c13b768121eb9aea57e221c87a50;hpb=ae2b4d32ed56e3ac193cc7205aeb58082c448ce8;p=apitrace diff --git a/NEWS.markdown b/NEWS.markdown index 7cf9e38..53a3f0f 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -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 retrace 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.