index
:
~anholt/apitrace
frameretrace
loopsecs
timing
Unnamed repository; edit this file 'description' to name the repository.
anholt
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
cli_trim.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2013-12-10
apitrace trim: plug memory leak in trim_trace() (cli_trim.cpp)
Lawrence L Love
1
-0
/
+1
2013-12-10
apitrace: Allow multiple --calls and/or --frames input options
Lawrence L Love
1
-2
/
+2
2013-12-10
trim: clean up help output
Lawrence L Love
1
-0
/
+2
2013-10-13
cli: Fix invalid option message.
José Fonseca
1
-1
/
+1
2013-07-09
cli/trim: Fix error message.
José Fonseca
1
-1
/
+1
2013-06-16
Rename trim::CallSet to trace::FastCallSet
Carl Worth
1
-1
/
+1
2013-06-16
trim: Use custom skiplist for required list (instead of std::set<unsigned>)
Carl Worth
1
-2
/
+2
2013-04-12
trim: Enable dependency analysis (--auto) by default.
Carl Worth
1
-3
/
+6
2013-04-12
trim: Add --no-deps, --no-prune, and --exact options.
Carl Worth
1
-2
/
+33
2013-04-12
trim: Fix early-bailout bug when accepting both --calls and --frames
Carl Worth
1
-7
/
+7
2013-04-12
trim --prune: Look at FLAG_NO_SIDE_EFFECTS rather than FLAG_VERBOSE
Carl Worth
1
-2
/
+2
2013-02-06
trim: Add a new --trim-spec option for fine-grained trimming
Carl Worth
1
-2
/
+64
2013-01-28
trim: Fix short command-line option -a for "apitrace trim"
Carl Worth
1
-1
/
+1
2012-11-22
trim: Retain exact as default behaviour.
José Fonseca
1
-42
/
+16
2012-11-22
s/UNINTERESTING/VERBOSE/
José Fonseca
1
-1
/
+1
2012-11-22
trim: Move explanatory message from stdout to stderr.
Carl Worth
1
-1
/
+1
2012-11-22
trim: Print a warning message when doing dependency analysis.
Carl Worth
1
-0
/
+8
2012-11-22
trim: Move TraceAnalyzer out of cli_trim.cpp into its own file.
Carl Worth
1
-653
/
+1
2012-11-22
trim: Never trim any glBindTexture calls.
Carl Worth
1
-0
/
+14
2012-11-22
trim: Never trim any textures bound within a display list.
Carl Worth
1
-0
/
+9
2012-11-22
trim: Add support for display lists.
Carl Worth
1
-0
/
+28
2012-11-22
trim: Conservatively make shader programs depend on textures
Carl Worth
1
-0
/
+36
2012-11-22
trim: Perform correct state tracking for glActiveTexture
Carl Worth
1
-5
/
+20
2012-11-22
trim: Add a new --print-callset option.
Carl Worth
1
-0
/
+37
2012-11-22
trim: Add a --frames option for selecting frames to trim.
Carl Worth
1
-22
/
+57
2012-11-22
trim: Abstract common stringstream idioms into shared functions.
Carl Worth
1
-66
/
+40
2012-11-22
trim: Fix bug linking incorrect programs to shaders through samplers.
Carl Worth
1
-12
/
+6
2012-11-22
trim: Add support for trimming out unused shaders.
Carl Worth
1
-0
/
+184
2012-11-22
trim: Drop unused textures while trimming.
Carl Worth
1
-15
/
+235
2012-11-22
trim: Close some memory leaks.
Carl Worth
1
-2
/
+9
2012-11-22
trim: Trim most drawing operations outside of the user-specified range
Carl Worth
1
-20
/
+150
2012-11-22
trim: Avoid doing any analysis past the end of the user-specified range.
Carl Worth
1
-0
/
+24
2012-11-22
trim: Add a more condensed usage message for error cases.
Carl Worth
1
-2
/
+22
2012-11-22
trim: Prune uninteresting calls while trimming (unless --no-prune is passed)
Carl Worth
1
-5
/
+54
2012-11-22
trim: Complain if given extraneous arguments.
Carl Worth
1
-0
/
+10
2012-11-22
trim: Add framework for performing dependency analysis while trimming
Carl Worth
1
-44
/
+159
2012-11-20
cli: Rename replay -> retrace.
José Fonseca
1
-1
/
+0
2012-05-17
filter based on thread_id
Imre Deak
1
-4
/
+12
2012-04-05
Fix crash when using apitrace trim's -o option.
Kenneth Graunke
1
-1
/
+1
2012-02-18
Minor cleanup to apitrace trim command line option parsing.
José Fonseca
1
-4
/
+3
2012-02-15
Convert trim option parsing to getopt.
José Fonseca
1
-25
/
+38
2012-01-31
Avoid hacking around argc / argv.
José Fonseca
1
-1
/
+1
2012-01-27
Cleanup options for apitrace trim.
José Fonseca
1
-19
/
+42
2012-01-27
Remove trace_copier.
José Fonseca
1
-3
/
+4
2012-01-27
Add "apitrace trim" command.
Carl Worth
1
-0
/
+106