]> git.cworth.org Git - apitrace/history - trace_snappyfile.cpp
Recognise glFrameTerminatorGREMEDY when retracing.
[apitrace] / trace_snappyfile.cpp
2011-09-01 José FonsecaAdd a usedCacheSize() method.
2011-09-01 José FonsecaPrevent infinite loop reading snappy compressed files.
2011-09-01 José FonsecaAlways write snappy chunk lengths in little endian.
2011-09-01 José FonsecaAlways use size_t for length in files.
2011-08-29 Zack RusinFix a nasty crash.
2011-08-27 Zack RusinMake sure that the snappyfile doesn't try to read past...
2011-08-25 Zack RusinMerge branch 'compression'
2011-08-25 José FonsecaMake FlushDeep the default and only flush type.
2011-08-25 José FonsecaAdd copyright headers.
2011-08-25 Zack RusinMake sure that the size of the compressed length is...
2011-08-25 Zack RusinFix writing/reading compressed length of the chunks.
2011-08-25 Zack RusinExport SnappyFile class to its own file.