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