| Commit message (Expand) | Author | Age |
... | |
* | use templated skipT() for skipping structs within a reader | reed@google.com | 2011-09-07 |
* | add SkPoint::CanNormalize to unify decisions about when a vector is degenerate | reed@google.com | 2011-09-07 |
* | add drawBitmapNine to canvas | reed@google.com | 2011-09-07 |
* | add detach back to SkAutoMalloc | bsalomon@google.com | 2011-09-06 |
* | add optional SK_OVERRIDE_GLOBAL_NEW for testing | reed@google.com | 2011-09-06 |
* | Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u... | bsalomon@google.com | 2011-09-02 |
* | Fix some warnings when including some Skia headers in Chromium code under VS2... | bsalomon@google.com | 2011-09-01 |
* | rename getBounds to getGlobalBounds, since it now takes the device's origin | reed@google.com | 2011-08-30 |
* | Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity(). | tomhudson@google.com | 2011-08-30 |
* | move SkComputeAxisAlignmentForHText(const SkMatrix& matrix) out of inline, | reed@google.com | 2011-08-24 |
* | respect subpixel positioning | reed@google.com | 2011-08-23 |
* | Core skia changes to prepare for Gr AA Hairline renderer | bsalomon@google.com | 2011-08-23 |
* | Gpu can draw underlined text. | bungeman@google.com | 2011-08-22 |
* | [PDF] Subset font advance data (W array). | vandebo@chromium.org | 2011-08-18 |
* | Revert "Improve generation of glyph advance array." This reverts commit r2126 | vandebo@chromium.org | 2011-08-16 |
* | Improve generation of glyph advance array. | vandebo@chromium.org | 2011-08-16 |
* | move setOrigin to protected, as a stop-gap fix for proxy devices. will revert | reed@google.com | 2011-08-12 |
* | re-get the function-ptr when we unflatten a ProcCoeffXfermode | reed@google.com | 2011-08-09 |
* | Fix some ref leaks | bsalomon@google.com | 2011-08-09 |
* | Protect much of SkDevice and clarify usage of drawDevice. | bungeman@google.com | 2011-08-08 |
* | add api for scalers to force us to use skia to generate their bits from their | reed@google.com | 2011-08-05 |
* | add roundOut() | reed@google.com | 2011-08-01 |
* | deprecate SkScalarFloor, SkScalarCeil, SkScalarRound | reed@google.com | 2011-08-01 |
* | update dox for LCD text | reed@google.com | 2011-08-01 |
* | Include <new> required for placement new in SkTLazy. | bungeman@google.com | 2011-07-28 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Documentation only: add warning to SkCanvas::writePixels() that this operation | epoger@google.com | 2011-07-25 |
* | remove forward declaration and reference to extinct SkDeviceFactory | reed@google.com | 2011-07-21 |
* | have == always return bool, never int | reed@google.com | 2011-07-20 |
* | Use texture cache for writePixels temp | bsalomon@google.com | 2011-07-18 |
* | flip Y in uploads to bottom-up textures (and add gm test) | bsalomon@google.com | 2011-07-18 |
* | add validate() and SkAutoRef | reed@google.com | 2011-07-15 |
* | Extends skdiff to handle commands of the form | tomhudson@google.com | 2011-07-14 |
* | Change pdfTransform to asAffine. | bungeman@google.com | 2011-07-13 |
* | Fix path iter returned pt on close, test path close pt in unit test. | bsalomon@google.com | 2011-07-13 |
* | Remove a few old uses of SK_RESTRICT on references. | tomhudson@google.com | 2011-07-12 |
* | add asABlur() to maskfilters, so devices like gpu and pdf can query them. | reed@google.com | 2011-07-07 |
* | Allow texture-backed bitmaps to perform a read-back when lockPixels is called. | reed@google.com | 2011-07-07 |
* | ColorShaders report no bitmaps, but only a color_gradient, which we now detect | reed@google.com | 2011-07-06 |
* | remove SkDeviceFactory from the collective consciousness, now that devices know | reed@google.com | 2011-07-06 |
* | add SkEmptyShader, and return it from CreateBitmapShader if the bitmap is empty | reed@google.com | 2011-07-05 |
* | Reverting r1775 at Mike and Brian's request | epoger@google.com | 2011-07-01 |
* | export SkAutoSTMalloc (for multi-dll chrome build) | bsalomon@google.com | 2011-07-01 |
* | Reworks r1770 so that users who have replaced SkUserConfig don't have to | tomhudson@google.com | 2011-07-01 |
* | Fixing several issues with rendering blurred bitmaps with Ganesh | junov@google.com | 2011-06-30 |
* | Remove GrAuto*Malloc, replace with SkAuto*Malloc | bsalomon@google.com | 2011-06-30 |
* | fix asserts in new premul inline function | reed@google.com | 2011-06-30 |
* | make inline version of premultiply, to speed up gradient creation. | reed@google.com | 2011-06-30 |
* | Adding the notion of a volatile bitmap to SkBitmap. | junov@google.com | 2011-06-30 |
* | SkStringPrintf helper fucntion + a new unit test for it. | tomhudson@google.com | 2011-06-30 |