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
/
gui
/
traceloader.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2014-05-15
qapitrace: merge duplicate logic in TraceLoader
Lawrence L Love
1
-115
/
+160
2014-05-10
qapitrace: startup load of trace fails with groups
Lawrence L Love
1
-3
/
+2
2014-05-02
qapitrace: issue #218 crashes on glPopDebugGroup
Lawrence L Love
1
-4
/
+5
2014-03-27
Revert "qapitrace: fix an inline string FIXME request"
José Fonseca
1
-5
/
+8
2014-03-27
qapitrace: fix an inline string FIXME request
Lawrence L Love
1
-8
/
+5
2014-02-25
qapitrace: minor optimization to findCallIndex()
Lawrence L Love
1
-0
/
+1
2013-10-14
gui: Fix debug build.
José Fonseca
1
-2
/
+2
2013-10-11
Implement grouping of calls.
Zack Rusin
1
-19
/
+70
2013-04-11
gui: Handle calls stranded between frames gracefully (issue #117).
José Fonseca
1
-9
/
+12
2012-03-27
Auto detect the API from the trace.
José Fonseca
1
-0
/
+1
2012-03-25
Remove ApiTrace::FrameMarker.
José Fonseca
1
-34
/
+4
2012-03-22
Fix size comparisons in traceloader.cpp.
José Fonseca
1
-2
/
+2
2011-10-27
Lower case namespaces.
José Fonseca
1
-14
/
+14
2011-09-25
Skip over filtered calls when searching.
Zack Rusin
1
-15
/
+24
2011-09-24
Make sure we reset the state when loading another trace file
Zack Rusin
1
-1
/
+10
2011-09-21
Remove some extra debugging output.
Zack Rusin
1
-2
/
+1
2011-09-21
Make sure that the loader deletes the signatures.
Zack Rusin
1
-0
/
+2
2011-09-19
Fix silly typo
Zack Rusin
1
-1
/
+1
2011-09-19
If a frame has already been loaded don't do it again.
Zack Rusin
1
-2
/
+11
2011-09-18
Delete loadertest and cleanup some of the new api.
Zack Rusin
1
-4
/
+4
2011-09-14
Fix and cleanup state lookups on frames.
Zack Rusin
1
-0
/
+1
2011-09-13
Implement jump to.
Zack Rusin
1
-0
/
+16
2011-09-13
Implement goto start of the frame and goto end of the frame.
Zack Rusin
1
-0
/
+12
2011-09-13
Implement find prev.
Zack Rusin
1
-0
/
+61
2011-09-12
Implement find next for the on-demand-loaded files.
Zack Rusin
1
-43
/
+124
2011-09-11
Encapsulate on parser state in structure.
José Fonseca
1
-23
/
+16
2011-09-06
First working on demand loading!
Zack Rusin
1
-7
/
+27
2011-09-06
Fix indention.
Zack Rusin
1
-147
/
+147
2011-09-06
Load the last few calls.
Zack Rusin
1
-8
/
+5
2011-09-06
Switch the gui to the on-demand-loader.
Zack Rusin
1
-9
/
+41
2011-09-06
Implement an incremental on demand loader for the gui.
Zack Rusin
1
-0
/
+273