index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPicture.cpp
Commit message (
Expand
)
Author
Age
*
Remove SkAutoTDelete.
Ben Wagner
2016-11-03
*
remove lots of legacy flags
Mike Reed
2016-10-31
*
ensure we always set the pictinfo.fVersion
Mike Reed
2016-10-04
*
Propagate validation errors from inner readbuffer when deserializing picture....
reed
2016-09-30
*
add helpers for using SkData with picture serialization
reed
2016-09-15
*
Deserialize pictures with custom image-deserializer
reed
2016-08-11
*
SkPictureGpuAnalyzer
fmalita
2016-05-13
*
Remove SkWriter32::contiguousArray().
mtklein
2016-04-29
*
Optionally enable SkValidatingReadBuffer in SkPictureImageFilter
robertphillips
2016-04-22
*
return pictures as sk_sp
reed
2016-03-18
*
Make sp variants for SkData
reed
2016-03-11
*
Make SkPicture/SkImageGenerator default to SkCodec
msarett
2016-02-17
*
Revert of Make SkPicture/SkImageGenerator default to SkCodec (patchset #7 id:...
kjlubick
2016-02-10
*
Make SkPicture/SkImageGenerator default to SkCodec
scroggo
2016-02-10
*
Have /src files use header directly.
herb
2015-09-29
*
Move SkAtomics.h to private.
herb
2015-09-28
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Deduplicate typefaces across sub-pictures
mtklein
2015-08-18
*
Preserve SKP cullrects on deserialization
fmalita
2015-07-14
*
skia: Add runtime option to disable picture IO security precautions
hendrikw
2015-06-16
*
Sketch splitting SkPicture into an interface and SkBigPicture.
mtklein
2015-05-19
*
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...
mtklein
2015-05-18
*
Sketch splitting SkPicture into an interface and SkBigPicture.
mtklein
2015-05-18
*
Perform SkPicture analysis lazily.
mtklein
2015-05-13
*
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...
reed
2015-05-07
*
Sketch splitting SkPicture into an interface and SkBigPicture.
mtklein
2015-05-07
*
Straighten out SkPicture::AccelData APIs.
mtklein
2015-04-29
*
Reduce ref counting in SkPictureRecorder.
mtklein
2015-04-27
*
Reduce sizeof(SkPicture::Analysis) from 24 bytes to 2 bytes.
jbroman
2015-04-27
*
Remove MSAA check from Ganesh veto (dashed paths are no longer slow).
senorblanco
2015-04-22
*
O(1) SkPictureUtils::ApproxBytesUsed()
mtklein
2015-04-21
*
Send SkPicture deletion message lazily.
mtklein
2015-04-07
*
Alter gpu veto
robertphillips
2015-01-26
*
Revert of Alter gpu veto (patchset #1 id:1 of https://codereview.chromium.org...
robertphillips
2015-01-26
*
Alter gpu veto
robertphillips
2015-01-26
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-07
*
Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...
reed
2015-01-06
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-06
*
remove dead SK_LEGACY_ENCODE_BITMAP flag
reed
2014-12-20
*
fix SK_LEGACY_ENCODE_BITMAP missing cast
reed
2014-12-19
*
add const to encodePixels pixel parameter
reed
2014-12-19
*
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
*
Bump min picture version.
mtklein
2014-12-01
*
option to return drawable from recording
reed
2014-11-24
*
Remove Picture deletion listeners.
mtklein
2014-11-24
*
SkPicture::SnapshotArray doesn't really stand to benefit from refcounting.
mtklein
2014-11-21
[next]