aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core
Commit message (Expand)AuthorAge
* change old picture serialization to really handle imagesGravatar reed2015-06-22
* Clean up usage of SkSurfacePropsGravatar robertphillips2015-06-22
* Begin kLegacyFontHost_InitType cleanupGravatar robertphillips2015-06-22
* Remove distance field flag from SkPaintGravatar jvanverth2015-06-22
* Rename all things "leaky" in SkDeviceGravatar robertphillips2015-06-19
* remove SkDevicePropertiesGravatar robertphillips2015-06-19
* Fix precision error in https://codereview.chromium.org/1188433011/Gravatar robertphillips2015-06-19
* Added check for ill-conditioned invertGravatar robertphillips2015-06-19
* remove deprecated NewRasterPMColorGravatar reed2015-06-19
* remove dead guarded code for legacy SkData procGravatar reed2015-06-18
* add callbacks to Images that wrap client-provided contentGravatar reed2015-06-18
* Add support for creating texture backed images where Skia will delete the tex...Gravatar bsalomon2015-06-18
* Add sk_parallel_for()Gravatar mtklein2015-06-17
* simplify release-proc for SkData, removing unneeded size paramGravatar reed2015-06-17
* Modernize atomics in SkTaskGroup's threadpool.Gravatar mtklein2015-06-17
* skia: Add runtime option to disable picture IO security precautionsGravatar hendrikw2015-06-16
* Remove the SkCanvas comment APIGravatar fmalita2015-06-15
* Invalidate GrTexture mipmap on content change notificationGravatar junov2015-06-15
* Remove SkDrawPictureCallbackGravatar fmalita2015-06-15
* fix deserialization after FirstDirection change to pathsGravatar reed2015-06-11
* SkPath::Direction serves two masters:Gravatar reed2015-06-10
* Towards removing getTexture() on SkImageGravatar bsalomon2015-06-10
* Use SkMScalar as float by default to match Chromium.Gravatar mtklein2015-06-09
* Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapiGravatar reed2015-06-09
* A bunch of little SkMScalar-as-float build fixes.Gravatar mtklein2015-06-09
* remove subclassing from ImageFilter::ProxyGravatar reed2015-06-09
* remove Proxy entrypoints for canHandleFilterGravatar reed2015-06-09
* Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (pat...Gravatar reed2015-06-08
* change SkDraw and all Blitters to use pixmap instead of bitmapGravatar reed2015-06-08
* Revert "Revert of move erase into SkPixmap (patchset #1 id:1 of https://coder...Gravatar reed2015-06-08
* Revert of move erase into SkPixmap (patchset #1 id:1 of https://codereview.ch...Gravatar djsollen2015-06-08
* move erase into SkPixmapGravatar reed2015-06-08
* add extractSubset and SkAutoPixmapStorageGravatar reed2015-06-05
* clarify that accessPixels is for write-access, and peekPixels is ROGravatar reed2015-06-05
* delete (unused) TransparentShaderGravatar reed2015-06-05
* use pixmaps for dst in sprites -- NO BITMAPSGravatar reed2015-06-05
* Remove unused PackBits methods and fix length checksGravatar jschuh2015-06-04
* switch bitmapshader internals over to pixmapGravatar reed2015-06-04
* refactor bitmapshader to use a controllerGravatar reed2015-06-04
* Revert[6] of add asserts around results from requestLockGravatar reed2015-05-30
* Revert of Revert[4] of add asserts around results from requestLock (patchset ...Gravatar reed2015-05-30
* Revert[4] of add asserts around results from requestLockGravatar reed2015-05-30
* Revert of add asserts around results from requestLock (patchset #3 id:40001 o...Gravatar reed2015-05-29
* add asserts around results from requestLock (patchset #3 id:40001 of https://...Gravatar reed2015-05-29
* Revert of add asserts around results from requestLock (patchset #3 id:40001 o...Gravatar reed2015-05-29
* add asserts around results from requestLock and lockPixels, ensuring that tru...Gravatar reed2015-05-29
* SkImage::NewFromYUVTexturesCopyGravatar bsalomon2015-05-29
* simplify RawIter - don't return a pt in kCloseGravatar reed2015-05-27
* change internals over to SkPixmap and stop using accessBitmapGravatar reed2015-05-26
* remove unneeded device:lockpixelsGravatar reed2015-05-25