aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrPathUtils.cpp
Commit message (Expand)AuthorAge
* [gpu] Remove getMaxStretch for perspective, use mapRadius for perspective pat...Gravatar bsalomon@google.com2011-09-09
* Improve gpu path subdiv with perspective, remove tolerance scale, fix commentGravatar bsalomon@google.com2011-09-07
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Fix bug where equality was used instead of assignment.Gravatar tomhudson@google.com2011-06-30
* Guard against 0 tolerance in curve subdivision.Gravatar tomhudson@google.com2011-06-28
* Remove global curve subdivision tolerance from GrPathUtils.Gravatar tomhudson@google.com2011-06-24
* Fix handling of nan when clamping number of pts in quads/cubicsGravatar bsalomon@google.com2011-06-17
* First pass at improving temporary tex/rt reuseGravatar bsalomon@google.com2011-06-16
* Implement edge AA for concave polys in the tesselated path renderer.Gravatar senorblanco@chromium.org2011-06-15
* Pass forceClose "true" to SkPath::Iter constructor inGravatar senorblanco@chromium.org2011-05-17
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* use SkPoint, creating an alias for GrPointGravatar reed@google.com2011-05-06
* This CL implements a tesselated path renderer, using GLU's libtess. All of theGravatar senorblanco@chromium.org2011-03-28