aboutsummaryrefslogtreecommitdiffstats
path: root/gm/aaclip.cpp
Commit message (Expand)AuthorAgeFilesLines
* gm: delete boilerplateHal Canary2019-01-241-43/+4
* don't adapt any gray colors to 565Mike Klein2018-08-161-1/+1
* Change cubicmap to eval directly (no table)Mike Reed2018-08-131-48/+0
* consolidate SaveLayerFlag internal referencesCary Clark2018-03-131-3/+3
* cubic-map for non-linear tMike Reed2018-01-051-0/+48
* Balance save()/restore() calls in dont_clip_to_layer gmMatt Sarett2017-04-251-0/+1
* GM: some header cleanupMike Klein2017-03-221-0/+1
* update gm to test 2 unclipped layersMike Reed2017-02-141-1/+4
* helper to convert CGImage -> SkImageMike Reed2016-12-211-6/+4
* Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"Mike Reed2016-11-131-7/+7
* Revert "Change SkCanvas to *not* inherit from SkRefCnt"Heather Miller2016-11-101-7/+7
* Change SkCanvas to *not* inherit from SkRefCntMike Reed2016-11-091-7/+7
* gm: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-071-1/+1
* Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"reed2016-10-051-1/+1
* Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"Mike Reed2016-10-051-1/+1
* Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"Mike Reed2016-10-051-1/+1
* Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"Mike Reed2016-10-041-1/+1
* Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"Mike Reed2016-10-041-1/+1
* Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...Mike Reed2016-10-031-1/+1
* Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""Mike Reed2016-10-031-1/+1
* Revert "replace SkXfermode obj with SkBlendMode enum in paints"Mike Reed2016-10-031-1/+1
* replace SkXfermode obj with SkBlendMode enum in paintsMike Reed2016-10-031-1/+1
* allow clip calls w/o op param, remove unnecessary kReplace opsreed2016-09-211-1/+1
* abstract name of clipping ops, to transtion to a more restricted setreed2016-09-201-1/+1
* reconfigure dont-clip-to-layer gm to not have transparent pixels in its final...reed2016-09-061-6/+20
* test dont-clip-layerreed2016-09-061-0/+41
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-6/+6
* Comments Style: s/skbug.com/bug.skia.org/halcanary2015-11-071-1/+1
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-5/+4
* make tests portable by using 565 compatible colorscaryclark2015-07-291-2/+2
* new GM to test clipping cubicsreed2015-04-221-0/+69
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-6/+6
* remove unused GM flagsmtklein2015-01-231-4/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-8/+8
* Cleanup: More override fixes - another round.tfarina2015-01-051-1/+1
* Disable cgimage GMbsalomon@google.com2014-04-231-1/+2
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2014-04-231-10/+10
* expose CGImage -> SkBitmapcommit-bot@chromium.org2014-04-221-0/+88
* resize canvas for GM + typocommit-bot@chromium.org2014-04-141-1/+1
* add peekPixels to SkCanvas and SkSurfacecommit-bot@chromium.org2014-02-131-214/+5
* Revert of add peekPixels to SkCanvas and SkSurface (https://codereview.chromi...commit-bot@chromium.org2014-02-131-5/+214
* add peekPixels to SkCanvas and SkSurfacemike@reedtribe.org2014-02-131-214/+5
* add legacy/helper allocN32Pixels, and convert gm to use itreed@google.com2014-01-251-2/+1
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-08-161-2/+2
* fine-tune tolerance for pinchy quads in strokerreed@google.com2013-08-151-0/+21
* test thick stroking of conicsreed@google.com2013-06-121-4/+10
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-06-111-1/+1
* add conic support to hairlinesreed@google.com2013-06-101-0/+29
* use SK_OVERRIDE and DEF_GMreed@google.com2013-05-231-13/+6