1. f3ac2af Name common cubic resamplers by Mike Reed · 3 years, 7 months ago
  2. d396cd5 Pass sampling to drawimage by Mike Reed · 3 years, 8 months ago
  3. 0c0b5a6 Remove SkYUVASizeInfo, make SkYUVAIndex a private part of SkYUVAInfo by Brian Salomon · 3 years, 8 months ago
  4. b86cd3d Use samplingoptions in imageshader by Mike Reed · 3 years, 9 months ago
  5. eebe735 GrRenderTargetContext->GrSurfaceDrawContext by Brian Salomon · 3 years, 9 months ago
  6. e438738 Split SkYUVAInfo::PlanarConfig into PlaneConfig and Subsampling enums by Brian Salomon · 3 years, 10 months ago
  7. 7db7139 Revert "Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage."" by Brian Salomon · 4 years ago
  8. 839fb22 Revert "Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage." by Brian Salomon · 4 years ago
  9. db0288d Move all YUVA image creation in GMs into sk_gpu_test::LazyYUVImage. by Brian Salomon · 4 years ago
  10. 86d07fd Remove unused SkImage YUVA factories. by Brian Salomon · 4 years ago
  11. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  12. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 1 month ago
  13. 52ea577 Migrate MakeFromYUVATexturesCopy* to GrRecordingContext by Adlai Holler · 4 years, 2 months ago
  14. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 2 months ago
  15. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 3 months ago
  16. f8f45d9 Make asDirectContext public by Robert Phillips · 4 years, 3 months ago
  17. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 3 months ago
  18. 95c250c Downgrade GpuGMs to only receiving a GrRecordingContext by Robert Phillips · 4 years, 3 months ago
  19. 98c39ba Make use of backend texture creation finished procs in YUV GMs by Robert Phillips · 4 years, 3 months ago
  20. b795bea Add GM::gpuTeardown entry point by Robert Phillips · 4 years, 3 months ago
  21. f105d38 Update image_from_yuv_textures GM for *ooprddl configs by Robert Phillips · 4 years, 3 months ago
  22. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 4 months ago
  23. c505a45 Remove GrCaps::getYUVAColorTypeFromBackendFormat(). by Brian Salomon · 4 years, 5 months ago
  24. 8efbbbc image_from_yuv_textures GM recreates YUVA image before each draw. by Brian Salomon · 4 years, 6 months ago
  25. 5c4c61e Reland x4 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 6 months ago
  26. 5575e3c Revert "Reland x3 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 6 months ago
  27. 3673748 Reland x3 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 6 months ago
  28. 97c98f9 Revert "Reland x2 "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 6 months ago
  29. 9b22838 Reland x2 "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 6 months ago
  30. 6cb8168 Reland "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 6 months ago
  31. 0bfb7a5 Revert "Revert "Drawing YUVA images does not flatten for bicubic."" by Brian Salomon · 4 years, 6 months ago
  32. d198821 Revert "Drawing YUVA images does not flatten for bicubic." by Brian Salomon · 4 years, 6 months ago
  33. ecd5807 Drawing YUVA images does not flatten for bicubic. by Brian Salomon · 4 years, 6 months ago
  34. 7c94d18 Use SkColorMatrix_RGB2YUV in image_from_yuv_textures by Brian Salomon · 4 years, 6 months ago
  35. 2b73e66 Add BT2020 (non-constant-luminance) YUV color space by Brian Osman · 4 years, 11 months ago
  36. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
  37. 00c9f0d Increase specificity of GrColorType computed for YUV planes (take 2) by Robert Phillips · 5 years ago
  38. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  39. cb1adb4 Add srcData version of createBackendTexture API by Robert Phillips · 5 years ago
  40. d1d869d Make GL & Vk backends create uninitialized backend textures by Robert Phillips · 5 years ago
  41. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  42. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  43. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  44. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  45. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  46. 7fde8e1 IWYU for gms. by Ben Wagner · 5 years ago
  47. e869a1e stop calling legacy 255-biased colormatrix by Mike Reed · 5 years ago
  48. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  49. b286bc2 Introduce new factory for SkColorFilters by Mike Reed · 5 years ago
  50. fae8fce Use SkTileMode instead of nested enum by Mike Reed · 5 years ago
  51. 0a22ba8 Add kIdentity_SkYUVColorSpace by Robert Phillips · 6 years ago
  52. 3a77837 Reland "Add a GpuGM class for GPU-only tests" by Chris Dalton · 6 years ago
  53. 382b122 Revert "Add a GpuGM class for GPU-only tests" by Chris Dalton · 6 years ago
  54. f5efa78 Add a GpuGM class for GPU-only tests by Chris Dalton · 6 years ago
  55. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  56. 646f637 Add rowBytes to createTestingOnlyBackendTexture by Robert Phillips · 6 years ago
  57. 279f873 Fix image_from_yuv_textures with --preAbandonContext by Brian Salomon · 6 years ago
  58. d2fcfb5 WEBGL_video_texture : sharing texture prototype in skia by Brian Salomon · 6 years ago
  59. d3895d8 Centralize the predicate for a glyph being too large for the atlas by Herb Derby · 6 years ago
  60. c421ca1 gpu: Expose GrContextPriv::abandoned in the public API. by Khushal · 6 years ago
  61. 6d36370 Add bullet proofing for preAbandonContext by Robert Phillips · 6 years ago
  62. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  63. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  64. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  65. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 6 years ago
  66. 4231401 Fixes in ReadPixels2 and yuv_texture gm to fix Vulkan validation issues. by Greg Daniel · 6 years ago
  67. 6a426c1 Cleanup SkImage YUV texture factories. by Brian Salomon · 7 years ago
  68. 26102cb Make GrGpu::deleteTestingOnlyBackendTexture() take const GrBackendTexture& by Brian Salomon · 7 years ago
  69. f35fd8d Move more internal methods from GrContext to GrContextPriv (take 3) by Robert Phillips · 7 years ago
  70. 2914555 Revert "Move more internal methods from GrContext to GrContextPriv (take 2)" by Leon Scroggins · 7 years ago
  71. c22e50b Move more internal methods from GrContext to GrContextPriv (take 2) by Robert Phillips · 7 years ago
  72. 07320e4 Revert "Move more internal methods from GrContext to GrContextPriv" by Hal Canary · 7 years ago
  73. f440cec Move more internal methods from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  74. 579f094 Fix build by Robert Phillips · 7 years ago
  75. c25db63 Update SkImage::MakeFromYUVTexturesCopy to GrBackendTexture by Robert Phillips · 7 years ago
  76. d21b2a5 Remove GrBackendObject from tests (except image_from_yuv_textures) by Robert Phillips · 7 years ago
  77. dbfd7ab Replace a lot of 'static const' with 'constexpr' or 'const'. by mtklein · 8 years ago
  78. 3602d4f Allow vulkan to upload data to testing textures with optimal layouts by egdaniel · 8 years ago
  79. 87f15c8 Retract GrRenderTarget from GrTestTarget by robertphillips · 8 years ago
  80. b2df0c2 Refactor Vulkan image, texture, RTs so that create and getter handles match. by egdaniel · 8 years ago
  81. 175dd9b Clean up test drawContext usage by robertphillips · 8 years ago
  82. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  83. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  84. 1a9b964 Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ )" by reed · 9 years ago
  85. 9283d20 Revert of more shader-->sp conversions (patchset #5 id:80001 of https://codereview.chromium.org/1789633002/ ) by reed · 9 years ago
  86. ce563cd more shader-->sp conversions by reed · 9 years ago
  87. e63ffef Remove deferred clear from SkGpuDevice by bsalomon · 9 years ago
  88. 091f60c Use a struct for client GL texture handles by bsalomon · 9 years ago
  89. 2a24338 GM: replace boilerplate with macros by halcanary · 9 years ago
  90. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  91. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  92. 3e5f555 Various GL testing fixes by jvanverth · 9 years ago
  93. 8895792 Rename backing texture testing routines by jvanverth · 9 years ago
  94. 672bb7f Remove GL-specific code from GMs and tests by jvanverth · 9 years ago
  95. f9ad558 Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/) by reed · 9 years ago
  96. 1852ec2 Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/) by reed · 9 years ago
  97. b6d93ea Return GrGLContext from GrTestTarget by joshualitt · 9 years ago
  98. 993a421 SkImage::NewFromYUVTexturesCopy by bsalomon · 9 years ago