X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=TODO.markdown;h=b5dd71d55dd3737bf9d604d9bae9748aa15187da;hb=16d46dde420c537783ac19821abc8dfc54451cef;hp=186bedf6f04562d5075ea592892dd28b049fcc0c;hpb=90d32326e11f9107788fde1944c76801e5032d9a;p=apitrace diff --git a/TODO.markdown b/TODO.markdown index 186bedf..b5dd71d 100644 --- a/TODO.markdown +++ b/TODO.markdown @@ -27,7 +27,9 @@ Tracing * Start tracing on demand (e.g., key-press, or by frame no), emitting calls that recreate all current state. -* Add option to include call stack frames in the trace +* Add option to include call stack frames in the trace. + +* Trace the internal GL calls done by GLU on Mac OS X & Windows. Retracing @@ -40,13 +42,7 @@ Retracing * Support multiple threads -* Provide a readline-like interactive mode to gltrace - - * http://github.com/antirez/linenoise - - * https://github.com/antirez/linenoise/issues#issue/8 - - * http://hg.youterm.com/radare/file/87579f8c5087/src/dietline.c +* Leverage ARB_debug_output where available. * D3D support. @@ -58,6 +54,8 @@ GUI * Visualize meshes in draw commands. +* Breakpointing and step-by-step debugging. + Other -----