aboutsummaryrefslogtreecommitdiff
path: root/src/image
AgeCommit message (Expand)Author
2018-11-21Revert "Revert "add rect-parameter to makeImageSnapshot""Mike Reed
2018-11-21default behavior for onNewImageSnapshotMike Reed
2018-11-21Revert "add rect-parameter to makeImageSnapshot"Mike Reed
2018-11-21add rect-parameter to makeImageSnapshotMike Reed
2018-11-20Add SkImage::MakeFromYUVAPixmapsJim Van Verth
2018-11-19Reland "Reland "Have a GrBackendFormat be stored on gpu proxies.""Greg Daniel
2018-11-14Revert "Reland "Have a GrBackendFormat be stored on gpu proxies.""Greg Daniel
2018-11-14Reland "Have a GrBackendFormat be stored on gpu proxies."Greg Daniel
2018-11-09Verify YUVA channel information and add premultiplied alphaJim Van Verth
2018-11-09Merge common code for SkImage_Gpu and SkImage_GpuYUVA.Jim Van Verth
2018-11-09Revert "Have a GrBackendFormat be stored on gpu proxies."Greg Daniel
2018-11-08there's no point moving a const sk_spMike Klein
2018-11-08Construct mipmaps for internal YUVA planesJim Van Verth
2018-11-08Have a GrBackendFormat be stored on gpu proxies.Greg Daniel
2018-11-05Fix persp_images with DDL correctlyJim Van Verth
2018-11-05Draw YUVA images with multitextureJim Van Verth
2018-11-02remove SkUnpremultiplyRow()Mike Klein
2018-10-30More YUV cleanupJim Van Verth
2018-10-30Revert "replace SkNVRefCnt with SkRefCnt"Mike Klein
2018-10-30Replace use of SkYUVSizeInfo with SkYUVASizeInfoJim Van Verth
2018-10-30replace SkNVRefCnt with SkRefCntMike Klein
2018-10-24Reland "Some more clean-up of YUVA code"Jim Van Verth
2018-10-24Revert "Some more clean-up of YUVA code"Mike Klein
2018-10-23Some more clean-up of YUVA codeJim Van Verth
2018-10-23Remove colorType and colorSpace from bitmap cache key, and IWYUBrian Osman
2018-10-23Remove directGeneratePixels, and do some follow-up refactoringBrian Osman
2018-10-22Remove use of colorTypes from SkYUVSizeInfoJim Van Verth
2018-10-22Guarded version of change to lazy image readPixelsBrian Osman
2018-10-20ColorType fixes for wacky_yuv_textures.Jim Van Verth
2018-10-19Remove texColorSpace output param from various producer APIsBrian Osman
2018-10-19(Almost) no one needs to know about SkPixelRefBrian Osman
2018-10-19Un-plumb dstColorSpace through GrTextureProducerBrian Osman
2018-10-19Remove unused dstColorSpace from getROPixelsBrian Osman
2018-10-18Return texture color space when converting raster images to proxiesBrian Osman
2018-10-18Reland: Widen internal API to support more complex YUV formatsJim Van Verth
2018-10-18In makeColorSpace, hoist the null -> sRGB optimizationBrian Osman
2018-10-18Revert "Widen internal API to support more complex YUV formats"Jim Van Verth
2018-10-18Widen internal API to support more complex YUV formatsJim Van Verth
2018-10-17Fix NV12 and NV21 images in non-DDLJim Van Verth
2018-10-16Reland "Preserve pixel config in makeColorSpace of GPU backed images"Brian Osman
2018-10-15Revert "Preserve pixel config in makeColorSpace of GPU backed images"Brian Osman
2018-10-15Revert "Fix bug with makeColorSpace of GPU images with non-renderable configs"Brian Osman
2018-10-15Fix bug with makeColorSpace of GPU images with non-renderable configsBrian Osman
2018-10-15Revert "Revert "Use SkImage to manage mip map cache purging, not Bitmap/Pixel...Brian Osman
2018-10-15Preserve pixel config in makeColorSpace of GPU backed imagesBrian Osman
2018-10-15Revert "Use SkImage to manage mip map cache purging, not Bitmap/PixelRef"Brian Osman
2018-10-15Use SkImage to manage mip map cache purging, not Bitmap/PixelRefBrian Osman
2018-10-15Fix YUVA index checkJim Van Verth
2018-10-12Make SkImage_Gpu MakePromise interfaces consistentJim Van Verth
2018-10-12Connect up YUVA images for testing.Jim Van Verth