aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrPathUtils.cpp
Commit message (Expand)AuthorAge
* 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
* Fixed Windows compiler complaintsGravatar robertphillips@google.com2012-07-10
* Remove GrPath typedefGravatar bsalomon@google.com2012-04-27
* Allow compiler to optimize applying quadratic UV matrix to vertsGravatar bsalomon@google.com2012-03-15
* Fix a case missed in r3198 where left/right direction of setOrthog matters (m...Gravatar bsalomon@google.com2012-02-15
* [GPU]: Handle degenerate quads when computing UV matrix from control pointsGravatar bsalomon@google.com2012-01-31
* second try to fix assertGravatar bsalomon@google.com2012-01-17
* Change static asserts of scalar type to runtime asserts (re r3040)Gravatar bsalomon@google.com2012-01-17
* Add convex path renderer (disabled)Gravatar bsalomon@google.com2012-01-17
* Move gpu/include/* to include/gpu and gpu/src/* to src/gpuGravatar bsalomon@google.com2011-10-12