aboutsummaryrefslogtreecommitdiffstats
path: root/gm/convexpaths.cpp
Commit message (Expand)AuthorAgeFilesLines
* gm: use DEF_GM macro consistantlyHal Canary2019-01-241-2/+1
* Use SDF path miplevels based on the original path's sizeJim Van Verth2017-02-161-22/+22
* Revert "Use SDF path miplevels based on the original path's size."Jim Van Verth2017-02-101-22/+22
* Use SDF path miplevels based on the original path's size.Jim Van Verth2017-02-101-22/+22
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* IWYU: 'core' target, files starting A-C.bungeman2015-08-051-0/+1
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...reed2015-08-041-1/+0
* IWYU: 'core' target, files starting A-C.bungeman2015-08-041-0/+1
* remove unused GM flagsmtklein2015-01-231-3/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-1/+1
* There can be only one (SkRandom)!scroggo2014-12-151-1/+1
* Cleanup: Get rid of make_isize() function from gm.h.tfarina2014-06-091-1/+1
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+4
* Make leak counters thread-safe and turn them on by default for Debugcommit-bot@chromium.org2014-01-171-3/+3
* Revert "Make leak counters thread-safe and turn them on by default for Debug"djsollen@google.com2014-01-141-3/+3
* Make leak counters thread-safe and turn them on by default for Debugcommit-bot@chromium.org2014-01-141-3/+3
* Reverting r12635 (Make leak counters thread-safe - https://codereview.chromiu...robertphillips@google.com2013-12-121-3/+3
* Make leak counters thread-safe and turn them on by default for Debugcommit-bot@chromium.org2013-12-121-3/+3
* remove SkFloatToScalar macrocommit-bot@chromium.org2013-11-251-8/+8
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-1/+1
* temporarily disable assert in convexpaths GM while it is debuggedbsalomon@google.com2013-08-151-0/+3
* Fix repeated point quads/cubics in convex pr and update convexpaths GMcommit-bot@chromium.org2013-08-151-39/+50
* Make GrAAConvexPathRender support paths with > 64K verts.bsalomon@google.com2013-05-141-1/+19
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-6/+6
* Fix infinite recursion in cubic->quad conversion, also attempt to detect near...bsalomon@google.com2012-08-021-11/+34
* Preserve convex control point polygon in cubic->quadratic approximationbsalomon@google.com2012-07-101-1/+21
* defer drawing/work until first draw, to make debugging easier and speedupreed@google.com2012-03-301-1/+22
* In convex path renderer, translate polygon to origin for fanPt computationbsalomon@google.com2012-02-231-0/+4
* Use cheapComputeDirection to determine normal facing in GrAAConvexPathRendererbsalomon@google.com2012-02-151-0/+26
* [GPU]: Handle degenerate quads when computing UV matrix from control pointsbsalomon@google.com2012-01-311-0/+8
* Fix degenerate test in convex path renderer bsalomon@google.com2012-01-311-1/+10
* Change background color and add paths to convexpaths gmbsalomon@google.com2012-01-261-6/+16
* revert 3078bsalomon@google.com2012-01-211-16/+6
* fix interior issues in convex path rendererbsalomon@google.com2012-01-211-6/+16
* Incorporate changes related to Tom's post-hoc comments on the convex path ren...bsalomon@google.com2012-01-171-3/+12
* Add convex path renderer (disabled)bsalomon@google.com2012-01-171-0/+136