aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Forward declare SkStrokeRec in SkPathEffectGravatar halcanary2015-09-15
* create SkBitmapProvider to abstract images and bitmapsGravatar reed2015-09-15
* Add special case circle blur for GaneshGravatar robertphillips2015-09-15
* Parallel cache.Gravatar herb2015-09-15
* SkImageSourceGravatar fmalita2015-09-14
* Revert of SkPx: new approach to fixed-point SIMD (patchset #9 id:160001 of ht...Gravatar mtklein2015-09-14
* SkPx: new approach to fixed-point SIMDGravatar mtklein2015-09-14
* Have SkVarAlloc::alloc() use sk_malloc_throw.Gravatar mtklein2015-09-14
* SkValidatingReadBuffer: make sure we don't call readTypeface().Gravatar mtklein2015-09-14
* be sure to use cached bitmap when we need to upload something to make a textureGravatar reed2015-09-14
* we must own/free the generator, even if we fail to return a cacheratorGravatar reed2015-09-14
* formalize generate->bitmapGravatar reed2015-09-13
* support colortables in cacheratorGravatar reed2015-09-11
* increase resource image-cache size to test perfGravatar reed2015-09-11
* Revert of Parallel cache - preliminary (patchset #23 id:440001 of https://co...Gravatar jyasskin2015-09-10
* Use SkImageCacherator in SkImagesGravatar reed2015-09-10
* Correct a possible free after use.Gravatar herb2015-09-10
* SkNx_shuffleGravatar mtklein2015-09-10
* Port SkMatrix opts to SkOpts.Gravatar mtklein2015-09-10
* Port SkBlitRow::Color32 to SkOpts.Gravatar mtklein2015-09-10
* Remove race.Gravatar herb2015-09-09
* Reland of more zero-length changes for svg compatibility (patchset #1 id:1 of...Gravatar caryclark2015-09-09
* Brian requested a new namespace for factories that create fragment processors...Gravatar wangyix2015-09-09
* Parallel cache.Gravatar herb2015-09-09
* Specialize SkOncePtr<T[]>.Gravatar mtklein2015-09-09
* Revert of more zero-length changes for svg compatibility (patchset #6 id:1000...Gravatar caryclark2015-09-09
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Make SkGraphics::Term a no-op, stop calling it.Gravatar mtklein2015-09-09
* Revert of Make SkGraphics::Term a no-op, stop calling it. (patchset #2 id:200...Gravatar mtklein2015-09-09
* Revert of Port uses of SkLazyPtr to SkOncePtr. (patchset #7 id:110001 of http...Gravatar mtklein2015-09-09
* more zero-length changes for svg compatibilityGravatar caryclark2015-09-09
* Port uses of SkLazyPtr to SkOncePtr.Gravatar mtklein2015-09-09
* Added TestCreate for SkComposeShader; will pick two random child procs that ...Gravatar wangyix2015-09-08
* Make SkGraphics::Term a no-op, stop calling it.Gravatar mtklein2015-09-08
* Revert[2] of "switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE"Gravatar reed2015-09-08
* emitChild() used to generate a mangled outputColor based on the parent's outp...Gravatar wangyix2015-09-08
* Port SkLazyFnPtr users to SkOncePtr.Gravatar mtklein2015-09-08
* Revert of switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPE (...Gravatar scroggo2015-09-08
* switch to isABitmap, deprecate SK_SUPPORT_LEGACY_SHADERBITMAPTYPEGravatar reed2015-09-07
* Revert of Parallel cache - preliminary (patchset #22 id:420001 of https://co...Gravatar herb2015-09-04
* Handle zero-length encoded images gracefully during deserializationGravatar fmalita2015-09-04
* Parallel cache.Gravatar herb2015-09-04
* Fix SkOneShotDiscardablePixelRef to return discardable segment.Gravatar ssid2015-09-04
* Clean up some lint complaintsGravatar robertphillips2015-09-03
* Add a SkPixelSerializer SkImage encode variantGravatar fmalita2015-09-03
* Stop using SkScalerContext::getAdvance() in SkGlyphCache.Gravatar mtklein2015-09-01
* Added SkComposeShader GPU implementationGravatar wangyix2015-09-01
* Limit lifetime of GrDrawContext objectsGravatar robertphillips2015-09-01
* Require Sk4f::toBytes() clampsGravatar mtklein2015-09-01
* Image generator-backed SkPictureShaderGravatar fmalita2015-08-31