| Commit message (Expand) | Author | Age |
* | 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 |
* | check-point for kLCD16_Format mask support | reed@google.com | 2011-03-10 |
* | 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 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | Fix perf regression in Color32. | senorblanco@chromium.org | 2010-12-16 |
* | add BlitRow procs for 32->32, to allow for neon and other optimizations. | reed@android.com | 2009-09-23 |
* | Fix valgrind warnings triggered in vertical mode. | agl@chromium.org | 2009-07-22 |
* | rename SK_BUILD_SUBPIXEL to SK_SUPPORT_LCDTEXT to better match the name of the | reed@android.com | 2009-07-22 |
* | Remove unused variable to fix warning on Windows: | agl@chromium.org | 2009-07-21 |
* | Subpixel glyph rendering support. | agl@chromium.org | 2009-07-21 |
* | grab from latest android | reed@android.com | 2008-12-17 |