aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/convexpaths.cpp
Commit message (Expand)AuthorAge
* Use SDF path miplevels based on the original path's sizeGravatar Jim Van Verth2017-02-16
* Revert "Use SDF path miplevels based on the original path's size."Gravatar Jim Van Verth2017-02-10
* Use SDF path miplevels based on the original path's size.Gravatar Jim Van Verth2017-02-10
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* remove unused GM flagsGravatar mtklein2015-01-23
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* There can be only one (SkRandom)!Gravatar scroggo2014-12-15
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Turn on quilt mode in DM.Gravatar commit-bot@chromium.org2014-04-30
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2014-01-17
* Revert "Make leak counters thread-safe and turn them on by default for Debug"Gravatar djsollen@google.com2014-01-14
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2014-01-14
* Reverting r12635 (Make leak counters thread-safe - https://codereview.chromiu...Gravatar robertphillips@google.com2013-12-12
* Make leak counters thread-safe and turn them on by default for DebugGravatar commit-bot@chromium.org2013-12-12
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* temporarily disable assert in convexpaths GM while it is debuggedGravatar bsalomon@google.com2013-08-15
* Fix repeated point quads/cubics in convex pr and update convexpaths GMGravatar commit-bot@chromium.org2013-08-15
* Make GrAAConvexPathRender support paths with > 64K verts.Gravatar bsalomon@google.com2013-05-14
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Fix infinite recursion in cubic->quad conversion, also attempt to detect near...Gravatar bsalomon@google.com2012-08-02
* Preserve convex control point polygon in cubic->quadratic approximationGravatar bsalomon@google.com2012-07-10
* defer drawing/work until first draw, to make debugging easier and speedupGravatar reed@google.com2012-03-30
* In convex path renderer, translate polygon to origin for fanPt computationGravatar bsalomon@google.com2012-02-23
* Use cheapComputeDirection to determine normal facing in GrAAConvexPathRendererGravatar bsalomon@google.com2012-02-15
* [GPU]: Handle degenerate quads when computing UV matrix from control pointsGravatar bsalomon@google.com2012-01-31
* Fix degenerate test in convex path renderer Gravatar bsalomon@google.com2012-01-31
* Change background color and add paths to convexpaths gmGravatar bsalomon@google.com2012-01-26
* revert 3078Gravatar bsalomon@google.com2012-01-21
* fix interior issues in convex path rendererGravatar bsalomon@google.com2012-01-21
* Incorporate changes related to Tom's post-hoc comments on the convex path ren...Gravatar bsalomon@google.com2012-01-17
* Add convex path renderer (disabled)Gravatar bsalomon@google.com2012-01-17