- a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 6 months ago
- 52ea577 Migrate MakeFromYUVATexturesCopy* to GrRecordingContext by Adlai Holler · 4 years, 6 months ago
- 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 7 months ago
- b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 7 months ago
- f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 7 months ago
- ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 7 months ago
- 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 7 months ago
- 98c39ba Make use of backend texture creation finished procs in YUV GMs by Robert Phillips · 4 years, 8 months ago
- b795bea Add GM::gpuTeardown entry point by Robert Phillips · 4 years, 8 months ago
- f105d38 Update image_from_yuv_textures GM for *ooprddl configs by Robert Phillips · 4 years, 8 months ago
- 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 9 months ago
- c505a45 Remove GrCaps::getYUVAColorTypeFromBackendFormat(). by Brian Salomon · 4 years, 10 months ago
- 8efbbbc image_from_yuv_textures GM recreates YUVA image before each draw. by Brian Salomon · 4 years, 10 months ago
- 5c4c61e Reland x4 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 11 months ago
- 5575e3c Revert "Reland x3 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 11 months ago
- 3673748 Reland x3 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 11 months ago
- 97c98f9 Revert "Reland x2 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 11 months ago
- 9b22838 Reland x2 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 11 months ago
- 6cb8168 Reland "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 11 months ago
- 0bfb7a5 Revert "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 11 months ago
- d198821 Revert "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 11 months ago
- ecd5807 Drawing YUVA images does not flatten for bicubic. by Brian Salomon · 4 years, 11 months ago
- 7c94d18 Use SkColorMatrix_RGB2YUV in image_from_yuv_textures by Brian Salomon · 5 years ago
- 2b73e66 Add BT2020 (non-constant-luminance) YUV color space by Brian Osman · 5 years ago
- 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
- 00c9f0d Increase specificity of GrColorType computed for YUV planes (take 2) by Robert Phillips · 6 years ago
- da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 6 years ago
- cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 6 years ago
- d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 6 years ago
- 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
- 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 6 years ago
- 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
- 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 6 years ago
- 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 6 years ago
- 7fde8e1 IWYU for gms. by Ben Wagner · 6 years ago
- e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 6 years ago
- c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
- b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 6 years ago
- fae8fce Use SkTileMode instead of nested enum by Mike Reed · 6 years ago
- 0a22ba8 Add kIdentity_SkYUVColorSpace by Robert Phillips · 6 years ago
- 3a77837 Reland "Add a GpuGM class for GPU-only tests" by Chris Dalton · 6 years ago
- 382b122 Revert "Add a GpuGM class for GPU-only tests" by Chris Dalton · 6 years ago
- f5efa78 Add a GpuGM class for GPU-only tests by Chris Dalton · 6 years ago
- 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
- 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
- 279f873 Fix image_from_yuv_textures with --preAbandonContext by Brian Salomon · 6 years ago
- d2fcfb5 WEBGL_video_texture : sharing texture prototype in skia by Brian Salomon · 6 years ago
- d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
- c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 7 years ago
- 6d36370 Add bullet proofing for preAbandonContext by Robert Phillips · 7 years ago
- c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 7 years ago
- fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 7 years ago
- 2a2f675 SkTypes: extract SkTo by Hal Canary · 7 years ago
- c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 7 years ago
- 4231401 Fixes in ReadPixels2 and yuv_texture gm to fix Vulkan validation issues. by Greg Daniel · 7 years ago
- 6a426c1 Cleanup SkImage YUV texture factories. by Brian Salomon · 7 years ago
- 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 7 years ago
- f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
- 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
- c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
- 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
- f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
- 579f094 Fix build by Robert Phillips · 7 years ago
- c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
- d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
- dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
- 3602d4f Allow vulkan to upload data to testing textures with optimal layouts by egdaniel · 8 years ago
- 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 9 years ago
- b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 9 years ago
- 175dd9b Clean up test drawContext usage by robertphillips · 9 years ago
- 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
- 9ce9d67 update callsites for Make image factories by reed · 9 years ago
- 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 9 years ago
- 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 9 years ago
- ce563cd more shader-->sp conversions by reed · 9 years ago
- e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
- 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
- 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
- 3e5f555 Various GL testing fixes by jvanverth · 10 years ago
- 8895792 Rename backing texture testing routines by jvanverth · 10 years ago
- 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 10 years ago
- f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 10 years ago
- 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 10 years ago
- b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 10 years ago
- 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 10 years ago