1. 2aa3b8d fix test to use new api by Mike Reed · 4 years, 9 months ago
  2. e438738 Split SkYUVAInfo::PlanarConfig into PlaneConfig and Subsampling enums by Brian Salomon · 4 years, 9 months ago
  3. 88d7e62 Make ManagedBackendTexture fail on invalid GrBackendTexture by Brian Salomon · 4 years, 9 months ago
  4. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 4 years, 10 months ago
  5. 7205080 Revert "Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers.""" by Brian Salomon · 4 years, 10 months ago
  6. 4efaf5e Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 10 months ago
  7. 21f8b51 Revert "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 4 years, 10 months ago
  8. f625e4c Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." by Brian Salomon · 4 years, 10 months ago
  9. 5ee0556 Use ManagedBackendTexture in place of TestUtils backend texture helpers. by Brian Salomon · 4 years, 10 months ago
  10. 326f1d7 Accumulated non-substantive changes by Robert Phillips · 4 years, 10 months ago
  11. c2a9a97 New version of SkImage::MakeFromYUVAPixmaps() by Brian Salomon · 5 years ago
  12. 302e8fb Downgrade SkImage to GrImageContext by Adlai Holler · 5 years ago
  13. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 5 years ago
  14. 14dc791 Reland "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 5 years ago
  15. c41ae2a Reland "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 5 years ago
  16. 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 5 years ago
  17. ae04cc9 Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 5 years ago
  18. daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 5 years ago
  19. 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 5 years ago
  20. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 5 years ago
  21. cd04356 Can't share encoded data if we have any modifiers by Mike Reed · 5 years ago
  22. 564d49e Remove subset parameter from making encoded/generator images by Mike Reed · 5 years ago
  23. e94b4e1 Update more tests to use the GrDirectContext/GrRecordingContext pair by Robert Phillips · 5 years ago
  24. b25e065 Convert more tests to GrDirectContext/GrRecordingContext pair by Robert Phillips · 5 years ago
  25. 3d30ca6 Add CubicResampler to makeShader by Mike Reed · 5 years ago
  26. 8c82a87 Rename GrTexture/Proxy/Priv mip map members/functions by Brian Salomon · 5 years ago
  27. 69100f0 Rename GrCaps fields and methods from MipMap to Mipmap by Brian Salomon · 5 years ago
  28. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 5 years ago
  29. 3a22017 Reland "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 5 years ago
  30. 779813a Revert "Add a direct context arg to makeColorTypeAndColorSpace" by Adlai Holler · 5 years ago
  31. a56da9e Add a direct context arg to makeColorTypeAndColorSpace by Adlai Holler · 5 years ago
  32. 6d344c3 Update unit tests to accept GrDirectContext by Robert Phillips · 5 years ago
  33. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 5 years ago
  34. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 5 years ago
  35. 04283f3 Reland "Implement submit API to GrContext." by Greg Daniel · 5 years ago
  36. 9ee15d7 Revert "Implement submit API to GrContext." by Greg Daniel · 5 years ago
  37. 40f288c Implement submit API to GrContext. by Greg Daniel · 5 years ago
  38. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 5 years ago
  39. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 5 years ago
  40. fe15962 Reland "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 5 years ago
  41. 2faa337 Revert "Split apart flushing and submitting in the GrGpu classes and GrDrawingManager." by Greg Daniel · 5 years ago
  42. 6341d92 Split apart flushing and submitting in the GrGpu classes and GrDrawingManager. by Greg Daniel · 5 years ago
  43. bc074a6 Add SkBudgeted parameter to SkImage::makeTextureImage(). by Brian Salomon · 5 years ago
  44. 456f9b5 Reland "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
  45. f6ed96d Revert "Move GrGpuResource GrSurface and GrTexture into src." by Greg Daniel · 5 years ago
  46. e5a06ce Move GrGpuResource GrSurface and GrTexture into src. by Greg Daniel · 5 years ago
  47. ecbb0fb Simplify view getters on GrTextureProducer. by Brian Salomon · 5 years ago
  48. c8d092a Revert "Revert "Remove copies for wrap modes in GrTextureProducer."" by Brian Salomon · 5 years ago
  49. bf5cb0f Revert "Remove copies for wrap modes in GrTextureProducer." by Robert Phillips · 5 years ago
  50. 7fba244 Remove copies for wrap modes in GrTextureProducer. by Brian Salomon · 5 years ago
  51. 5a5fe79 Improve the mechanism to suppress warning messages during testing by Chris Dalton · 5 years ago
  52. 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
  53. febdedf Switch SkImage_Base asTextureProxyRef to return view instead. by Greg Daniel · 6 years ago
  54. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 6 years ago
  55. ccb6142 Allow implicit conversion from GrSamplerState::Filter to GrSamplerState by Brian Salomon · 6 years ago
  56. f46d5ca use std::make_unique by Mike Klein · 6 years ago
  57. d4b95d2 Revert "Implement refPinnedTextureProxy for SkImage_Lazy." by Robert Phillips · 6 years ago
  58. 1e0f2f3 Implement refPinnedTextureProxy for SkImage_Lazy. by Jim Van Verth · 6 years ago
  59. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 6 years ago
  60. a4828a1 Remove GrPixelConfigIsAlphaOnly call and transition calls to it. by Greg Daniel · 6 years ago
  61. 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 6 years ago
  62. d566e2e Remove unused dstColorSpace parameter from makeTextureImage by Brian Osman · 6 years ago
  63. 62221e7 Delete GrBackendSurface's GrPixelConfig by Robert Phillips · 6 years ago
  64. 4d87b2b Address TODO in testing code (i.e., cleanup create_backend_texture) by Robert Phillips · 6 years ago
  65. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 6 years ago
  66. 1d43530 Pass alpha type to GrSurfaceContext::read/writePixels and remove flags. by Brian Salomon · 6 years ago
  67. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 6 years ago
  68. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 6 years ago
  69. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 6 years ago
  70. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 6 years ago
  71. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 6 years ago
  72. ad8efda Reland "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 6 years ago
  73. 8fbca48 Revert "Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA."" by Brian Salomon · 6 years ago
  74. 622b6f5 Reland "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Brian Salomon · 6 years ago
  75. bc0c460 Revert "Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA." by Robert Phillips · 6 years ago
  76. a15f355 Release YUVA planes in SkImage_GpuYUVA after flattenning to RGBA. by Brian Salomon · 6 years ago
  77. f9a1fdf Reland "Add flush() to SkImage." by Brian Salomon · 6 years ago
  78. 693bc2b Revert "Add flush() to SkImage." by Brian Salomon · 6 years ago
  79. d0503a7 Add flush() to SkImage. by Brian Salomon · 6 years ago
  80. ee5fd13 Add test for DDLs and SkSurface::flush by Robert Phillips · 6 years ago
  81. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  82. 5ad6fd3 Put SkImageInfo on SkImage to avoid cost of reconstructing for queries. by Brian Salomon · 6 years ago
  83. 0498857 fold sk_pixel_iter.h into ToolUtils by Mike Klein · 6 years ago
  84. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  85. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 6 years ago
  86. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  87. a0bc39d Split GrContextThreadSafeProxy into its own files (take 2) by Robert Phillips · 7 years ago
  88. ea8b4fc Revert "Split GrContextThreadSafeProxy into its own files" by Robert Phillips · 7 years ago
  89. f8397f2 Split GrContextThreadSafeProxy into its own files by Robert Phillips · 7 years ago
  90. 35ba614 Remove GrGpuResource::abandon from the public API. by Brian Salomon · 7 years ago
  91. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 7 years ago
  92. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 7 years ago
  93. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 7 years ago
  94. baa2a28 tests: do not crash with missing resources. by Hal Canary · 7 years ago
  95. 6064e1c Remove texColorSpace output param from various producer APIs by Brian Osman · 7 years ago
  96. e7fd8c3 Un-plumb dstColorSpace through GrTextureProducer by Brian Osman · 7 years ago
  97. a0dc3d2 Revert "Revert "Include color type and color space in bitmap cache key"" by Brian Osman · 7 years ago
  98. 9ff04c0 Revert "Include color type and color space in bitmap cache key" by Brian Osman · 7 years ago
  99. 274a89e Include color type and color space in bitmap cache key by Brian Osman · 7 years ago
  100. e47e5b6 Restore proper name of the SkImage_Gpu2Cpu unit test by Brian Osman · 7 years ago