index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkWriteBuffer.cpp
Commit message (
Expand
)
Author
Age
*
remove SkPixelRef::refEncodedData()
Hal Canary
2016-11-22
*
Remove SkAutoTUnref and SkAutoTDelete from public includes.
bungeman
2016-10-27
*
Add SkColor4f serialization
brianosman
2016-09-25
*
add pipecanvas
reed
2016-09-13
*
Convert SkAutoTUnref<SkData> to sk_sp<SkData>.
bungeman
2016-08-03
*
Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.
bungeman
2016-08-02
*
Add raw pixel serialization fallback for SkImages that cannot be encoded.
mtklein
2016-06-09
*
Prototype code that turns any/every flattenable into JSON
brianosman
2016-05-04
*
Remove SkBitmapHeap and SkBitmapHeapReader. They're unused.
brianosman
2016-05-03
*
Remove unused encodedString API on SkWriteBuffer/SkReadBuffer
brianosman
2016-05-02
*
remove SkWriteBuffer::getWriter32().
mtklein
2016-04-29
*
Enable flattening/unflattening with custom unflatten procs
msarett
2016-04-22
*
Delete unused fNamedFactorySet from SkWriteBuffer
msarett
2016-04-19
*
Reverse dependency between SkScalar.h and SkFixed.h.
benjaminwagner
2016-04-07
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
SkPixelSerializer: support indexed pixels
halcanary
2015-12-07
*
Revert of change pixel-serializer to support reencoding existing data (patchs...
reed
2015-09-28
*
change pixel-serializer to support reencoding existing data
reed
2015-09-28
*
Handle zero-length encoded images gracefully during deserialization
fmalita
2015-09-04
*
Add a SkPixelSerializer SkImage encode variant
fmalita
2015-09-03
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
change old picture serialization to really handle images
reed
2015-06-22
*
add SkPixmap and external locking to bitmaps
reed
2015-05-22
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-11
*
Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...
scroggo
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...
robertphillips
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Cleanup public includes directory.
djsollen
2014-11-13
*
stop calling SkBitmap::flatten
commit-bot@chromium.org
2014-05-23
*
getFactory() must return a factory.
commit-bot@chromium.org
2014-03-07
*
Templetized SkWriter32 readTAt() & overwriteTAt()
commit-bot@chromium.org
2014-02-11
*
fix samplefuzz, fix some 32/64bit warnings
reed@google.com
2014-02-04
*
Have peek32 return uint32_t& to make it harder to look at more than 4 bytes.
commit-bot@chromium.org
2014-01-31
*
Set write buffer flags only in SkWriteBuffer and SkFlatController constructors.
commit-bot@chromium.org
2014-01-30
*
Refactor read and write buffers.
commit-bot@chromium.org
2014-01-30