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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-07
cli: Remove dead files.
José Fonseca
2
-256
/
+0
2012-12-07
cli: Move pickle.hpp in.
José Fonseca
1
-0
/
+331
2012-12-07
image: Move image code into its own module.
José Fonseca
1
-1
/
+0
2012-12-07
cli: Merge trace_resource.cpp and trace_tools_trace.cpp in.
José Fonseca
10
-10
/
+629
2012-12-02
glretrace, dump-images: Accept --call-nos=no to get snapshots with call numbers
Carl Worth
1
-6
/
+17
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: Avoid trimming textures when referenced by a framebuffer object
Carl Worth
1
-0
/
+14
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
4
-653
/
+784
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-21
cli_retrace: Forward all options to retrace program.
José Fonseca
1
-53
/
+24
2012-11-21
cli: Auto-detect retrace for dump-images too.
José Fonseca
3
-64
/
+119
2012-11-21
cli: Guess the retrace excutable adequate for the trace.
José Fonseca
1
-5
/
+54
2012-11-20
cli: Rename replay -> retrace.
José Fonseca
3
-3
/
+0
2012-11-19
cli: Rename replay -> retrace.
José Fonseca
5
-21
/
+8
2012-11-18
cli: Add a simple "apitrace replay" sub-command.
Carl Worth
4
-0
/
+128
2012-11-18
dump-images: Execute glretrace from source dir when running uninstalled
Carl Worth
1
-1
/
+5
2012-11-14
Move static boolOption function to trace::boolOption
Carl Worth
1
-22
/
+4
2012-05-17
filter based on thread_id
Imre Deak
1
-4
/
+12
2012-05-17
Pickle Repr nodes too.
José Fonseca
1
-0
/
+8
2012-04-23
Detect/handle more APIs in CLI/GUI.
José Fonseca
1
-0
/
+4
2012-04-20
Use getopt in other cli commands.
José Fonseca
2
-34
/
+39
2012-04-11
cli: Add a simple implementation of "apitrace dump-images"
Carl Worth
4
-0
/
+148
2012-04-05
Fix crash when using apitrace trim's -o option.
Kenneth Graunke
1
-1
/
+1
2012-03-29
Fix compile error "isatty was not declared"; missing unistd.h include
Martin Olsson
1
-0
/
+3
2012-03-17
Disable std::cout's stdio sync when pickling.
José Fonseca
1
-0
/
+2
2012-03-17
Pickle blobs as bytearrays.
José Fonseca
1
-1
/
+1
2012-03-16
Add option to not dump call numbers.
José Fonseca
1
-6
/
+16
2012-03-16
Diff with symbolic names.
José Fonseca
1
-15
/
+59
2012-03-15
Link need libraries explicitly.
José Fonseca
1
-0
/
+4
2012-03-08
Invoke python when executing scripts.
José Fonseca
2
-19
/
+18
[prev]
[next]