Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / drawbitmaprect.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-04-17 Mike Reedhide lockpixels api behind flag
2017-03-22 Mike KleinGM: some header cleanup
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-08-26 fmalitadrawBitmapRect() should not touch the CTM when mask...
2016-07-14 bsalomonStop testing texture-backed bitmaps in drawbitmaprect GM
2016-07-13 bsalomonRemove GrWrapTextureInBitmap from public API
2016-06-08 halcanarySkLeanWindows.h: #include "Windows.h" fewer places
2016-04-04 reedswitch maskfilters to sk_sp
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-24 reedswitch surface to sk_sp
2016-03-17 reedupdate callsites for Make image factories
2016-03-09 reedpartial switch over to sp usage of shaders
2016-02-29 bsalomonRemove internal calls to SkImage::getTexture
2015-09-24 robertphillipsMake drawbitmaprect GM use Ganesh-backed bitmaps and...
2015-09-24 reedremove unused (by the outside) SkImage::newSurface...
2015-08-27 halcanaryStyle Change: NULL->nullptr
2015-08-06 reedflag to use const& instead of const* for src-rect
2015-07-24 caryclarkrename portable_typeface_always to portable_typeface
2015-07-17 caryclarkmake drawbitmaprect lighting lumafilter matrixconvoluti...
2015-07-17 reedRevert[2] of guard to remove DrawBitmapRectFlags
2015-07-17 scroggoRevert of guard to remove DrawBitmapRectFlags (patchset...
2015-07-16 reedguard to remove DrawBitmapRectFlags
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-16 reedSkPaint::FilterLevel -> SkFilterQuality
2015-01-23 reedadd newImage API
2014-07-31 Cary ClarkAdd standard fonts to all GMs.
2014-06-10 tfarinaCleanup: Get rid of make_isize() function from gm.h.
2014-05-22 commit-bot@chromiu... Remove unused (by clients) SkUnitMapper
2014-05-22 commit-bot@chromiu... Revert of Remove unused (by clients) SkUnitMapper ...
2014-05-21 commit-bot@chromiu... Remove unused (by clients) SkUnitMapper (https://codere...
2014-05-16 commit-bot@chromiu... Revert of remove unused (by clients) SkUnitMapper ...
2014-05-16 commit-bot@chromiu... remove unused (by clients) SkUnitMapper
2014-05-02 commit-bot@chromiu... Mark drawbitmaprect's large bitmaps as immutable.
2014-04-28 commit-bot@chromiu... move common blur types into central header
2014-04-28 commit-bot@chromiu... Move SkShader::fLocalMatrix into SkShader constructor.
2014-03-24 commit-bot@chromiu... gather GM tests which are disabled on Android
2014-02-17 commit-bot@chromiu... replace SkBitmap::Config with SkColorType in gms
2014-01-25 reed@google.comadd legacy/helper allocN32Pixels, and convert gm to...
2013-10-31 reed@google.comRevert "Revert "add SK_ATTR_DEPRECATED -- will need...
2013-10-31 reed@google.comRevert "add SK_ATTR_DEPRECATED -- will need to disable...
2013-10-31 reed@google.comadd SK_ATTR_DEPRECATED -- will need to disable for...
2013-09-06 robertphillips@goo... Push sigma-based blur interface into our GMs/benches...
2013-01-26 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-12-06 junov@google.comDefining new color constat for transparent color
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-06-25 borenet@google.comTemporarily disable failing GM tests on Android
2012-04-25 bsalomon@google.comFixes matrix inconsistency in GPU draws with filters...
2012-01-05 vandebo@chromium.org[PDF] Fix some scalar/int assumptions.
2011-11-30 bsalomon@google.com[GPU] tile when large bitmap pased drawBitmap and only...