Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
daa57bfd4204f5a7d304c580bcf5ad99d0121e1f
/
src
/
gpu
/
GrPathUtils.h
2b4bb07
Improve the curve tessellation subdivision of the path renderers.
by senorblanco
· 10 years ago
d537341
Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)
by robertphillips
· 11 years ago
972f9cd
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
by commit-bot@chromium.org
· 11 years ago
1394840
Move gpu conic calculations to GrPathUtils
by commit-bot@chromium.org
· 11 years ago
858638d
Add direct bezier cubic support for GPU shaders
by commit-bot@chromium.org
· 11 years ago
fd03d4a
Replace all instances of GrRect with SkRect.
by commit-bot@chromium.org
· 11 years ago
b9086a0
Replace GrMatrix with SkMatrix.
by bsalomon@google.com
· 12 years ago
8171288
Remove GrScalar, replace with SkScalar.
by bsalomon@google.com
· 12 years ago
a51ab84
Preserve convex control point polygon in cubic->quadratic approximation
by bsalomon@google.com
· 12 years ago
8d033a1
Remove GrPath typedef
by bsalomon@google.com
· 13 years ago
1971317
Allow compiler to optimize applying quadratic UV matrix to verts
by bsalomon@google.com
· 13 years ago
69cc6ad
Add convex path renderer (disabled)
by bsalomon@google.com
· 13 years ago
d38f137
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
by bsalomon@google.com
· 13 years ago
[Renamed from gpu/src/GrPathUtils.h]
da13aae
Remove unnecessary forward decl that was causing a warning.
by bsalomon@google.com
· 13 years ago
3839632
[gpu] Remove getMaxStretch for perspective, use mapRadius for perspective path subdiv tol, add test
by bsalomon@google.com
· 13 years ago
181e9bd
Improve gpu path subdiv with perspective, remove tolerance scale, fix comment
by bsalomon@google.com
· 13 years ago
ec3ed6a
Automatic update of all copyright notices to reflect new license terms.
by epoger@google.com
· 13 years ago
c10a888
Guard against 0 tolerance in curve subdivision.
by tomhudson@google.com
· 13 years ago
d22b6e4
Remove global curve subdivision tolerance from GrPathUtils.
by tomhudson@google.com
· 13 years ago
07f3ee1
use SkPath for GrPath, removing GrPathIter entirely
by reed@google.com
· 14 years ago
7744c20
use SkPoint, creating an alias for GrPoint
by reed@google.com
· 14 years ago
9d18b78
This CL implements a tesselated path renderer, using GLU's libtess. All of the
by senorblanco@chromium.org
· 14 years ago