aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* Strip font name of special characters before dumpingGravatar ssid2015-10-01
* Base SkAutoTUnref on skstd::unique_ptr.Gravatar bungeman2015-10-01
* add hard-coded limit for tmp allocations when HQ image scalingGravatar reed2015-10-01
* Revert[4] of add ImageShader, sharing code with its Bitmap cousinGravatar reed2015-09-30
* Add support for light dumps in SkTraceMemoryDump interface.Gravatar ssid2015-09-30
* Unify ThreadID.Gravatar herb2015-09-29
* Revert of Implement SkImageFilter::Cache with SkResourceCache. (patchset #8 i...Gravatar mtklein2015-09-29
* Implement SkImageFilter::Cache with SkResourceCache.Gravatar mtklein2015-09-29
* Move Mutexy things to private.Gravatar herb2015-09-29
* Handle inverted rects in SkRRect creation methodsGravatar robertphillips2015-09-29
* Have /src files use header directly.Gravatar herb2015-09-29
* Use child processors to implement compose color filter.Gravatar bsalomon2015-09-29
* Move SkAtomics.h to private.Gravatar herb2015-09-28
* Make SkPath fFirstDirection atomic to fix tsan.Gravatar herb2015-09-28
* simplify code in SkRecords.hGravatar mtklein2015-09-28
* Revert of change pixel-serializer to support reencoding existing data (patchs...Gravatar reed2015-09-28
* Revert of SkImage-backed SkPictureShader (patchset #4 id:60001 of https://cod...Gravatar robertphillips2015-09-28
* change pixel-serializer to support reencoding existing dataGravatar reed2015-09-28
* SkBlockMemoryStream: correct test in getMemoryBase().Gravatar halcanary2015-09-28
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* SkImage-backed SkPictureShaderGravatar fmalita2015-09-25
* SkInstallDiscardablePixelRef is deprecated, enforce thatGravatar reed2015-09-25
* Eliminate some clutter in SkFlattenableGravatar mdempsky2015-09-24
* Make mutex semaphore based.Gravatar herb2015-09-24
* Small cleanups to SkSmallAllocatorGravatar mdempsky2015-09-22
* Replace GrExtractAlphaFragmentProcessor with DstIn compose processorGravatar bsalomon2015-09-22
* SkTLList throw on sk_malloc failGravatar halcanary2015-09-21
* Purge cached resources on SkImage destruction.Gravatar fmalita2015-09-18
* Add debug mode to shared mutex.Gravatar herb2015-09-18
* use allocator (if present) when we allocate our cache bitmapGravatar reed2015-09-17
* share code between SkGr and CacheratorGravatar reed2015-09-16
* Use atomic subtract in shared mutex.Gravatar herb2015-09-16
* Create fragment processor for performing input color blend with child processorGravatar bsalomon2015-09-15
* Revert of Parallel cache - preliminary (patchset #24 id:460001 of https://co...Gravatar herb2015-09-15
* move SkBitmapProvider to its own fileGravatar reed2015-09-15
* use SkBitmapProvider for shader-contextGravatar reed2015-09-15
* 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