index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkScan_Hairline.cpp
Commit message (
Expand
)
Author
Age
*
fix hairline clip
caryclark
2016-05-12
*
SkNx: kth<...>() -> [...]
mtklein
2016-02-21
*
increase subdivision for very large cubics
caryclark
2016-02-05
*
SkNx Load/store: take any pointer.
mtklein
2016-01-31
*
move more geometry to simd
caryclark
2016-01-26
*
fix hair fuzz
caryclark
2015-12-22
*
check bounds of each cubic segment against clip
reed
2015-12-17
*
This brings hairlines into agreement with thick strokes.
caryclark
2015-12-16
*
add support for capped hairlines
caryclark
2015-12-09
*
use RawIter in hairpath (simplifies)
reed
2015-12-04
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Remove overly-promiscuous SkNx syntax sugar.
mtklein
2015-06-10
*
remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2
reed
2015-04-20
*
Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://c...
reed
2015-04-15
*
Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of...
reed
2015-04-15
*
Speeup hairline curves (quads and cubics)
reed
2015-04-15
*
change hairline procs to take array of points
reed
2015-04-14
*
change hairline procs to take SkPoint by value, more efficient on SSE and NEON
reed
2015-04-10
*
some utils for rect and matrix
reed
2015-03-13
*
add roundOut that returns its result
reed
2014-11-19
*
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
*
add conic support to hairlines
reed@google.com
2013-06-10
*
Removed unused parameters
sugoi@google.com
2013-03-12
*
Start addressing the clang static analyzer issues
robertphillips@google.com
2013-01-30
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Iter::next takes a bool (defaults to true for now) if we want to consume dege...
reed@google.com
2012-05-16
*
mirror 3713 for non-antialiased-hairlines. clamp lines to 32K to avoid fixedp...
reed@google.com
2012-04-18
*
enable soft clipping (yikes)
reed@google.com
2011-10-24
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
code style
mike@reedtribe.org
2011-04-20
*
coding style updates
mike@reedtribe.org
2011-04-09
*
reenable fast stroked rects, now that we correctly handle non-square scale
reed@google.com
2011-04-04
*
retool clipping in hairlines to catch huge coordinates
reed@android.com
2009-11-19
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
grab from latest android
reed@android.com
2008-12-17