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
*
unify how canvas checks for null on skia objects (images, blobs, pictures)
reed
2016-01-08
*
Reland of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-21
*
Revert of change all factories to return their base-class (patchset #1 id:1 o...
reed
2015-12-20
*
change all factories to return their base-class
reed
2015-12-20
*
change signature for virtual related to saveLayer, passing SaveLayerRec
reed
2015-12-18
*
Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...
reed
2015-12-16
*
Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...
reed
2015-12-16
*
remove drawSprite from canvas
reed
2015-12-16
*
default SkPixelSerializer
halcanary
2015-12-10
*
Revert of default SkPixelSerializer (patchset #2 id:20001 of https://coderevi...
halcanary
2015-12-09
*
default SkPixelSerializer
halcanary
2015-12-08
*
Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.c...
reed
2015-12-08
*
default SkPixelSerializer
halcanary
2015-12-08
*
Generate list of GPU contexts outside tests
kkinnunen
2015-12-01
*
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
[next]