Add fixes & test for isConfigTexturable and isConfigRenderable
[platform/upstream/libSkiaSharp.git] / gm / pixelsnap.cpp
2017-04-28 Cary Clarkadd drawString helper to canvas
2017-03-22 Mike KleinGM: some header cleanup
2017-02-22 Mike Reedhide trivial helpers on canvas
2016-09-01 mtkleinReplace a lot of 'static const' with 'constexpr' or...
2016-03-29 halcanaryStyle bikeshed - remove extraneous whitespace
2016-03-09 reeduse Make instead of Create to return a shared shader
2015-08-26 halcanaryStyle Change: SkNEW->new; SkDELETE->delete
2015-08-20 bungemanUse static_assert instead of SK_COMPILE_ASSERT.
2015-07-28 caryclarkmake pixelsnap textblob* etc gm portable
2015-04-22 bsalomonMake pixel_snap GMs incur less platform-specific variation
2015-04-22 bsalomonAdd GM to test non-AA pixel snapping for points, lines...