aboutsummaryrefslogtreecommitdiff
path: root/gm/imagefromyuvtextures.cpp
AgeCommit message (Expand)Author
2018-09-25Add rowBytes to createTestingOnlyBackendTextureRobert Phillips
2018-09-18Fix image_from_yuv_textures with --preAbandonContextBrian Salomon
2018-09-18WEBGL_video_texture : sharing texture prototype in skiaBrian Salomon
2018-09-05Centralize the predicate for a glyph being too large for the atlasHerb Derby
2018-06-27gpu: Expose GrContextPriv::abandoned in the public API.Khushal
2018-06-25Add bullet proofing for preAbandonContextRobert Phillips
2018-06-14Revert "Revert "SkTypes: extract SkTo""Hal Canary
2018-06-13Revert "SkTypes: extract SkTo"Hal Canary
2018-06-12SkTypes: extract SkToHal Canary
2018-05-31Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman
2018-04-23Fixes in ReadPixels2 and yuv_texture gm to fix Vulkan validation issues.Greg Daniel
2018-03-15Cleanup SkImage YUV texture factories.Brian Salomon
2018-03-09Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture&Brian Salomon
2018-01-22Move more internal methods from GrContext to GrContextPriv (take 3)Robert Phillips
2018-01-20Revert "Move more internal methods from GrContext to GrContextPriv (take 2)"Leon Scroggins
2018-01-19Move more internal methods from GrContext to GrContextPriv (take 2)Robert Phillips
2018-01-19Revert "Move more internal methods from GrContext to GrContextPriv"Hal Canary
2018-01-19Move more internal methods from GrContext to GrContextPrivRobert Phillips
2018-01-08Fix buildRobert Phillips
2017-12-13Update SkImage::MakeFromYUVTexturesCopy to GrBackendTextureRobert Phillips
2017-12-12Remove GrBackendObject from tests (except image_from_yuv_textures)Robert Phillips
2016-09-01Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein
2016-08-12Allow vulkan to upload data to testing textures with optimal layoutsegdaniel
2016-05-20Retract GrRenderTarget from GrTestTargetrobertphillips
2016-05-13Refactor Vulkan image, texture, RTs so that create and getter handles match.egdaniel
2016-04-28Clean up test drawContext usagerobertphillips
2016-03-29Style bikeshed - remove extraneous whitespacehalcanary
2016-03-17update callsites for Make image factoriesreed
2016-03-13Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...reed
2016-03-13Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...reed
2016-03-13more shader-->sp conversionsreed
2016-02-05Remove deferred clear from SkGpuDevicebsalomon
2015-11-10Use a struct for client GL texture handlesbsalomon
2015-09-09GM: replace boilerplate with macroshalcanary
2015-08-27Style Change: NULL->nullptrhalcanary
2015-08-26Style Change: SkNEW->new; SkDELETE->deletehalcanary
2015-07-16Various GL testing fixesjvanverth
2015-07-14Rename backing texture testing routinesjvanverth
2015-07-13Remove GL-specific code from GMs and testsjvanverth
2015-06-25Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of...reed
2015-06-25Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https...reed
2015-06-25Return GrGLContext from GrTestTargetjoshualitt
2015-05-29SkImage::NewFromYUVTexturesCopybsalomon