1. d684148 Move auditTrail and opMemoryPool from GrContext to GrRecordingContext by Robert Phillips · 5 years ago
  2. 6bc650e Fix Metal bots. by Jim Van Verth · 5 years ago
  3. 601ac80 Cache CPU memory buffers used for client side arrays. by Brian Salomon · 5 years ago
  4. dcfc3ef skvx wip by Mike Klein · 5 years ago
  5. 8619a34 Revert "Hide setDrawLooper -- deprecate loopers" by Mike Reed · 5 years ago
  6. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 5 years ago
  7. c1bee13 Add support for Mtl backend to DeferredDisplayListTest by Robert Phillips · 5 years ago
  8. 3d48299 Set correct uniform size for Metal. by Jim Van Verth · 5 years ago
  9. 4d907da move Reporter::reportFailedWithContext() out of line by Mike Klein · 5 years ago
  10. 173464d Add support for importing AHardwareBuffers into SkSurfaces. by Greg Daniel · 5 years ago
  11. c877ea2 Hide setDrawLooper -- deprecate loopers by Mike Reed · 5 years ago
  12. dbaf317 Move GrContextPriv methods to their own .cpp file by Robert Phillips · 5 years ago
  13. 53a5298 add mad() and shuffle() to SkVx by Mike Klein · 5 years ago
  14. 4292515 fill in most remaining skvx operations by Mike Klein · 5 years ago
  15. f272b8f Remove filterRec bypass on MakeRecAndEffects by Herb Derby · 5 years ago
  16. cc88f3a per-contour variant of SkPathMeasure by Mike Reed · 5 years ago
  17. 455c747 sketch SkVx by Mike Klein · 5 years ago
  18. e1f5502 Reland "SkSL is now pickier about type conversions" by Ethan Nicholas · 5 years ago
  19. c83da98 Revert "SkSL is now pickier about type conversions" by Ethan Nicholas · 5 years ago
  20. 91c1d08 SkSL is now pickier about type conversions by Ethan Nicholas · 5 years ago
  21. 822d223 Make sure the vulkan gpu is done work before we deleting objects in VkHardwareBufferTest. by Greg Daniel · 5 years ago
  22. 8ce7991 Add release proc apis to SkSurface::MakeFromBackend* calls. by Greg Daniel · 5 years ago
  23. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 5 years ago
  24. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  25. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 5 years ago
  26. 950dfd7 Minor clean ups to vulkan hardware buffer test. by Greg Daniel · 5 years ago
  27. 698219e Remove temporarily_sanitize by Leon Scroggins III · 5 years ago
  28. b45f47d Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization (take 2) by Robert Phillips · 5 years ago
  29. 9c7a006 Remove NoPendingIO flags from buffer creations. by Brian Salomon · 5 years ago
  30. 5b1813a Revert "Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization" by Robert Phillips · 5 years ago
  31. 87685ba Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization by Robert Phillips · 5 years ago
  32. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 5 years ago
  33. fdb876d remove breakText, and all utf cache accessors by Mike Reed · 5 years ago
  34. 1a0126f skip huge allocation in test on 32bit devices by Mike Reed · 5 years ago
  35. d0fe875 Remove destination GrRenderTargetProxy from GrPipeline by Robert Phillips · 5 years ago
  36. 569dda7 hide SkFont::containsText by Mike Reed · 5 years ago
  37. 932dd07 Fix type in Andoird string. by Greg Daniel · 5 years ago
  38. 1c20523 fix tiler to handle large float rects by Mike Reed · 5 years ago
  39. 24d861d Add hardware buffer unit test from old skqp to skia. by Greg Daniel · 5 years ago
  40. f55e8d5 Add option to skip intermediate release/fulfill calls for promise images. by Brian Salomon · 5 years ago
  41. 95d0c8d Fix bug in sampling rotated decodes by Leon Scroggins III · 5 years ago
  42. ac262a0 remove Sk4x4f.h -- dead code by Mike Klein · 5 years ago
  43. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 5 years ago
  44. 59ef8c3 Remove legacy texture-backed promise image interface. by Brian Salomon · 5 years ago
  45. 673a048 hide deprecated breaktext by Mike Reed · 5 years ago
  46. 12d2264 Convert GrBuffer owners to sk_sp by Brian Salomon · 5 years ago
  47. a0bc39d Split GrContextThreadSafeProxy into its own files (take 2) by Robert Phillips · 5 years ago
  48. ea8b4fc Revert "Split GrContextThreadSafeProxy into its own files" by Robert Phillips · 5 years ago
  49. f8397f2 Split GrContextThreadSafeProxy into its own files by Robert Phillips · 5 years ago
  50. 5f528e5 Revert "Reland "Revert "remove legacy code for text attributes on paint""" by Mike Reed · 5 years ago
  51. 3c03c85 Reland "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 5 years ago
  52. fd0bba8 Revert "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 5 years ago
  53. fb0e2aa Revert "remove legacy code for text attributes on paint" by Mike Reed · 5 years ago
  54. 80f4adf remove legacy code for text attributes on paint by Mike Reed · 5 years ago
  55. 842d31b fixed Metal matrix constructors by Ethan Nicholas · 6 years ago
  56. 35ba614 Remove GrGpuResource::abandon from the public API. by Brian Salomon · 6 years ago
  57. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  58. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  59. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  60. 5deadca Remove nearly all use of SkColorSpaceTransferFn by Brian Osman · 6 years ago
  61. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 6 years ago
  62. 945ee65 Enforce non-overlap constraint from GrRenderTargetOpList by Chris Dalton · 6 years ago
  63. 77f94ea Move more utils into SkFontPriv, IWYU by Mike Reed · 6 years ago
  64. 0251880 Remove SkGammaNamed / gammaNamed() from SkColorSpace by Brian Osman · 6 years ago
  65. 02738a8 Revert "hide hinting and flag enums with PAINT_FLAGS" by Hal Canary · 6 years ago
  66. 5d052da hide hinting and flag enums with PAINT_FLAGS by Mike Reed · 6 years ago
  67. 3026d4b SkDocument: use `auto` for MakeDocument(). by Hal Canary · 6 years ago
  68. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 6 years ago
  69. 4b62aed Return GrProcessorSet::Analysis from GrDrawOp::finalize by Chris Dalton · 6 years ago
  70. 5fd955e Rename SkGlyphCache -> SkStrike by Herb Derby · 6 years ago
  71. 1676cb9 Restore ETC1 compressed texture support. by Jim Van Verth · 6 years ago
  72. 330b085 Remove "canCombineOverlappedStencilAndCover" by Chris Dalton · 6 years ago
  73. 31ba6fe unflatten directly to font for legacy skps by Mike Reed · 6 years ago
  74. 4ca9fa3 SkPDF: unify Canon and Document by Hal Canary · 6 years ago
  75. 3f4cd77 Make SkPromiseImageTexture ref counted. by Brian Salomon · 6 years ago
  76. a21d196 Move clear-as-draw caps into GrCaps by Michael Ludwig · 6 years ago
  77. a7ceb50 added PLS support to SkSL by Ethan Nicholas · 6 years ago
  78. 2746765 Reduce reliance on the SkImage_Gpu's GrContext pointer by Robert Phillips · 6 years ago
  79. e5f9cfa expand flag to include all text-related paint fields by Mike Reed · 6 years ago
  80. e6fb76b Add additional information (e.g. colorspace) to the GpuDrawHandler by Derek Sollenberger · 6 years ago
  81. f6fca26 Make a ctor for SkGlyph by Herb Derby · 6 years ago
  82. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  83. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  84. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  85. c6444d2 Enable wide color support in CCPR by Brian Osman · 6 years ago
  86. 22bee5a Update FontHostStreamTest to use SkFont by Mike Reed · 6 years ago
  87. f1921f4 drawText Cleanup, part 6 by Hal Canary · 6 years ago
  88. 4284ec6 add SkTHashTable::LookupOrNull() by Mike Klein · 6 years ago
  89. 21c3482 revert changes to FontHostStreamTest by Hal Canary · 6 years ago
  90. a70ae1a drawText Cleanup, part 5 by Hal Canary · 6 years ago
  91. 3560ea7 drawText Cleanup, part 3 by Hal Canary · 6 years ago
  92. c96fc37 Reland "Use specialized quad lists in rectangle ops" by Michael Ludwig · 6 years ago
  93. 89a644b sed s/drawSimpleText/drawString/ by Hal Canary · 6 years ago
  94. aaa77c1 Reland "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  95. 832c931 Revert "Make SkBitmap/SkPixmap::erase* do so in sRGB" by Robert Phillips · 6 years ago
  96. 7337dbe Revert "ccpr: Support caching of paths that span multiple tiles" by Chris Dalton · 6 years ago
  97. 6f44647 Make SkBitmap/SkPixmap::erase* do so in sRGB by Leon Scroggins III · 6 years ago
  98. 6a3dc8b ccpr: Support caching of paths that span multiple tiles by Chris Dalton · 6 years ago
  99. 023403b hide setTextEncoding by Mike Reed · 6 years ago
  100. 1af9b48 use drawstring with font by Mike Reed · 6 years ago