aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core
Commit message (Expand)AuthorAge
* More SkTileGrid refactoring.Gravatar mtklein2014-08-11
* De-parameterize SkNextDatumFunction.Gravatar mtklein2014-08-11
* Cleaning up SkPicture-related classesGravatar robertphillips2014-08-11
* Plumbing for using a BBH in SkRecordDraw.Gravatar mtklein2014-08-11
* Fix string assert and dead code which caused it.Gravatar bungeman2014-08-11
* Remove Matrix/Clip State collapse codeGravatar robertphillips2014-08-11
* add drawPicture variant that takes a matrix and paintGravatar reed2014-08-09
* short circuit high quality scales that are actually the identityGravatar humper2014-08-08
* Make BBH::search() const.Gravatar mtklein2014-08-08
* add a simple ascii-art debug thing for AA clipsGravatar humper2014-08-08
* Moved SkPictureContentInfo into its own file. It now tracks the number of skiaGravatar hendrikw2014-08-08
* SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping.Gravatar mtklein2014-08-08
* Remove external SkImageFilter cache, and rename UniqueIDCache -> Cache.Gravatar senorblanco2014-08-08
* change drawPicture in SkRecord to just ref the pictureGravatar reed2014-08-07
* add isRect() check to AAClip, to detect if a soft-clip is really just an irectGravatar reed2014-08-07
* Revert of add isRect() check to AAClip, to detect if a soft-clip is really ju...Gravatar reed2014-08-07
* add isRect() check to AAClip, to detect if a soft-clip is really just an irectGravatar reed2014-08-07
* Clamp SkPictureShader's tile size.Gravatar fmalita2014-08-07
* Stopped skipping tests in dm of SkPatch by implementing theGravatar dandov2014-08-07
* Revert "Remove SkPaintOptionsAndroid"Gravatar Derek Sollenberger2014-08-06
* Remove SkPaintOptionsAndroidGravatar Derek Sollenberger2014-08-06
* Explicit tile bounds for SkPictureShaderGravatar fmalita2014-08-06
* fix concat order for local matricesGravatar reed2014-08-06
* SkPicture: try to no-op away clone().Gravatar mtklein2014-08-06
* Allow custom blitters to be passed to SkDraw::drawPathGravatar krajcevski2014-08-06
* Remove ALL font fallback logic from Skia.Gravatar djsollen2014-08-06
* Force linking as C++ library.Gravatar mtklein2014-08-04
* SkCanvas interface for drawing a patch.Gravatar dandov2014-08-04
* fix missing return in error case for bitmap scalerGravatar humper2014-08-04
* Remove SK_IGNORE_QUAD_RR_CORNERS_OPT-related code.Gravatar Florin Malita2014-08-01
* Update NEON compiler defines to use SK_ prefixGravatar djsollen2014-08-01
* Fix end-of-pattern matching for Skia recording optimization.Gravatar dneto2014-07-30
* Implement a persistent uniqueID-based cache for SkImageFilter.Gravatar senorblanco2014-07-30
* Pass clip blitter rows preserved requestGravatar krajcevski2014-07-29
* Fix thread unsafe mutex initialization.Gravatar bungeman2014-07-25
* Added classes SkPatch and SkPatchMesh which help encapsulate and generalize t...Gravatar dandov2014-07-25
* Replace use of GrTHashTable in GrFontCache with SkTDynamicHash.Gravatar jvanverth2014-07-22
* Add auto purging for SkPicture-related Ganesh resources (esp. layers)Gravatar robertphillips2014-07-22
* Added count validation in SkImageFilter::Common::unflatten()Gravatar sugoi2014-07-22
* Move GrTMultiMap to src/core and rename itGravatar robertphillips2014-07-21
* Skia side RGB to YUV gpu conversionGravatar sugoi2014-07-21
* Let blitters be notified when they're done being usedGravatar krajcevski2014-07-21
* Allow GrGLEffects to produce variable length keys.Gravatar bsalomon2014-07-21
* Remove use of SK_SUPPORT_LEGACY_LAYERRASTERIZER_API.Gravatar dominikg2014-07-21
* Replace GrTHash with SkTDynamicHashGravatar robertphillips2014-07-20
* factor out flattening/unflattening of common fields from SkImageFilterGravatar reed2014-07-17
* Set maximum output size for scaled-image-cache imagesGravatar halcanary2014-07-17
* Buffer four scanlines prior to blitting. We will eventually use thisGravatar krajcevski2014-07-16
* Revert of Reopened: Caching the result of readPixelsSupported (https://codere...Gravatar bungeman2014-07-16
* Remove kImageIsImmutable_Flag.Gravatar scroggo2014-07-15