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
/
retrace
/
retrace_main.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-20
retrace: Ensure stdout is in binary mode when dumping UBJSON.
Jose Fonseca
1
-0
/
+1
2015-05-01
retrace: Allow dumping state in UBJSON.
Jose Fonseca
1
-2
/
+19
2015-05-01
retrace: Put JSON writer behind an ABC.
Jose Fonseca
1
-2
/
+26
2015-03-27
os: Fix condition_variable::notify_one name.
José Fonseca
1
-2
/
+2
2015-03-27
os: Avoid dubious function casts in os::thread.
José Fonseca
1
-3
/
+2
2015-02-12
retrace: Keep track whether we are snapshotting or not in a single boolean var.
José Fonseca
1
-6
/
+6
2015-01-26
gui: Terminate retrace early if capturing snapshots.
Dan McCabe
1
-2
/
+8
2015-01-26
glretrace: Assign callNo earlier.
Jose Fonseca
1
-1
/
+2
2015-01-16
ddrawretrace: Add skeleton code for snapshots.
José Fonseca
1
-0
/
+11
2015-01-06
retrace: Don't try to dump float images as PNG.
José Fonseca
1
-0
/
+2
2014-09-04
retrace: Consolidate loop parameters.
José Fonseca
1
-14
/
+10
2014-09-04
retrace: Add optional parameter to allow looping N last frames
Jon Ashburn
1
-3
/
+10
2014-08-14
gl/d3dretrace: Strip alpha channel when writing PNG images.
José Fonseca
1
-1
/
+7
2014-06-23
d3dretrace: Added snapshot-interval functionality
Asloob Qureshi
1
-2
/
+12
2014-04-08
retrace: Allow multiple levels of debugging checks.
José Fonseca
1
-7
/
+12
2014-01-22
retrace: Make --snapshot-format=MD5 work as documented.
José Fonseca
1
-6
/
+13
2014-01-22
retrace: Document MD5 snapshot format.
José Fonseca
1
-1
/
+1
2014-01-22
glretrace: Add '--snapshot-format=MD5' option that allows write image MD5 to ...
Meng Mengmeng
1
-2
/
+8
2014-01-21
Implement --samples=N glretrace flag for X11 GL_ARB_multisample
Nigel Stewart
1
-0
/
+7
2013-12-10
apitrace: Allow multiple --calls and/or --frames input options
Lawrence L Love
1
-1
/
+1
2013-10-29
glretrace: Support MacOSX 4.1 contexts.
José Fonseca
1
-2
/
+1
2013-10-17
glretrace: Don't call glFlush when switching threads.
José Fonseca
1
-1
/
+1
2013-06-09
retrace: Don't output color when stdout is not a tty (issue #143).
José Fonseca
1
-0
/
+9
2013-06-04
retrace: Remove the -c/--compare=PREFIX .
José Fonseca
1
-42
/
+4
2013-06-01
retrace: Don't try to recreate existing directories.
José Fonseca
1
-2
/
+2
2013-05-25
retrace: Create snapshot directory if it does not exist.
José Fonseca
1
-0
/
+17
2013-05-10
retrace: Join with runner threads before destroy runner objects.
José Fonseca
1
-0
/
+6
2013-04-24
Add option '--snapshot-format=' to allow write raw RGB directly to stdout
Shuang He
1
-1
/
+18
2013-04-16
d3dretrace: Dump UINT formats too.
José Fonseca
1
-1
/
+1
2013-04-12
replay: Add a --loop option to repeatedly loop over the final frame
Carl Worth
1
-1
/
+38
2013-03-06
retrace: Add single thread option.
Jerome Glisse
1
-3
/
+19
2013-03-04
Extend profiling tool to support Vsize and Rss memory usage profile per call
Shuang He
1
-1
/
+14
2012-12-02
glretrace, dump-images: Accept --call-nos=no to get snapshots with call numbers
Carl Worth
1
-3
/
+18
2012-11-27
d3dretrace: Allow to force a driver type.
José Fonseca
1
-0
/
+21
2012-11-22
retrace: Dump call number on exceptions.
José Fonseca
1
-0
/
+11
2012-11-20
cli: Rename replay -> retrace.
José Fonseca
1
-1
/
+0
2012-11-14
retrace: Allow multiple dumpers to co-exist.
José Fonseca
1
-2
/
+7
2012-11-14
glretrace: Use getopt rather than manual parsing of command-line options
Carl Worth
1
-54
/
+101
2012-10-27
Cleanup and comment the code.
José Fonseca
1
-29
/
+134
2012-10-26
More efficient synchronous multi-threading.
José Fonseca
1
-83
/
+181
2012-10-24
Remove unnecessary header.
José Fonseca
1
-1
/
+0
2012-10-24
Don't parse concurrently with retracing.
José Fonseca
1
-0
/
+4
2012-10-20
mt retrace: add support for multi-threaded playback
Imre Deak
1
-40
/
+126
2012-08-09
Add GL_ARB_debug_output support.
James Benton
1
-0
/
+2
2012-07-25
Improved profiling capabilities.
James Benton
1
-16
/
+23
2012-07-23
Improved GPU profiling code.
James Benton
1
-1
/
+6
2012-07-20
Add support for basic GPU profiling of draw calls to retrace.
James Benton
1
-1
/
+5
2012-05-11
Avoid glCreateShaderProgramv when dumping satate so that the shader
José Fonseca
1
-0
/
+4
2012-05-09
Prevent hangs in XCloseDisplay.
José Fonseca
1
-1
/
+2
2012-05-09
Add ability to run multiple traces in one time.
Si Chen
1
-2
/
+3
[next]