X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=NEWS.markdown;h=658a907dacf864457722d7b9b2fb3a07ba257975;hb=86befa4b28d452159892e6fedfd4499f060ca017;hp=2d8db5c0fc8481845bdb814a868c8dc8b5d93852;hpb=fe206c821714c5b0b8bfd63c04ecd9cd79e08452;p=apitrace diff --git a/NEWS.markdown b/NEWS.markdown index 2d8db5c..658a907 100644 --- a/NEWS.markdown +++ b/NEWS.markdown @@ -1,9 +1,33 @@ -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 + + +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. @@ -18,6 +42,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 ===========