| Commit message (Expand) | Author | Age |
* | Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi | reed | 2015-06-09 |
* | Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat... | reed | 2015-06-08 |
* | change SkDraw and all Blitters to use pixmap instead of bitmap | reed | 2015-06-08 |
* | De-proc Color32 | mtklein | 2015-04-27 |
* | Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromiu... | mtklein | 2015-04-27 |
* | De-proc Color32 | mtklein | 2015-04-27 |
* | Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromiu... | mtklein | 2015-04-27 |
* | De-proc Color32 | mtklein | 2015-04-27 |
* | 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 |
* | Revert of add new blit2 methods in support of antialiased hairlines guard fla... | jcgregorio | 2015-04-15 |
* | add new blit2 methods in support of antialiased hairlines | reed | 2015-04-14 |
* | Clean up ColorRectProc plumbing. | mtklein | 2015-02-25 |
* | replace config() with colorType() | commit-bot@chromium.org | 2014-05-29 |
* | Revert of Revert of Extract most of the mutable state of SkShader into a sepa... | commit-bot@chromium.org | 2014-04-23 |
* | Revert of Extract most of the mutable state of SkShader into a separate Conte... | commit-bot@chromium.org | 2014-04-23 |
* | Extract most of the mutable state of SkShader into a separate Context object. | commit-bot@chromium.org | 2014-04-23 |
* | Revert of Extract most of the mutable state of SkShader into a separate Conte... | commit-bot@chromium.org | 2014-04-17 |
* | Extract most of the mutable state of SkShader into a separate Context object. | commit-bot@chromium.org | 2014-04-16 |
* | Fix a bunch of warnings, mainly around rowBytes. | scroggo@google.com | 2013-02-25 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | remove legacy build-guards, now that webkit has rebaselined these. | reed@google.com | 2012-11-26 |
* | choose correct blitrow proc based on global alpha | reed@google.com | 2012-11-26 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-11-16 |
* | use correct blend proc instead of fourbyteinterp, since the src may not be op... | reed@google.com | 2012-11-16 |
* | fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go faster | reed@google.com | 2012-11-16 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-13 |
* | Add SkShader::asShadeProc to fast-path the caller when the shader is fast | reed@google.com | 2012-10-12 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Another fix to r3423, reinstate blitter code that was commented out for | tomhudson@google.com | 2012-03-19 |
* | (SSE2) acceleration for rectangular opaque erases. | tomhudson@google.com | 2012-03-19 |
* | support blitMask+shader natively (1.75x faster for AA, and now we can support | reed@google.com | 2011-11-15 |
* | remove unhelpful pixel cache in blitV | reed@google.com | 2011-10-25 |
* | rename SkMask::getAddr to getAddr8, to match the specificity of the others | reed@google.com | 2011-10-18 |
* | move LCD blits into opts, so they can have assembly versions | reed@google.com | 2011-10-18 |
* | separate SkBlitMask decl into its own header | reed@google.com | 2011-10-12 |
* | Detect that we're drawing to a device that has per-pixel alpha, and if so, | reed@google.com | 2011-09-30 |
* | add SK_RESTRICT to mask procs | reed@google.com | 2011-09-13 |
* | disable premul check for now in 16bit blit, until we cleanup GDI's mess | reed@google.com | 2011-09-07 |
* | submit LCD alpha support | caryclark@google.com | 2011-08-05 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | pass correct value for black | reed@google.com | 2011-07-11 |
* | re-enable SSE2 blitmask procs, only excluding if we're black (in which case | reed@google.com | 2011-07-07 |
* | remove obsolete text codepaths | reed@google.com | 2011-06-27 |
* | Add support for 8 bits/component glyphs, to | caryclark@google.com | 2011-06-22 |
* | move code inside #ifdef to fix warning | reed@google.com | 2011-06-06 |
* | fix signed shift in blend32 | reed@google.com | 2011-05-02 |
* | add typefacecache | reed@google.com | 2011-05-02 |