index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
multipicturedraw.cpp
Commit message (
Expand
)
Author
Age
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
Remove GrLayerHoister
robertphillips
2016-07-13
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
switch surface to sk_sp
reed
2016-03-23
*
Reland of [2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of htt...
reed
2016-03-22
*
Revert of Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 ...
reed
2016-03-22
*
Revert[2] of "switch colorfilters to sk_sp (patchset #11 id:200001 of https:/...
reed
2016-03-22
*
Revert of switch colorfilters to sk_sp (patchset #11 id:200001 of https://cod...
reed
2016-03-22
*
switch colorfilters to sk_sp
reed
2016-03-22
*
return pictures as sk_sp
reed
2016-03-18
*
update callsites for Make image factories
reed
2016-03-17
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
make pixelsnap textblob* etc gm portable
caryclark
2015-07-28
*
Cleanup: Remove unnecessary double-semicolons.
tfarina
2015-04-27
*
Add matrix constructing helpers to SkMatrix
robertphillips
2015-03-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
remove unused GM flags
mtklein
2015-01-23
*
Spin off GM::runAsBench() from flags.
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Change where layer hoisting data is gathered
robertphillips
2014-11-11
*
Fix multipicturedraw_biglayer GM
robertphillips
2014-10-06
*
Reduce overdraw in MultiPictureDraw Sierpinski GM
robertphillips
2014-10-03
*
Add a MultiPictureDraw GM to exercise layer clipping
robertphillips
2014-10-02
*
Make pictures in multipicturedraw GM fit in 0,0..W,H range
robertphillips
2014-09-29
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-24
*
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...
borenet
2014-09-24
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-23
*
Fix memory leak in MultiPictureDraw GM
robertphillips
2014-09-19
*
Extend MultiPictureDraw GM
robertphillips
2014-09-19
*
Try out scalar picture sizes
robertphillips
2014-08-29
*
Fix leak in multipicturedraw GMs.
bsalomon
2014-08-22
*
Fix surface leak in multidraw GMs.
bsalomon
2014-08-21
*
SkMultiPictureDraw API
robertphillips
2014-08-21