summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-11Plug Trace::String::value leak.José Fonseca2-0/+6
2011-09-11Cut more of the recently gained fat of the Parser() class.José Fonseca2-115/+45
2011-09-11Reset pending call lists on Parser::setBookmark().José Fonseca1-0/+3
2011-09-11Drop m_supportsSeeking.José Fonseca2-13/+14
2011-09-11Encapsulate on parser state in structure.José Fonseca5-71/+55
2011-09-11Eliminate Trace::File::filename().José Fonseca2-12/+3
2011-09-11Interleave parse_xxx and scan_xxx methods.José Fonseca2-337/+323
2011-09-11Cleanup a few loose ends from last commits.José Fonseca2-3/+2
2011-09-11Parse the signatures only once.José Fonseca2-231/+136
2011-09-11Implement ZlibFile::currentOffset.José Fonseca2-9/+9
2011-09-11Pass size_t to File::skip().José Fonseca1-2/+2
2011-09-08Remove unnecessary header.José Fonseca1-1/+0
2011-09-07Make state lookups with on-demand loading work.Zack Rusin4-9/+39
2011-09-06First working on demand loading!Zack Rusin8-29/+109
2011-09-06Fix indention.Zack Rusin1-147/+147
2011-09-06Load the last few calls.Zack Rusin1-8/+5
2011-09-06Merge remote-tracking branch 'origin/master' into on-demand-loadingZack Rusin10-166/+570
2011-09-06Switch the gui to the on-demand-loader.Zack Rusin13-97/+189
2011-09-06Implement an incremental on demand loader for the gui.Zack Rusin6-2/+373
2011-09-06Highlight retracediff output.José Fonseca2-5/+210
2011-09-06More writePNM optimizations.José Fonseca1-11/+38
2011-09-06Optimize Image::writePNM.José Fonseca1-7/+21
2011-09-06Update To-DOJosé Fonseca1-6/+2
2011-09-06Split build instructions. Document advanced usage.José Fonseca3-80/+216
2011-09-06Cleanup retracediff.José Fonseca1-18/+14
2011-09-06Make retracediff.py get the images from glretrace via stdout.José Fonseca2-56/+80
2011-09-05Embedded the call no in PNM images as a comment.José Fonseca3-5/+11
2011-09-04Add code to report parsing/scanning progress.Zack Rusin6-0/+46
2011-09-03Time fetch of the biggest frame.Zack Rusin1-29/+33
2011-09-03Remove some currently unused member variables.Zack Rusin2-7/+1
2011-09-03Don't decompress blocks that we'll skip.José Fonseca2-5/+7
2011-09-03Make skip length size_t.José Fonseca4-7/+7
2011-09-03Merge branch 'master' into on-demand-loadingJosé Fonseca3-42/+53
2011-09-03Split flushCache into read/write versions.José Fonseca3-37/+46
2011-09-02Adjust for the changes in master.Zack Rusin1-2/+2
2011-09-02Merge remote-tracking branch 'origin/master' into on-demand-loadingZack Rusin11-85/+128
2011-09-02Ensure full glReadPixels still get recognized as new frames.José Fonseca1-6/+6
2011-09-02Implement scanning/skipping of fragments of the traceZack Rusin7-11/+381
2011-09-01Time scanning of the file and a few frame reads.Zack Rusin1-7/+34
2011-09-01Ensure that calls for traces with a single frame are shown.José Fonseca1-0/+4
2011-09-01Don't (de)serialize mirror images.José Fonseca2-3/+2
2011-09-01Recognise glFrameTerminatorGREMEDY when retracing.José Fonseca2-1/+4
2011-09-01Fix memory usage in the on-demand-loading.Zack Rusin4-34/+31
2011-09-01Add a usedCacheSize() method.José Fonseca2-9/+23
2011-09-01Prevent infinite loop reading snappy compressed files.José Fonseca1-19/+24
2011-09-01Always write snappy chunk lengths in little endian.José Fonseca1-7/+19
2011-09-01Always use size_t for length in files.José Fonseca4-29/+30
2011-09-01First working implementation of on-demand-loading of frames/calls.Zack Rusin5-45/+185
2011-09-01Merge remote-tracking branch 'origin/master' into on-demand-loadingZack Rusin20-502/+697
2011-08-31List GL_TEXTURE_xxx and GL_TEXTURE_BINDING_xxx params per texture unit.José Fonseca2-16/+21