1. a7f0013 Revert "Make asFragmentProcessor entry point only take a GrRecordingContext" by Robert Phillips · 6 years ago
  2. 9407e24 make float more primary API for paint (esp. for alpha) by Mike Reed · 6 years ago
  3. e821d21 Make asFragmentProcessor entry point only take a GrRecordingContext by Robert Phillips · 6 years ago
  4. d44146b Switch GrSurfaceProxy's Copy methods over to GrRecordingContext by Robert Phillips · 6 years ago
  5. c5058a6 Add addOnFlushCallbackObject at GrRecordingContext level by Robert Phillips · 6 years ago
  6. 34a2a76 Remove assert that BGRA and RGBA are not opaque by Leon Scroggins III · 6 years ago
  7. f296506 add mixer colorfilter by Florin Malita · 6 years ago
  8. be9aff2 Remove GrContextPriv.h from GrRenderTargetContext.h by Robert Phillips · 6 years ago
  9. 28bafb0 Add option to force GLSL string caching rather than program binaries. by Brian Salomon · 6 years ago
  10. f5cdd9b Add SK_API to GrContextOptions and GrContextOptions::PersistentCache by Brian Salomon · 6 years ago
  11. c405c27 Remove unused fields related to old multitexturing TextureOp. by Brian Salomon · 6 years ago
  12. 292a6b2 Allow GrRecordingContext to create surfaceContexts by Robert Phillips · 6 years ago
  13. 562017b [SVGCanvas] Clean up public factories by Florin Malita · 6 years ago
  14. f259b8b Add kRGB_888X_GrPixelConfig by Greg Daniel · 6 years ago
  15. 729bb19 Update examples to use SkFont by Mike Reed · 6 years ago
  16. e77142e Fix bug of SkSVGCanvas::Make by KDr2 · 6 years ago
  17. 186669c work to fix bookmaker by Mike Reed · 6 years ago
  18. 62ad46b fix contour-measure for move-line-move by Mike Reed · 6 years ago
  19. 6f0e02f Switch path renderers over to using GrRecordingContext by Robert Phillips · 6 years ago
  20. b97da53 Switch Ops over to using GrRecordingContext by Robert Phillips · 6 years ago
  21. 60ea40c Remove private configs from GrPixelConfig. by Greg Daniel · 6 years ago
  22. 59cf562 SkPaint: clean up ctor, dtor, etc by Hal Canary · 6 years ago
  23. 233fc0b remove unused cruft by Mike Reed · 6 years ago
  24. 7f3618a Use clang versions of SK_RESTRICT and SK_WARN_UNUSED_RESULT on Windows by Brian Osman · 6 years ago
  25. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 6 years ago
  26. b7d64b9 Implement drawImage in terms of drawImageRect by Michael Ludwig · 6 years ago
  27. 5257816 Remove a few semicolons. by Nico Weber · 6 years ago
  28. cd9ef73 Mask -> M by Mike Klein · 6 years ago
  29. 8d45941 update dox for pathmeasure by Mike Reed · 6 years ago
  30. 1f05d45 Add GrContext::resetGLTextureBindings(). by Brian Salomon · 6 years ago
  31. d684148 Move auditTrail and opMemoryPool from GrContext to GrRecordingContext by Robert Phillips · 6 years ago
  32. 9707e90 move some methods out of line by Mike Klein · 6 years ago
  33. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 6 years ago
  34. dcfc3ef skvx wip by Mike Klein · 6 years ago
  35. 8c8806f Default init GrGpuResource::UniqueID to invalid id. by Brian Salomon · 6 years ago
  36. fe0963c Move "matches" from GrContextThreadSafeProxy to GrContext_Base by Robert Phillips · 6 years ago
  37. 8619a34 Revert "Hide setDrawLooper -- deprecate loopers" by Mike Reed · 6 years ago
  38. dbf7072 Use different classes for client side arrays and GPU buffer objects. by Brian Salomon · 6 years ago
  39. 173464d Add support for importing AHardwareBuffers into SkSurfaces. by Greg Daniel · 6 years ago
  40. c877ea2 Hide setDrawLooper -- deprecate loopers by Mike Reed · 6 years ago
  41. 88f5671 move SkMetaData into src by Mike Reed · 6 years ago
  42. 53a5298 add mad() and shuffle() to SkVx by Mike Klein · 6 years ago
  43. 4292515 fill in most remaining skvx operations by Mike Klein · 6 years ago
  44. cc88f3a per-contour variant of SkPathMeasure by Mike Reed · 6 years ago
  45. 455c747 sketch SkVx by Mike Klein · 6 years ago
  46. 37b7d41 Revert "templatize drawString" by Mike Reed · 6 years ago
  47. 8ce7991 Add release proc apis to SkSurface::MakeFromBackend* calls. by Greg Daniel · 6 years ago
  48. ae64c19 Convert GrBufferType to enum class, rename, and remove dead values by Brian Salomon · 6 years ago
  49. bb60677 Move caps and FP factory cache to GrContext_Base by Robert Phillips · 6 years ago
  50. 2d35a1c Move texture release proc to GrSurface so that render targets can also have releases. by Greg Daniel · 6 years ago
  51. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 6 years ago
  52. 50ea3c0 Add support for MSVC run-time checks (and control flow guard) by Brian Osman · 6 years ago
  53. 9d89582 templatize drawString by Mike Reed · 6 years ago
  54. c1541ae Move GrContextOptions to GrContext_Base and make GrContextThreadSafeProxy be derived from GrContext_Base by Robert Phillips · 6 years ago
  55. 69da42f remove metadata from canvas by Mike Reed · 6 years ago
  56. c3b4790 use std::underlying_type by Mike Klein · 6 years ago
  57. 88e58a7 remove legacy includes by Mike Reed · 6 years ago
  58. 8c14038 hide getMetaData() by Mike Reed · 6 years ago
  59. b45f47d Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization (take 2) by Robert Phillips · 6 years ago
  60. 32d8cce Revert "Revert "remove legacy forward declares"" by Mike Reed · 6 years ago
  61. 0d84e80 move experimental header out of public includes by Mike Reed · 6 years ago
  62. 4891346 Revert "remove legacy forward declares" by Mike Reed · 6 years ago
  63. 00dcf66 remove legacy forward declares by Mike Reed · 6 years ago
  64. 5b1813a Revert "Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization" by Robert Phillips · 6 years ago
  65. 87685ba Add isTextureable parameter to GrContextThreadSafeProxy::createCharacterization by Robert Phillips · 6 years ago
  66. a69c501 Remove SkColorSpaceTransferFn by Brian Osman · 6 years ago
  67. 26ccfcc Remove SkICC::WriteToICC by Brian Osman · 6 years ago
  68. ec7278e remove unneeded friends/includes in SkPaint.h by Mike Reed · 6 years ago
  69. fd0d970 Rename GrContext::uniqueID to contextID and hide it by Robert Phillips · 6 years ago
  70. fdb876d remove breakText, and all utf cache accessors by Mike Reed · 6 years ago
  71. 569dda7 hide SkFont::containsText by Mike Reed · 6 years ago
  72. 88c6eb5 remove (dead) legacy measuretext by Mike Reed · 6 years ago
  73. 5b257ab change measureText impl to first convert to glyphs by Mike Reed · 6 years ago
  74. f55e8d5 Add option to skip intermediate release/fulfill calls for promise images. by Brian Salomon · 6 years ago
  75. 4217ea7 Add outline of new GrContext hierarchy by Robert Phillips · 6 years ago
  76. 59ef8c3 Remove legacy texture-backed promise image interface. by Brian Salomon · 6 years ago
  77. 673a048 hide deprecated breaktext by Mike Reed · 6 years ago
  78. a0bc39d Split GrContextThreadSafeProxy into its own files (take 2) by Robert Phillips · 6 years ago
  79. d3bde0b remove legacy SkPaint getTextBlobIntercepts by Mike Reed · 6 years ago
  80. ea8b4fc Revert "Split GrContextThreadSafeProxy into its own files" by Robert Phillips · 6 years ago
  81. f8397f2 Split GrContextThreadSafeProxy into its own files by Robert Phillips · 6 years ago
  82. d8a90f9 Converting more debug code to SkJSONWriter by Brian Osman · 6 years ago
  83. 41f0e28 Add MaxAPIVersion to GrVkBackendContext. by Greg Daniel · 6 years ago
  84. 5f528e5 Revert "Reland "Revert "remove legacy code for text attributes on paint""" by Mike Reed · 6 years ago
  85. 3c03c85 Reland "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 6 years ago
  86. fd0bba8 Revert "Revert "remove legacy code for text attributes on paint"" by Mike Reed · 6 years ago
  87. fb0e2aa Revert "remove legacy code for text attributes on paint" by Mike Reed · 6 years ago
  88. 80f4adf remove legacy code for text attributes on paint by Mike Reed · 6 years ago
  89. 0d60676 Actually reuse GrTexture if SkPromiseImageTexture used with multiple images. by Brian Salomon · 6 years ago
  90. 35ba614 Remove GrGpuResource::abandon from the public API. by Brian Salomon · 6 years ago
  91. 9bc76d9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable. by Brian Salomon · 6 years ago
  92. aa6ca0a Require explicit GrWrapCacheable specification in more places. by Brian Salomon · 6 years ago
  93. fa2ebea Replace bool purgeImmediately with enum GrWrapCacheable. by Brian Salomon · 6 years ago
  94. c7601bf Update Skia milestone to 74 by Heather Miller · 6 years ago
  95. 42e4dc0 Remove SkColorSpace::Gamut enum by Brian Osman · 6 years ago
  96. 5deadca Remove nearly all use of SkColorSpaceTransferFn by Brian Osman · 6 years ago
  97. 08c0629 Revert "Implement XP factory dumping" by Derek Sollenberger · 6 years ago
  98. 8d8224f Implement XP factory dumping by Chris Dalton · 6 years ago
  99. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 6 years ago
  100. 7545190 Add new experimental API for rectangles with per-edge AA control by Michael Ludwig · 6 years ago