| Commit message (Expand) | Author | Age |
* | Rewrite CHECK_INTERSECT to perform the !(opposite) predicate, so that we | Mike Reed | 2018-04-23 |
* | Sort all user-supplied rects before computeFastBounds | Brian Osman | 2017-05-13 |
* | Change SkMemory to the more accurately named SkMalloc. | Herb Derby | 2017-03-27 |
* | Make SkMemory.h and adjust all files for usage. | Herb Derby | 2017-03-20 |
* | Style bikeshed - remove extraneous whitespace | halcanary | 2016-03-29 |
* | SkNx Load/store: take any pointer. | mtklein | 2016-01-31 |
* | Remove overly-promiscuous SkNx syntax sugar. | mtklein | 2015-06-10 |
* | Rename SkNi to SkNb. | mtklein | 2015-04-14 |
* | Refactor Sk2x<T> + Sk4x<T> into SkNf<N,T> and SkNi<N,T> | mtklein | 2015-03-30 |
* | remove #if 0 code | reed | 2015-03-26 |
* | Use Sk4x to speed-up bounds of an array of points | reed | 2015-03-25 |
* | Move clip off of draw target | joshualitt | 2015-02-23 |
* | add dumpHex option to rect and rrect, to match path | reed | 2014-12-15 |
* | faster SkRect::sort | reed | 2014-10-10 |
* | cleanup and optimize rect intersect routines | reed | 2014-10-09 |
* | optimize setRectFan and join -- from profiling drawText | reed | 2014-10-01 |
* | update to accommodate latest clang in chrome toolchain | caryclark | 2014-09-18 |
* | speedup SkRect::intersect | mike@reedtribe.org | 2014-01-01 |
* | remove SK_SCALAR_IS_[FLOAT,FIXED] and assume floats | reed@google.com | 2013-12-17 |
* | remove SkFP.h and replace SkFP with SkScalar stop respecting SK_SOFTWARE_FLOA... | reed@google.com | 2013-12-16 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | explicitly track if a path is finite or not | reed@google.com | 2012-07-26 |
* | remove unused variable (isNaN) | reed@google.com | 2012-05-16 |
* | for scalar==float, tis faster to always to MIN and MAX, than to put an ELSE | reed@google.com | 2012-05-15 |
* | Use x*0 instead of x!=x to detect non-finite values, since x*0 also detects i... | reed@google.com | 2012-05-15 |
* | rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speed | reed@google.com | 2011-12-06 |
* | handle NaN values in clipPath | reed@google.com | 2011-11-08 |
* | add SkRect::intersect(a, b), matching what was already available in SkIRect | reed@google.com | 2011-10-21 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | reformat for coding style, no logic changes | reed@google.com | 2011-02-08 |
* | add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali... | reed@google.com | 2011-02-08 |
* | Proposed fix for crash in Cr70244. | wjmaclean@chromium.org | 2011-02-07 |
* | use sk_bzero instead of bzero, since it isn't always available. | reed@android.com | 2009-06-29 |
* | grab from latest android | reed@android.com | 2008-12-17 |