index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkFlattenable.cpp
Commit message (
Expand
)
Author
Age
*
upgrade SkReadBuffer to always validate
Mike Reed
2017-12-06
*
Trim gEntries down from 24K to 3K.
Mike Klein
2017-06-17
*
Revert of Delete SkFlattenable::Type (patchset #2 id:20001 of https://coderev...
mtklein
2016-04-04
*
Delete SkFlattenable::Type
msarett
2016-04-04
*
Eliminate some clutter in SkFlattenable
mdempsky
2015-09-24
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...
mtklein
2014-12-01
*
Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.
mtklein
2014-12-01
*
Bump min picture version.
mtklein
2014-12-01
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Initial error handling code
commit-bot@chromium.org
2013-10-23
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
refactor some subclasses in SkFlattenable.h into SkPtrRecorder.h, in preparat...
mike@reedtribe.org
2012-08-12
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Pipe factory names independently from the flattenables using them.
scroggo@google.com
2012-08-01
*
Bump max flattenable from 64 to 1024.
bungeman@google.com
2012-06-27
*
export flags on the state of the world when a picture was serialized.
reed@google.com
2012-06-25
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Cleanup Macros arround static initializers for SkFlattenable.
djsollen@google.com
2012-03-23
*
fix debug comment
caryclark@google.com
2011-12-16
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
fix sign/unsigned warnings
reed@google.com
2011-06-28
*
Add option in flattening to write factory names inline, as we are recording.
reed@google.com
2011-06-21
*
fix bug where we wrote uninitialized data to the flatten stream for shaders.
reed@google.com
2011-05-10
*
rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern
mike@reedtribe.org
2011-04-29
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
grab from latest android
reed@android.com
2008-12-17