aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
Commit message (Expand)AuthorAge
* add applyFilter() to SkImageGravatar reed2015-10-12
* change more effects to only expose factoriesGravatar reed2015-10-12
* Remove image usage type enum. Use GrTextureParams instead.Gravatar bsalomon2015-10-12
* Move functions from SkGr to SkGrPriv.hGravatar bsalomon2015-10-09
* Fill incomplete images in SkCodec parent classGravatar msarett2015-10-09
* remove internalDrawBitmap, as it is no longer shared with any other caller, a...Gravatar reed2015-10-08
* Updates nvpr text blobs to not store a direct reference to theGravatar cdalton2015-10-08
* SkPath::fFirstDirection: seq-cst -> relaxedGravatar mtklein2015-10-07
* Revert "Revert of factories should return baseclass, allowing the impl to spe...Gravatar reed2015-10-06
* Revert of factories should return baseclass, allowing the impl to specialize ...Gravatar schenney2015-10-06
* factories should return baseclass, allowing the impl to specializeGravatar reed2015-10-06
* Bye bye processor data manager.Gravatar bsalomon2015-10-06
* Dynamically allocate the GrDrawContextsGravatar robertphillips2015-10-06
* Implement cached nvpr text blobsGravatar cdalton2015-10-05
* SkScaledCodec should implement onRewind()Gravatar msarett2015-10-05
* SkImage doesn't use props, so don't need to store itGravatar reed2015-10-04
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Remove separate cache for clip mask texturesGravatar bsalomon2015-10-02
* Skia: Add Command Buffer support to Linux/MacGravatar hendrikw2015-10-01
* Base SkAutoTUnref on skstd::unique_ptr.Gravatar bungeman2015-10-01
* Implement stencil clipping in mixed sampled render targetsGravatar vbuzinov2015-09-30
* Call rewindIfNeeded in SkCodecGravatar scroggo2015-09-30
* Merge SkCodec with SkScanlineDecoderGravatar scroggo2015-09-30
* Add support for light dumps in SkTraceMemoryDump interface.Gravatar ssid2015-09-30
* remove unused helper functionGravatar reed2015-09-29
* 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
* update memset16/32 inlining heuristicsGravatar mtklein2015-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
* Add cast and assignment operators to SkAtomic.Gravatar herb2015-09-28
* change pixel-serializer to support reencoding existing dataGravatar reed2015-09-28
* Make skpaint->grpaint flow work for composing draws (verts and atlas)Gravatar bsalomon2015-09-28
* Remove SkBitmapSourceGravatar fmalita2015-09-25
* SkInstallDiscardablePixelRef is deprecated, enforce thatGravatar reed2015-09-25
* Eliminate some clutter in SkFlattenableGravatar mdempsky2015-09-24
* Remove SkImage::newImage()Gravatar fmalita2015-09-24
* Make mutex semaphore based.Gravatar herb2015-09-24
* remove unused (by the outside) SkImage::newSurface, and simplify newImage -> ...Gravatar reed2015-09-24
* SkPDF: add basic metadata supportGravatar halcanary2015-09-23
* skia: Add support for ANGLE on linuxGravatar hendrikw2015-09-23
* Stop supporting HW ditherGravatar bsalomon2015-09-22
* Fix possible integer overflow in SkTSearch's midpoint calculationGravatar mdempsky2015-09-22
* Replace GrExtractAlphaFragmentProcessor with DstIn compose processorGravatar bsalomon2015-09-22