]> git.cworth.org Git - apitrace/history - cli
d3dretrace: Use DirectXTex for d3d10 state too.
[apitrace] / cli /
2013-03-06 José FonsecaMerge branch 'directxtex'
2013-02-22 Carl Worthcli: Add an alias mechanism and alias "retrace" to...
2013-02-22 Carl Worthcli: Rename "apitrace retrace" to "apitrace replay".
2013-02-06 Carl Worthtrim: Trim swapbuffers calls when --trim-spec=drawing
2013-02-06 Carl Worthtrim: Add a new --trim-spec option for fine-grained...
2013-01-28 Carl Worthtrim: Fix short command-line option -a for "apitrace...
2012-12-20 José Fonsecacli: Inject DLL on windows by default.
2012-12-20 José Fonsecacli: Update description of windows trace apis.
2012-12-12 José Fonsecacli: Fix MSVC build.
2012-12-11 José FonsecaMerge branch 'trim-auto'
2012-12-10 José FonsecaMerge remote-tracking branch 'github/timestamp'
2012-12-09 José Fonsecacmake: Move the binary/installs definitions to CLI.
2012-12-07 José Fonsecacommon: Recognize Create* as DirectX call.
2012-12-07 José FonsecaDrop API_D3D10/11.
2012-12-07 José Fonsecacli: Remove dead files.
2012-12-07 José Fonsecacli: Move pickle.hpp in.
2012-12-07 José Fonsecaimage: Move image code into its own module.
2012-12-07 José Fonsecacli: Merge trace_resource.cpp and trace_tools_trace...
2012-12-02 Carl Worthglretrace, dump-images: Accept --call-nos=no to get...
2012-12-01 José FonsecaMerge branch 'master' into trim-auto
2012-11-22 José Fonsecatrim: Retain exact as default behaviour.
2012-11-22 José Fonsecas/UNINTERESTING/VERBOSE/
2012-11-22 Carl Worthtrim: Avoid trimming textures when referenced by a...
2012-11-22 Carl Worthtrim: Move explanatory message from stdout to stderr.
2012-11-22 Carl Worthtrim: Print a warning message when doing dependency...
2012-11-22 Carl Worthtrim: Move TraceAnalyzer out of cli_trim.cpp into its...
2012-11-22 Carl Worthtrim: Never trim any glBindTexture calls.
2012-11-22 Carl Worthtrim: Never trim any textures bound within a display...
2012-11-22 Carl Worthtrim: Add support for display lists.
2012-11-22 Carl Worthtrim: Conservatively make shader programs depend on...
2012-11-22 Carl Worthtrim: Perform correct state tracking for glActiveTexture
2012-11-22 Carl Worthtrim: Add a new --print-callset option.
2012-11-22 Carl Worthtrim: Add a --frames option for selecting frames to...
2012-11-22 Carl Worthtrim: Abstract common stringstream idioms into shared...
2012-11-22 Carl Worthtrim: Fix bug linking incorrect programs to shaders...
2012-11-22 Carl Worthtrim: Add support for trimming out unused shaders.
2012-11-22 Carl Worthtrim: Drop unused textures while trimming.
2012-11-22 Carl Worthtrim: Close some memory leaks.
2012-11-22 Carl Worthtrim: Trim most drawing operations outside of the user...
2012-11-22 Carl Worthtrim: Avoid doing any analysis past the end of the...
2012-11-22 Carl Worthtrim: Add a more condensed usage message for error...
2012-11-22 Carl Worthtrim: Prune uninteresting calls while trimming (unless...
2012-11-22 Carl Worthtrim: Complain if given extraneous arguments.
2012-11-22 Carl Worthtrim: Add framework for performing dependency analysis...
2012-11-21 José Fonsecacli_retrace: Forward all options to retrace program.
2012-11-21 José Fonsecacli: Auto-detect retrace for dump-images too.
2012-11-21 José Fonsecacli: Guess the retrace excutable adequate for the trace.
2012-11-20 José Fonsecacli: Rename replay -> retrace.
2012-11-19 José Fonsecacli: Rename replay -> retrace.
2012-11-18 Carl Worthcli: Add a simple "apitrace replay" sub-command.
2012-11-18 Carl Worthdump-images: Execute glretrace from source dir when...
2012-11-14 José FonsecaMerge branch 'modules'
2012-11-14 Carl WorthMove static boolOption function to trace::boolOption
2012-09-28 José FonsecaMerge remote-tracking branch 'github/master' into d2d
2012-05-17 Imre Deakfilter based on thread_id
2012-05-17 José FonsecaPickle Repr nodes too.
2012-04-23 José FonsecaDetect/handle more APIs in CLI/GUI.
2012-04-20 José FonsecaUse getopt in other cli commands.
2012-04-13 José FonsecaMerge branch 'd3dretrace'
2012-04-11 Carl Worthcli: Add a simple implementation of "apitrace dump...
2012-04-05 Kenneth GraunkeFix crash when using apitrace trim's -o option.
2012-03-30 José FonsecaMerge branch 'master' into d3dretrace
2012-03-29 Martin OlssonFix compile error "isatty was not declared"; missing...
2012-03-24 José FonsecaMerge branch 'gui-thumbnails'
2012-03-17 José FonsecaMerge branch 'master' into d3dretrace
2012-03-17 José FonsecaDisable std::cout's stdio sync when pickling.
2012-03-17 José FonsecaPickle blobs as bytearrays.
2012-03-16 José FonsecaAdd option to not dump call numbers.
2012-03-16 José FonsecaDiff with symbolic names.
2012-03-15 José FonsecaLink need libraries explicitly.
2012-03-08 José FonsecaInvoke python when executing scripts.
2012-02-27 José FonsecaSupport D3D apis on apitrace trace command.
2012-02-18 José FonsecaRe-implement tracediff.sh on Python.
2012-02-18 José FonsecaUse getopt on apitrace pickle.
2012-02-18 José FonsecaUse getopt on apitrace trace.
2012-02-18 José FonsecaMinor cleanup to apitrace trim command line option...
2012-02-15 José FonsecaConvert trim option parsing to getopt.
2012-02-09 José FonsecaSet binary mode when outputing PNM from glretrace via...
2012-01-31 José FonsecaMerge branch 'master' into d2d
2012-01-31 José FonsecaAvoid hacking around argc / argv.
2012-01-31 José FonsecaConver apitrace dump to getopt.
2012-01-31 José FonsecaBundle BSD getopt.
2012-01-27 José FonsecaCleanup options for apitrace trim.
2012-01-27 Carl WorthCorrectly copy "out" arguments to the "leave" portion...
2012-01-27 José FonsecaRemove trace_copier.
2012-01-27 Carl WorthAdd "apitrace trim" command.
2012-01-27 José FonsecaEnsure stdin/stdout is in binary mode on windows when...
2012-01-26 José FonsecaPython pickle output.
2012-01-26 José FonsecaAllow to use call sets instead of call numbers / freque...
2012-01-21 José FonsecaMerge branch 'master' into d2d
2012-01-10 José FonsecaMerge branch 'trace-threads'
2011-12-22 José FonsecaFirst stab at tracing thread IDs.
2011-12-11 José FonsecaMove trace dumping to a separate module. Add option...
2011-12-10 José FonsecaAdd missing signal.h include.
2011-12-10 José FonsecaUse less on `apitrace dump`.
2011-12-03 zackrMerge pull request #61 from prahal/gui-edit
2011-12-03 José FonsecaMerge branch 'glproc-cleanup'
2011-12-02 José FonsecaIntroduce call flags.
2011-11-29 José FonsecaSupport 'apitrace diff-images' on Windows.
2011-11-29 José FonsecaRefactor the code to find scripts.
next