index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrPathUtils.cpp
Commit message (
Expand
)
Author
Age
*
Remove a useless call: Calling lineVec.dot(qPts[0])
jcgregorio
2016-08-11
*
SkLeanWindows.h: #include "Windows.h" fewer places
halcanary
2016-06-07
*
Force values to 0.0f in QuadUVMatrix::set
robertphillips
2016-03-01
*
Modify interface to GrPathUtils::convertCubicToQuads
bsalomon
2016-02-16
*
Loosen check for zero vectors in GrPathUtils::convert_noninflect_cubic_to_quads
robertphillips
2015-12-08
*
SkPath::Direction serves two masters:
reed
2015-06-10
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
Fix to check for inf when generating quadratic points
egdaniel
2015-02-25
*
Add conic support to Default and AAConvex path redender.
egdaniel
2015-01-05
*
Extract cubic classification from gpu into geometry
caryclark
2014-12-12
*
Check for degenerate edges in cubic->quad conversion called by convex path re...
bsalomon
2014-06-19
*
Move GrIPoint16 to SkIPoint16 (and remove GrPoint.h)
robertphillips
2014-06-02
*
Rename SkMatrix::get(Max|Min)Stretch to get(Min|Max)Scale
commit-bot@chromium.org
2014-05-20
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...
reed@google.com
2013-12-17
*
remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats
reed@google.com
2013-12-17
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-12-05
*
Simplify matrix generation for convex path renderer
commit-bot@chromium.org
2013-12-04
*
remove SkFloatToScalar macro
commit-bot@chromium.org
2013-11-25
*
Pull out Effect Shaders in GPU Path Renderer
commit-bot@chromium.org
2013-08-22
*
Revert "Pull out Effect Shaders in GPU Path Renderer"
egdaniel@google.com
2013-08-22
*
Pull out Effect Shaders in GPU Path Renderer
commit-bot@chromium.org
2013-08-22
*
Move gpu conic calculations to GrPathUtils
commit-bot@chromium.org
2013-08-20
*
Add direct bezier cubic support for GPU shaders
commit-bot@chromium.org
2013-08-20
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Remove GrPathCmd
bsalomon@google.com
2013-05-10
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Fix infinite recursion in cubic->quad conversion, also attempt to detect near...
bsalomon@google.com
2012-08-02
*
Preserve convex control point polygon in cubic->quadratic approximation
bsalomon@google.com
2012-07-10
*
Fixed Windows compiler complaints
robertphillips@google.com
2012-07-10
*
Remove GrPath typedef
bsalomon@google.com
2012-04-27
*
Allow compiler to optimize applying quadratic UV matrix to verts
bsalomon@google.com
2012-03-15
*
Fix a case missed in r3198 where left/right direction of setOrthog matters (m...
bsalomon@google.com
2012-02-15
*
[GPU]: Handle degenerate quads when computing UV matrix from control points
bsalomon@google.com
2012-01-31
*
second try to fix assert
bsalomon@google.com
2012-01-17
*
Change static asserts of scalar type to runtime asserts (re r3040)
bsalomon@google.com
2012-01-17
*
Add convex path renderer (disabled)
bsalomon@google.com
2012-01-17
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12