aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkBlitter_RGB16.cpp
Commit message (Expand)AuthorAge
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* MIPS: added optimization for SkRGB16_Opaque_Blitter::blitMaskGravatar djordje.pesut2014-07-14
* replace config() with colorType()Gravatar commit-bot@chromium.org2014-05-29
* Revert of Revert of Extract most of the mutable state of SkShader into a sepa...Gravatar commit-bot@chromium.org2014-04-23
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-23
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-23
* Revert of Extract most of the mutable state of SkShader into a separate Conte...Gravatar commit-bot@chromium.org2014-04-17
* Extract most of the mutable state of SkShader into a separate Context object.Gravatar commit-bot@chromium.org2014-04-16
* Fix broken Android builds due to missing includes for NEON definesGravatar djsollen@google.com2014-03-21
* Don't use __ARM_HAVE_NEON to detect NEON's presence in SkBlitter_RGB16Gravatar commit-bot@chromium.org2014-03-20
* Add a class to allocate small objects w/o extra calls to new.Gravatar commit-bot@chromium.org2014-03-07
* ARM Skia NEON patches - 11 - Blitter_RGB16Gravatar commit-bot@chromium.org2013-08-08
* ARM Skia NEON patches - 01 - Simple fixesGravatar commit-bot@chromium.org2013-07-15
* Fix an unused variable warning.Gravatar scroggo@google.com2013-03-04
* Fix a bunch of warnings, mainly around rowBytes.Gravatar scroggo@google.com2013-02-25
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* rename SkMask::getAddr to getAddr8, to match the specificity of the othersGravatar reed@google.com2011-10-18
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Remove a few old uses of SK_RESTRICT on references.Gravatar tomhudson@google.com2011-07-12
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* initial checkin for visualstudio build supportGravatar reed@android.com2009-12-16
* motorola neon patch for blitMask, used in text drawingGravatar reed@android.com2009-10-20
* cache expanded rawcolor16Gravatar reed@android.com2009-10-02
* move factory for 565 into its own fileGravatar reed@android.com2009-10-02
* expand SkShader's flag kConstInY to 16 and 32 variants, allowing a shaderGravatar reed@android.com2009-08-27
* first cut at support for HW-specific blits/etc.Gravatar reed@android.com2009-07-16
* tweaks to 16bit shadersGravatar reed@android.com2009-07-10
* speedup 16bit shaders in the blitRect caseGravatar reed@android.com2009-07-10
* ws fixesGravatar reed@android.com2009-06-15
* create separate opaque version of rgb16 blitterGravatar reed@android.com2009-06-15
* add shader flag kConstInY_FlagGravatar reed@android.com2009-06-12
* grab from latest androidGravatar reed@android.com2008-12-17