index
:
~cworth/apitrace
master
Carl's hacks to apitrace (upstream at https://github.com/apitrace/apitrace)
cworth
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-09-11
Plug Trace::String::value leak.
José Fonseca
2
-0
/
+6
2011-09-11
Cut more of the recently gained fat of the Parser() class.
José Fonseca
2
-115
/
+45
2011-09-11
Reset pending call lists on Parser::setBookmark().
José Fonseca
1
-0
/
+3
2011-09-11
Drop m_supportsSeeking.
José Fonseca
2
-13
/
+14
2011-09-11
Encapsulate on parser state in structure.
José Fonseca
5
-71
/
+55
2011-09-11
Eliminate Trace::File::filename().
José Fonseca
2
-12
/
+3
2011-09-11
Interleave parse_xxx and scan_xxx methods.
José Fonseca
2
-337
/
+323
2011-09-11
Cleanup a few loose ends from last commits.
José Fonseca
2
-3
/
+2
2011-09-11
Parse the signatures only once.
José Fonseca
2
-231
/
+136
2011-09-11
Implement ZlibFile::currentOffset.
José Fonseca
2
-9
/
+9
2011-09-11
Pass size_t to File::skip().
José Fonseca
1
-2
/
+2
2011-09-08
Remove unnecessary header.
José Fonseca
1
-1
/
+0
2011-09-07
Make state lookups with on-demand loading work.
Zack Rusin
4
-9
/
+39
2011-09-06
First working on demand loading!
Zack Rusin
8
-29
/
+109
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
Merge remote-tracking branch 'origin/master' into on-demand-loading
Zack Rusin
10
-166
/
+570
2011-09-06
Switch the gui to the on-demand-loader.
Zack Rusin
13
-97
/
+189
2011-09-06
Implement an incremental on demand loader for the gui.
Zack Rusin
6
-2
/
+373
2011-09-06
Highlight retracediff output.
José Fonseca
2
-5
/
+210
2011-09-06
More writePNM optimizations.
José Fonseca
1
-11
/
+38
2011-09-06
Optimize Image::writePNM.
José Fonseca
1
-7
/
+21
2011-09-06
Update To-DO
José Fonseca
1
-6
/
+2
2011-09-06
Split build instructions. Document advanced usage.
José Fonseca
3
-80
/
+216
2011-09-06
Cleanup retracediff.
José Fonseca
1
-18
/
+14
2011-09-06
Make retracediff.py get the images from glretrace via stdout.
José Fonseca
2
-56
/
+80
2011-09-05
Embedded the call no in PNM images as a comment.
José Fonseca
3
-5
/
+11
2011-09-04
Add code to report parsing/scanning progress.
Zack Rusin
6
-0
/
+46
2011-09-03
Time fetch of the biggest frame.
Zack Rusin
1
-29
/
+33
2011-09-03
Remove some currently unused member variables.
Zack Rusin
2
-7
/
+1
2011-09-03
Don't decompress blocks that we'll skip.
José Fonseca
2
-5
/
+7
2011-09-03
Make skip length size_t.
José Fonseca
4
-7
/
+7
2011-09-03
Merge branch 'master' into on-demand-loading
José Fonseca
3
-42
/
+53
2011-09-03
Split flushCache into read/write versions.
José Fonseca
3
-37
/
+46
2011-09-02
Adjust for the changes in master.
Zack Rusin
1
-2
/
+2
2011-09-02
Merge remote-tracking branch 'origin/master' into on-demand-loading
Zack Rusin
11
-85
/
+128
2011-09-02
Ensure full glReadPixels still get recognized as new frames.
José Fonseca
1
-6
/
+6
2011-09-02
Implement scanning/skipping of fragments of the trace
Zack Rusin
7
-11
/
+381
2011-09-01
Time scanning of the file and a few frame reads.
Zack Rusin
1
-7
/
+34
2011-09-01
Ensure that calls for traces with a single frame are shown.
José Fonseca
1
-0
/
+4
2011-09-01
Don't (de)serialize mirror images.
José Fonseca
2
-3
/
+2
2011-09-01
Recognise glFrameTerminatorGREMEDY when retracing.
José Fonseca
2
-1
/
+4
2011-09-01
Fix memory usage in the on-demand-loading.
Zack Rusin
4
-34
/
+31
2011-09-01
Add a usedCacheSize() method.
José Fonseca
2
-9
/
+23
2011-09-01
Prevent infinite loop reading snappy compressed files.
José Fonseca
1
-19
/
+24
2011-09-01
Always write snappy chunk lengths in little endian.
José Fonseca
1
-7
/
+19
2011-09-01
Always use size_t for length in files.
José Fonseca
4
-29
/
+30
2011-09-01
First working implementation of on-demand-loading of frames/calls.
Zack Rusin
5
-45
/
+185
2011-09-01
Merge remote-tracking branch 'origin/master' into on-demand-loading
Zack Rusin
20
-502
/
+697
2011-08-31
List GL_TEXTURE_xxx and GL_TEXTURE_BINDING_xxx params per texture unit.
José Fonseca
2
-16
/
+21
[next]