aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* 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
* add SkImage::NewFromBitmapGravatar reed2015-07-07
* Fix up SkMatrix::isFinite callGravatar robertphillips2015-07-06
* Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interac...Gravatar robertphillips2015-07-06
* Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue...Gravatar jvanverth2015-07-03
* Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate....Gravatar jvanverth2015-07-02
* Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.Gravatar mtklein2015-07-01
* Add support for drawBitmapRect() to SkMiniRecorder.Gravatar mtklein2015-07-01
* Revert "Move headers used by headers in include/ to include/private."Gravatar Mike Klein2015-07-01
* Don't cap num_cores at 32 on 32-bit Windows.Gravatar mtklein2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset...Gravatar bsalomon2015-07-01
* Revert "Move headers used by headers in include/ to include/private."Gravatar jvanverth2015-07-01
* Move headers used by headers in include/ to include/private.Gravatar mtklein2015-07-01
* Thread through a flag to force SkPicture::playback() when recording subpictures.Gravatar mtklein2015-07-01
* Add annotations to SkSharedMutex.Gravatar herb2015-06-30
* Pass arguments to SkRecords structs by const&.Gravatar mtklein2015-06-30
* Implement shared locks in the style of pthread's rwlock.Gravatar herb2015-06-29