index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
PictureTest.cpp
Commit message (
Expand
)
Author
Age
*
SkInstallDiscardablePixelRef is deprecated, enforce that
reed
2015-09-25
*
Suppress embedding fonts when the skp's fonts match the OS fonts.
caryclark
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Have SkPicture::willPlayBackBitmaps() count SkImages too.
mtklein
2015-08-26
*
change asABitmap to isABitmap on shader
reed
2015-08-19
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
Revert[2] of guard to remove DrawBitmapRectFlags
reed
2015-07-17
*
Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...
scroggo
2015-07-17
*
guard to remove DrawBitmapRectFlags
reed
2015-07-16
*
Preserve SKP cullrects on deserialization
fmalita
2015-07-14
*
Fix leak in PictureTest.cpp
mtklein
2015-07-08
*
Allow reset of the SkPictureRecorder cull rect and other parameters during en...
schenney
2015-07-07
*
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
*
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
*
add heuristic to pour small pictures into recordings, rather than ref'ing
reed
2015-04-30
*
O(1) SkPictureUtils::ApproxBytesUsed()
mtklein
2015-04-21
*
Rearrange SkRecord with small N in mind
mtklein
2015-04-09
*
Revert of Rearrange SkRecord with small N in mind (patchset #8 id:120001 of h...
mtklein
2015-04-08
*
Rearrange SkRecord with small N in mind
mtklein
2015-04-08
*
SkCanvas::resetForNextPicture()
mtklein
2015-04-08
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
Preserve texture compression when saving a revised skp from debugger
robertphillips
2015-03-23
*
Update SkPicture cull rects with RTree information
schenney
2015-03-06
*
Revert of Update SkPicture cull rects with RTree information (patchset #6 id:...
joshualitt
2015-03-05
*
Update SkPicture cull rects with RTree information
schenney
2015-03-05
*
Simplify SkBBH::insert API
mtklein
2015-02-10
*
Add missing SK_OVERRIDE
rmistry
2015-02-02
*
Alter gpu veto
robertphillips
2015-01-26
*
remove more dead code
reed
2015-01-22
*
remove (unused) GatherPixelRefs
reed
2015-01-22
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
add ImageGenerator::NewFromData to porting layer
reed
2015-01-07
*
add testing flag to ignore saveLayer bounds
reed
2014-12-22
*
add const to encodePixels pixel parameter
reed
2014-12-19
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-11
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
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
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
option to return drawable from recording
reed
2014-11-24
*
add some debugging to SkNVRefCnt
reed
2014-11-24
*
Remove Picture deletion listeners.
mtklein
2014-11-24
*
Add SkNVRefCnt, prune down SkPicture's size
mtklein
2014-11-20
*
Implement SkPicture::bytesUsed() for SkRecord backend
tomhudson
2014-11-19
[next]