aboutsummaryrefslogtreecommitdiffstats
path: root/gm/concavepaths.cpp
Commit message (Expand)AuthorAgeFilesLines
* return this from maker calls, so we can chain the callsMike Reed2018-08-151-58/+46
* GrTessellator: fix overlap outer boundary winding.Stephen White2018-07-181-0/+17
* GrTessellator: fix winding merged to zero on split edge.Stephen White2018-06-011-0/+19
* GrTessellator: implement out-of-range splitting and AEL rewinding.Stephen White2017-06-071-0/+15
* GrTessellator (AA): fix "Canvas Arcs" coverage artifact.Stephen White2017-02-131-1/+37
* Switch a bunch of tests to use DEF_SIMPLE_GM.Stephen White2017-01-131-53/+31
* Quality and performance fixes for AA tessellating path renderer.Stephen White2017-01-031-6/+9
* Revert "Quality and performance fixes for AA tessellating path renderer."Stephan White2017-01-031-9/+6
* Quality and performance fixes for AA tessellating path renderer.Stephen White2017-01-031-6/+9
* Tessellator: stop copying vertices into Polys and Monotones.senorblanco2016-06-021-0/+21
* Use DEF_GM everywherescroggo2015-12-101-2/+1
* 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
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* Tessellating GPU path renderer.senorblanco2015-02-261-0/+391