aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* 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
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* Fix typo in non-SIMD Sk4f::thenElse().Gravatar mtklein2015-07-14
* Fix for partially-specified crop rects.Gravatar senorblanco2015-07-13
* Fix up -Winconsistent-missing-overrideGravatar mtklein2015-07-13
* remove getter for imagegenerator factory, update testGravatar reed2015-07-09
* add runtime option to provide data->imagegenerator factoryGravatar reed2015-07-09
* Add RAII for other types of locks. Change SkGlyphCache_Globals toGravatar herb2015-07-09
* Outline SkSpinlock::acquire().Gravatar mtklein2015-07-09
* More threading of GrProcessorDataManagerGravatar joshualitt2015-07-09
* Remove SkImageGenerator pieces only for SkCodec.Gravatar scroggo2015-07-09
* rename GrShaderDataManager -> GrProcessorDataManagerGravatar joshualitt2015-07-09
* SkAdvancedTypefaceMetrics zeroing constructorGravatar halcanary2015-07-08
* more threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* Thread GrShaderDataManager through Image filtersGravatar joshualitt2015-07-08
* More threading of GrShaderDataManagerGravatar joshualitt2015-07-08
* Initial CL to create dummy GrShaderDataManager and thread it throughGravatar joshualitt2015-07-08
* Allow reset of the SkPictureRecorder cull rect and other parameters during en...Gravatar schenney2015-07-07
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-07
* Propagate SkSurfaceProps when knownGravatar robertphillips2015-07-07
* add matrix options to drawDrawableGravatar reed2015-07-07
* style nit cleanups. e.g. remove 'virtual' on override declarationsGravatar robertphillips2015-07-07
* Make sp- via support SkDrawables; add a GM to test it.Gravatar mtklein2015-07-07