| Commit message (Expand) | Author | Age |
* | use log2(scale) to compute mip level | reed | 2015-01-16 |
* | Revert of use log2(scale) to compute mip level (patchset #7 id:120001 of http... | reed | 2015-01-16 |
* | use log2(scale) to compute mip level | reed | 2015-01-16 |
* | Rewrite NaN checks in terms of SkScalarIsNaN() | ehsan.akhgari | 2014-12-15 |
* | Remove SK_SUPPORT_DEPRECATED_SCALARROUND. | scroggo | 2014-12-02 |
* | begin clean up for scalar is double option | reed | 2014-10-31 |
* | add rounding-using-doubles methods on SkScalar and SkRect | commit-bot@chromium.org | 2014-05-05 |
* | remove SkScalarMul from public headers | reed@google.com | 2014-01-27 |
* | Renamed JsCanvas to JsContext and moved into it's own file. | commit-bot@chromium.org | 2014-01-06 |
* | replace SkScalarMulRound(a,b) with SkScalarRountToInt(a*b) | reed@google.com | 2013-12-18 |
* | move SkScalarMean into its only caller, reducing out public API exposure | reed@google.com | 2013-12-18 |
* | move SkScalarLog2 into its only client, in a move to reduce our public API su... | reed@google.com | 2013-12-18 |
* | 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 |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | remove outdated debugging code now that we no longer support fixed point | commit-bot@chromium.org | 2013-05-23 |
* | Fix for displacement mapping | sugoi@google.com | 2013-03-19 |
* | Enable warnings-as-errors on Windows. | bsalomon@google.com | 2013-01-08 |
* | Make GrGLTextureDomainEffect use GrGLEffectMatrix. | bsalomon@google.com | 2012-11-02 |
* | add SkScalarsEqual() so we don't have to use memcmp for arrays of floats. | reed@google.com | 2012-10-31 |
* | Suppress some warnings on linux. | bsalomon@google.com | 2012-09-26 |
* | Implemented power of two tiling. | keyar@chromium.org | 2012-08-23 |
* | revert 5156 | reed@google.com | 2012-08-17 |
* | revert 5157 | reed@google.com | 2012-08-17 |
* | add long/unsigned-long variations to the debug SkIntToScalar, as the mac comp... | reed@google.com | 2012-08-17 |
* | Fix SkIntToScalar signature for 64-bit build | borenet@google.com | 2012-08-17 |
* | Add SkScalarPow. | bungeman@google.com | 2012-07-25 |
* | faster SkScalarIsFinite() | reed@google.com | 2012-06-13 |
* | remove SK_CAN_USE_FLOAT (deprecated) | reed@google.com | 2012-06-11 |
* | Windows compiler complaint cleanup | robertphillips@google.com | 2012-05-31 |
* | allow the tolerance to be zero for nearlyzero | reed@google.com | 2012-04-12 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | sk_float_round isn't a function, so call this instead: sk_float_floor((x) + 0... | reed@google.com | 2011-12-16 |
* | Core skia changes to prepare for Gr AA Hairline renderer | bsalomon@google.com | 2011-08-23 |
* | deprecate SkScalarFloor, SkScalarCeil, SkScalarRound | reed@google.com | 2011-08-01 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Implement SkPoint::Normalize() for SK_SCALAR_IS_FIXED and add performance war... | epoger@google.com | 2011-06-15 |
* | #include <math.h> if SK_SCALAR_IS_FIXED but SK_CAN_USE_FLOAT | epoger@google.com | 2011-06-09 |
* | Warn when an SkScalar is passed into SkIntToScalar() (converted twice) | epoger@google.com | 2011-05-24 |
* | Fixes from Sk/Gr rect unification. | bsalomon@google.com | 2011-05-09 |
* | add SkScalarIsInt() | reed@google.com | 2011-05-06 |
* | Initial GYP file for skia / gr. Builds SampleApp on Mac, Windows, Linux. | bsalomon@google.com | 2011-03-18 |
* | add SkScalarIsFinite(), and use it for a more portable impl of SkRect::isVali... | reed@google.com | 2011-02-08 |
* | PDF: Add text support with a font framework (font embedding to come). | vandebo@chromium.org | 2010-11-11 |
* | add copysign for ints and floats | reed@android.com | 2010-02-09 |
* | add dox for scalarcomparetype | reed@android.com | 2009-07-08 |
* | grab from latest android | reed@android.com | 2008-12-17 |