Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
9bf380ce7f848dfb5886dd52b82746521454b739
/
src
/
gpu
/
GrPathUtils.cpp
fd03d4a
Replace all instances of GrRect with SkRect.
by commit-bot@chromium.org
· 11 years ago
94b284d
Remove GrPathCmd
by bsalomon@google.com
· 11 years ago
0e51577
fix warning from scalar --> int32 conversion
by humper@google.com
· 12 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
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
54ad851
Fix infinite recursion in cubic->quad conversion, also attempt to detect nearly flat cubics early.
by bsalomon@google.com
· 12 years ago
a51ab84
Preserve convex control point polygon in cubic->quadratic approximation
by bsalomon@google.com
· 12 years ago
59f46b8
Fixed Windows compiler complaints
by robertphillips@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
20e542e
Fix a case missed in r3198 where left/right direction of setOrthog matters (matrix computed from a degenerate quad).
by bsalomon@google.com
· 13 years ago
dc3c780
[GPU]: Handle degenerate quads when computing UV matrix from control points
by bsalomon@google.com
· 13 years ago
5e9bf82
second try to fix assert
by bsalomon@google.com
· 13 years ago
5ce2796
Change static asserts of scalar type to runtime asserts (re r3040)
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.cpp]
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
afec7ba
Fix bug where equality was used instead of assignment.
by tomhudson@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
61f3bde
Fix handling of nan when clamping number of pts in quads/cubics
by bsalomon@google.com
· 13 years ago
b5b3168
First pass at improving temporary tex/rt reuse
by bsalomon@google.com
· 13 years ago
129b8e3
Implement edge AA for concave polys in the tesselated path renderer.
by senorblanco@chromium.org
· 13 years ago
5793a1f
Pass forceClose "true" to SkPath::Iter constructor in
by senorblanco@chromium.org
· 13 years ago
2047f00
get tests closer to passing for SKIA_SCALAR=fixed
by epoger@google.com
· 13 years ago
07f3ee1
use SkPath for GrPath, removing GrPathIter entirely
by reed@google.com
· 13 years ago
7744c20
use SkPoint, creating an alias for GrPoint
by reed@google.com
· 13 years ago
9d18b78
This CL implements a tesselated path renderer, using GLU's libtess. All of the
by senorblanco@chromium.org
· 14 years ago