index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
core
/
SkWriter32.h
Commit message (
Expand
)
Author
Age
*
Remove SkWriter32::contiguousArray().
mtklein
2016-04-29
*
Make sp variants for SkData
reed
2016-03-11
*
Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi...
reed
2016-03-04
*
Revert of move annotations to canvas virtual (patchset #8 id:140001 of https:...
reed
2016-03-03
*
move annotations to canvas virtual
reed
2016-03-03
*
yet another memcpy -> sk_careful_memcpy
mtklein
2015-12-10
*
another memcpy -> sk_careful_memcpy
mtklein
2015-12-09
*
Move SkTemplates.h to private.
bungeman
2015-08-19
*
Make SkWriter32::snapshotAsData() a dumb copy.
mtklein
2015-01-29
*
SkCanvas::drawPatch param SkPoint[12]
dandov
2014-08-12
*
Stopped skipping tests in dm of SkPatch by implementing the
dandov
2014-08-07
*
Add SK_API to SkWriter32
bsalomon
2014-06-26
*
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
*
Cleaner external buffer handling in SkWriter32
commit-bot@chromium.org
2014-02-11
*
Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.
commit-bot@chromium.org
2014-01-31
*
fix (some) 64bit warnings -- size_t -> int
commit-bot@chromium.org
2014-01-24
*
Convert SkWriter32 to use an SkTDArray for its internal storage.
commit-bot@chromium.org
2014-01-14
*
Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...
reed@google.com
2013-10-31
*
Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...
reed@google.com
2013-10-31
*
add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...
reed@google.com
2013-10-31
*
Start cleaning up 64bit Win warnings
robertphillips@google.com
2013-10-14
*
Create a semi-stable API for capturing the state of an SkCanvas and reconstru...
djsollen@google.com
2013-08-29
*
Revert "Create a semi-stable API for capturing the state of an SkCanvas and r...
djsollen@google.com
2013-08-29
*
Create a semi-stable API for capturing the state of an SkCanvas and reconstru...
djsollen@google.com
2013-08-29
*
Write NULL as "" so readString() always returns a non-NULL string.
mtklein@google.com
2013-08-15
*
Start from scratch on a faster SkFlatDictionary.
commit-bot@chromium.org
2013-07-24
*
Revert "Start from scratch on a faster SkFlatDictionary."
mtklein@google.com
2013-07-24
*
Start from scratch on a faster SkFlatDictionary.
commit-bot@chromium.org
2013-07-24
*
fix compiler warnings:
mike@reedtribe.org
2012-12-24
*
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-13
*
revert 6766, thereby re-landing 6762-6763 now that the bots are ready
reed@google.com
2012-12-12
*
revert 6762-6763, since those require new skps to be generated, and we can't
reed@google.com
2012-12-12
*
part of prev CL for rrect
reed@google.com
2012-12-12
*
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
*
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
*
add readPtr and writePtr to SkReader32 and SkWriter32
reed@google.com
2012-06-12
*
Rename the existing flatten(void*) methods.
djsollen@google.com
2012-06-08
*
add optional storage parameter to SkWriter32
reed@google.com
2012-04-24
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
Fix a batch of coverity defects, uninitialized class fields.
vandebo@chromium.org
2011-06-21
*
add cross-process option to gpipe
reed@google.com
2011-05-23
[next]