aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Optimize RGB16 blitH functions with NEON for ARM platform.Gravatar yang.zhang2015-07-30
* Double free in ~SkPictureData()Gravatar fmalita2015-07-29
* Move the last headers. Cross your fingers.Gravatar mtklein2015-07-29
* Move non-trivial constructors out-of-line.Gravatar mtklein2015-07-29
* remove (unnecessary?) call to notifyPixelsChangedGravatar reed2015-07-29
* Move LightingShader to effectsGravatar robertphillips2015-07-29
* SkImage_Raster's pixels are always immutable.Gravatar reed2015-07-29
* Move headers with no dependencies.Gravatar mtklein2015-07-29
* Adding debug SkScalerContext which returns random mask formatsGravatar joshualitt2015-07-29
* Revert "Move headers with no dependencies."Gravatar Mike Klein2015-07-29
* Move headers with no dependencies.Gravatar mtklein2015-07-29
* Revert "Move the rest of src headers used by include to include/private."Gravatar Mike Klein2015-07-28
* Move the rest of src headers used by include to include/private.Gravatar mtklein2015-07-28
* Move SkTHash.h to include/private.Gravatar mtklein2015-07-28
* remove all guards for changes to drawBitmapRect / drawImageRectGravatar reed2015-07-28
* Fixing src rect constraint support for drawImage with SkPictureGravatar junov2015-07-27
* remove pixel assert from ctable validatorGravatar reed2015-07-27
* No one calls SkXfermode::GetProc16Gravatar mtklein2015-07-27
* Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://coderev...Gravatar mtklein2015-07-27
* Remove sk_memcpy32Gravatar mtklein2015-07-27
* Lay groundwork for SkOpts.Gravatar mtklein2015-07-27
* mixed text blobs really draws LCDGravatar joshualitt2015-07-24
* Misc cleanupGravatar robertphillips2015-07-22
* 565 support for SIMD xfermodesGravatar mtklein2015-07-22
* Fix SkCanvas::wouldOverwriteEntireSurface() contains testGravatar fmalita2015-07-22
* Revert of 565 support for SIMD xfermodes (patchset #4 id:60001 of https://cod...Gravatar mtklein2015-07-21
* 565 support for SIMD xfermodesGravatar mtklein2015-07-21
* Change the GlyphCache to use a hash table instead of doing its own ad-hocGravatar herb2015-07-21
* Clean up more SkXfermode.cpp dead code.Gravatar mtklein2015-07-21
* De-templatize Sk4pxXfermode code a bit.Gravatar mtklein2015-07-21
* Revert of De-templatize Sk4pxXfermode code a bit. (patchset #2 id:20001 of ht...Gravatar mtklein2015-07-21
* De-templatize Sk4pxXfermode code a bit.Gravatar mtklein2015-07-21
* Revert of 565 support for SIMD xfermodes (patchset #3 id:40001 of https://cod...Gravatar mtklein2015-07-21
* 565 support for SIMD xfermodesGravatar mtklein2015-07-20
* Clean up dead xfermode opts code.Gravatar mtklein2015-07-20
* Revert[2] of guard to remove DrawBitmapRectFlagsGravatar reed2015-07-17
* Cleanup of GrFontDescKeyGravatar joshualitt2015-07-17
* Revert of guard to remove DrawBitmapRectFlags (patchset #1 id:1 of https://co...Gravatar scroggo2015-07-17
* Now that the SkImageFilter::CropRect crop edges refer toGravatar senorblanco2015-07-16
* refactor code to apply the croprectGravatar reed2015-07-16
* have canvas send discard instead of retain if the draw would overwrite everyt...Gravatar reed2015-07-16
* guard to remove DrawBitmapRectFlagsGravatar reed2015-07-16
* rename utility to see if a paint will overwrite its pixelsGravatar reed2015-07-15
* Fix undefined behavior.Gravatar herb2015-07-15
* Optimize RGB16 blitV functions with NEON for ARM platform.Gravatar yang.zhang2015-07-15
* Fix buggy blend modes.Gravatar mtklein2015-07-14
* Preserve SKP cullrects on deserializationGravatar fmalita2015-07-14
* Very tiny paths are subsumed by the ConvexicatorGravatar caryclark2015-07-14
* Disable optimization as HWUI does not yet support color shaders.Gravatar djsollen2015-07-14
* 3-15% speedup to HardLight / Overlay xfermodes.Gravatar mtklein2015-07-14