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
*
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
*
SkData -> SkPicture::SnapshotArray
mtklein
2014-11-21
*
simplify uniqueID code in picture
reed
2014-11-21
*
Allow pictures to have a full bounds
reed
2014-11-19
*
Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...
reed
2014-11-19
*
allow pictures to have a full bounds
reed
2014-11-19
*
wip for drawables
reed
2014-11-18
*
More SkPicture cleanup
mtklein
2014-11-17
*
Change where layer hoisting data is gathered
robertphillips
2014-11-11
*
Enable distance field path rendering in Chrome.
jvanverth
2014-11-04
[next]