aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkCoreBlitters.h
Commit message (Expand)AuthorAge
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09
* Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...Gravatar reed2015-06-08
* change SkDraw and all Blitters to use pixmap instead of bitmapGravatar reed2015-06-08
* De-proc Color32Gravatar mtklein2015-04-27
* Revert of De-proc Color32 (patchset #5 id:80001 of https://codereview.chromiu...Gravatar mtklein2015-04-27
* De-proc Color32Gravatar mtklein2015-04-27
* Revert of De-proc Color32 (patchset #4 id:60001 of https://codereview.chromiu...Gravatar mtklein2015-04-27
* De-proc Color32Gravatar mtklein2015-04-27
* remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2Gravatar reed2015-04-20
* Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://c...Gravatar reed2015-04-15
* Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of...Gravatar reed2015-04-15
* Speeup hairline curves (quads and cubics)Gravatar reed2015-04-15
* Revert of add new blit2 methods in support of antialiased hairlines guard fla...Gravatar jcgregorio2015-04-15
* add new blit2 methods in support of antialiased hairlinesGravatar reed2015-04-14
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* Clean up ColorRectProc plumbing.Gravatar mtklein2015-02-25
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* add local-matrix to shader::contextGravatar commit-bot@chromium.org2014-05-06
* 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
* Add a class to allocate small objects w/o extra calls to new.Gravatar commit-bot@chromium.org2014-03-07
* Reverting r12427Gravatar rmistry@google.com2013-12-02
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-12-02
* Revert "Revert "remove kA1_Config, as it is no longer supported""Gravatar commit-bot@chromium.org2013-11-26
* Revert "remove kA1_Config, as it is no longer supported"Gravatar reed@google.com2013-11-25
* remove kA1_Config, as it is no longer supportedGravatar reed@google.com2013-11-25
* Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blit...Gravatar reed@google.com2013-11-07
* Revert "speed up A8 by creating a new entry-point in SkDraw that blits the pa...Gravatar reed@google.com2013-11-04
* speed up A8 by creating a new entry-point in SkDraw that blits the path's cov...Gravatar reed@google.com2013-11-04
* remove dst/rendertarget support for kARGB_4444_ConfigGravatar reed@google.com2013-06-21
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* remove legacy build-guards, now that webkit has rebaselined these.Gravatar reed@google.com2012-11-26
* fold kClear_Mode into kSrc_Mode, and make kSrc_Mode go fasterGravatar reed@google.com2012-11-16
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2012-10-13
* Add SkShader::asShadeProc to fast-path the caller when the shader is fastGravatar reed@google.com2012-10-12
* (SSE2) acceleration for rectangular opaque erases.Gravatar tomhudson@google.com2012-03-19
* support blitMask+shader natively (1.75x faster for AA, and now we can supportGravatar reed@google.com2011-11-15
* move LCD blits into opts, so they can have assembly versionsGravatar reed@google.com2011-10-18
* separate SkBlitMask decl into its own headerGravatar reed@google.com2011-10-12
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Correct blitmask procs to recognize that we pass them an SkColor, and if theyGravatar reed@google.com2011-03-09
* http://codereview.appspot.com/3980041/Gravatar reed@google.com2011-03-09
* Fix perf regression in Color32.Gravatar senorblanco@chromium.org2010-12-16
* move factory for 565 into its own fileGravatar reed@android.com2009-10-02
* add BlitRow procs for 32->32, to allow for neon and other optimizations.Gravatar reed@android.com2009-09-23
* tweaks to 16bit shadersGravatar reed@android.com2009-07-10
* speedup 16bit shaders in the blitRect caseGravatar reed@android.com2009-07-10