C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / core / SkBlitter_RGB16.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-01-29 mleeskia: blend32_16_row for neon version
2015-01-13 reedrename blitrow::proc and add (uncalled) hook for colorp...
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-15 mtkleinAdd SK_OVERRIDE to a few places that are missing it.
2014-09-05 bsalomon"NULL !=" = NULL
2014-07-14 djordje.pesutMIPS: added optimization for SkRGB16_Opaque_Blitter...
2014-05-29 commit-bot@chromiu... replace config() with colorType()
2014-04-23 commit-bot@chromiu... Revert of Revert of Extract most of the mutable state...
2014-04-23 commit-bot@chromiu... Revert of Extract most of the mutable state of SkShader...
2014-04-23 commit-bot@chromiu... Extract most of the mutable state of SkShader into...
2014-04-17 commit-bot@chromiu... Revert of Extract most of the mutable state of SkShader...
2014-04-16 commit-bot@chromiu... Extract most of the mutable state of SkShader into...
2014-03-21 djsollen@google.comFix broken Android builds due to missing includes for...
2014-03-20 commit-bot@chromiu... Don't use __ARM_HAVE_NEON to detect NEON's presence...
2014-03-07 commit-bot@chromiu... Add a class to allocate small objects w/o extra calls...
2013-08-08 commit-bot@chromiu... ARM Skia NEON patches - 11 - Blitter_RGB16
2013-07-15 commit-bot@chromiu... ARM Skia NEON patches - 01 - Simple fixes
2013-03-04 scroggo@google.comFix an unused variable warning.
2013-02-25 scroggo@google.comFix a bunch of warnings, mainly around rowBytes.
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2011-10-18 reed@google.comrename SkMask::getAddr to getAddr8, to match the specif...
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-07-12 tomhudson@google.comRemove a few old uses of SK_RESTRICT on references.
2011-06-15 tomhudson@google.comIncrease compatibility with clang, mostly around SK_RES...
2009-12-16 reed@android.cominitial checkin for visualstudio build support
2009-10-20 reed@android.commotorola neon patch for blitMask, used in text drawing
2009-10-02 reed@android.comcache expanded rawcolor16
2009-10-02 reed@android.commove factory for 565 into its own file
2009-08-27 reed@android.comexpand SkShader's flag kConstInY to 16 and 32 variants...
2009-07-16 reed@android.comfirst cut at support for HW-specific blits/etc.
2009-07-10 reed@android.comtweaks to 16bit shaders
2009-07-10 reed@android.comspeedup 16bit shaders in the blitRect case
2009-06-15 reed@android.comws fixes
2009-06-15 reed@android.comcreate separate opaque version of rgb16 blitter
2009-06-12 reed@android.comadd shader flag kConstInY_Flag
2008-12-17 reed@android.comgrab from latest android