| Commit message (Expand) | Author | Age |
* | fix up virtual / override stuff | reed | 2015-06-25 |
* | 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 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | Clean up ColorRectProc plumbing. | mtklein | 2015-02-25 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | add local-matrix to shader::context | commit-bot@chromium.org | 2014-05-06 |
* | 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 |
* | Add a class to allocate small objects w/o extra calls to new. | commit-bot@chromium.org | 2014-03-07 |
* | Reverting r12427 | rmistry@google.com | 2013-12-02 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2013-12-02 |
* | Revert "Revert "remove kA1_Config, as it is no longer supported"" | commit-bot@chromium.org | 2013-11-26 |
* | Revert "remove kA1_Config, as it is no longer supported" | reed@google.com | 2013-11-25 |
* | remove kA1_Config, as it is no longer supported | reed@google.com | 2013-11-25 |
* | Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit... | reed@google.com | 2013-11-07 |
* | Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa... | reed@google.com | 2013-11-04 |
* | speed up A8 by creating a new entry-point in SkDraw that blits the path's cov... | reed@google.com | 2013-11-04 |
* | remove dst/rendertarget support for kARGB_4444_Config | reed@google.com | 2013-06-21 |
* | 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 |
* | 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 |
* | (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 |
* | 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 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | Correct blitmask procs to recognize that we pass them an SkColor, and if they | reed@google.com | 2011-03-09 |
* | http://codereview.appspot.com/3980041/ | reed@google.com | 2011-03-09 |
* | Fix perf regression in Color32. | senorblanco@chromium.org | 2010-12-16 |
* | move factory for 565 into its own file | reed@android.com | 2009-10-02 |
* | add BlitRow procs for 32->32, to allow for neon and other optimizations. | reed@android.com | 2009-09-23 |
* | tweaks to 16bit shaders | reed@android.com | 2009-07-10 |