index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkWriter32.cpp
Commit message (
Expand
)
Author
Age
*
Make sp variants for SkData
reed
2016-03-11
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Make SkWriter32::snapshotAsData() a dumb copy.
mtklein
2015-01-29
*
Fixed issue found by clusterfuzz
commit-bot@chromium.org
2014-04-29
*
fix size_t/int warnings
commit-bot@chromium.org
2014-04-23
*
Add capture snapshot as data to SkWriter32, use it to optimise record->playback.
commit-bot@chromium.org
2014-03-12
*
SkWriter32: throw in the SkTDArray towel.
commit-bot@chromium.org
2014-02-13
*
Templetized SkWriter32 readTAt() & overwriteTAt()
commit-bot@chromium.org
2014-02-11
*
Reland SkWriter32 growth change with build fixes.
commit-bot@chromium.org
2014-02-11
*
Revert of Change growth function for SkWriter32 (https://codereview.chromium....
commit-bot@chromium.org
2014-02-11
*
Change growth function for SkWriter32
commit-bot@chromium.org
2014-02-11
*
Fix broken debug build
commit-bot@chromium.org
2014-02-11
*
Cleaner external buffer handling in SkWriter32
commit-bot@chromium.org
2014-02-11
*
Convert SkWriter32 to use an SkTDArray for its internal storage.
commit-bot@chromium.org
2014-01-14
*
Fix bug in SkWriter32.
mtklein@google.com
2013-09-03
*
Write NULL as "" so readString() always returns a non-NULL string.
mtklein@google.com
2013-08-15
*
allow NULL in writeString/readString
commit-bot@chromium.org
2013-08-09
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-22
*
unify how we handle externally-provided storage in SkWriter32, with the goal
reed@google.com
2012-12-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-08
*
speedup peek32() when the offset is in the last block (fTail)
reed@google.com
2012-12-07
*
Add the ability to provide function pointers to SkPicture serialization
scroggo@google.com
2012-10-04
*
truncate our llist w/ null during rewind.
reed@google.com
2012-08-31
*
Sanitizing source files in Skia_Nightly_House_Keeping
skia.committer@gmail.com
2012-08-30
*
add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording
reed@google.com
2012-08-30
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Avoid a loop in writeString and writePad by zeroing padding first.
scroggo@google.com
2012-07-24
*
In SkWriter32::writeString, initialize all memory reserved.
scroggo@google.com
2012-07-23
*
add assert
reed@google.com
2012-05-09
*
add optional storage parameter to SkWriter32
reed@google.com
2012-04-24
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Add option in flattening to write factory names inline, as we are recording.
reed@google.com
2011-06-21
*
change string read/write to store length as full 32-bit value. This simplifies
reed@google.com
2011-06-21
*
add cross-process option to gpipe
reed@google.com
2011-05-23
*
fix precendence error (== binds tighter than &)
reed@google.com
2011-05-04
*
updated pipe
reed@google.com
2011-05-03
*
fix warnings
reed@android.com
2009-01-15
*
grab from latest android
reed@android.com
2008-12-17