1. 5faf474 More bounds fixes for StrokeRect and DefaultPath when using MSAA for non-aa. by Greg Daniel · 5 years ago
  2. f2f0e1b Add TransferBuffer and AsyncRead support to Metal. by Jim Van Verth · 5 years ago
  3. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago
  4. 6694440 Make SkPixmap-variant of createBackendTexture public by Robert Phillips · 5 years ago
  5. 9b8b455 Change ByteCode and ByteCodeFunction to classes by Brian Osman · 5 years ago
  6. f2ebdd9 Rename GrPixelInfo to GrImageInfo. by Brian Salomon · 5 years ago
  7. 7aeabcf [SkParagraph] Require len if using addText(const char*) by Kevin Lubick · 5 years ago
  8. dcbc359 Remove vestiges of 32 float texture format support by Brian Salomon · 5 years ago
  9. cbd235c Introduce SkIota a wrapper that adds an index by Herb Derby · 5 years ago
  10. 5dd7746 Use SW backend as ref for AsyncReadPixels unit test. by Brian Salomon · 5 years ago
  11. b23d66e Interpreter: Lots of minor cleanup/refactoring by Brian Osman · 5 years ago
  12. 7f36798 Add mipmap support to SkPixmap flavor of createBackendTexture by Robert Phillips · 5 years ago
  13. 31cff27 Revert "Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear"" by Ethan Nicholas · 5 years ago
  14. 614cdab Check support for each GL format independently. by Brian Salomon · 5 years ago
  15. 85705c1b Revert "remove 'in uniform' support from GrSkSLFP, make rules more clear" by Ethan Nicholas · 5 years ago
  16. ac18a5c remove 'in uniform' support from GrSkSLFP, make rules more clear by Ethan Nicholas · 5 years ago
  17. 7ee3f93 Add a test that draws subpictures within an MSKP and make it pass. by Nathaniel Nifong · 5 years ago
  18. 2caecd2 In AAConvexPathRenderer, don't assume that path direction can be computed by Brian Osman · 5 years ago
  19. 986ab2c Add helper SkMakeZip by Herb Derby · 5 years ago
  20. 0ee1034 Split out check_base_readbacks sub-test in BackendAllocation tests by Robert Phillips · 5 years ago
  21. c1dbb4b Add check_mipmaps subtest to BackendAllocation test by Robert Phillips · 5 years ago
  22. 73fb39c SkSL: Support bitwise negation on unsigned integers by Brian Osman · 5 years ago
  23. d34691b Remove compressed format support from the GrGpu::createBackendTexture code path by Robert Phillips · 5 years ago
  24. 6f62412 Fixed integer divide / remainder in sksl interpreter by Ethan Nicholas · 5 years ago
  25. d48f13b Enable Codec_GifInterlacedTruncated test for Wuffs by Nigel Tao · 5 years ago
  26. 4c2146f Interpreter: Add bitwise shift operators by Brian Osman · 5 years ago
  27. e5bbce2 Interpreter: Add bitwise operators by Brian Osman · 5 years ago
  28. d166d2e SkSL interpreter now properly short-circuits boolean operators by Ethan Nicholas · 5 years ago
  29. 40b05c3 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur (take 2) by Robert Phillips · 5 years ago
  30. ea1b30b New proposed syntax for SkColorTypes by Robert Phillips · 5 years ago
  31. a5d96bc Remove "experimental" comments regarding RG_F16 and RGBA_16161616 by Robert Phillips · 5 years ago
  32. c766d7f Revert "Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur" by Robert Phillips · 5 years ago
  33. f580721 Remove a usage of GrPixelConfig in SkGpuBlurUtils::GaussianBlur by Robert Phillips · 5 years ago
  34. e2a903e Reland "Reorder msaa and mipmap resolves to happen all at once" by Chris Dalton · 5 years ago
  35. 6b4143e move skvm debug tools back to core by Mike Klein · 5 years ago
  36. c44ee1a Reland "SkZip - synchronized indexing of several pointers" by Herb Derby · 5 years ago
  37. 17a3a0b Last tranche of new SkColorTypes by Robert Phillips · 5 years ago
  38. fac9196 Revert "Reorder msaa and mipmap resolves to happen all at once" by Chris Dalton · 5 years ago
  39. fd14146 Reorder msaa and mipmap resolves to happen all at once by Chris Dalton · 5 years ago
  40. a9d44b6 Revert "SkZip - synchronized indexing of several pointers" by Herb Derby · 5 years ago
  41. f3c4a82 SkZip - synchronized indexing of several pointers by Herb Derby · 5 years ago
  42. 5a9a0b3 fixed an SkSL parse issue by Ethan Nicholas · 5 years ago
  43. 409f6f0 Additional SkSL swizzle optimizations by Ethan Nicholas · 5 years ago
  44. 9830fc4 A fix and unit test for jagged characters by Herb Derby · 5 years ago
  45. a90382f Pass color types when creating texture with initial data. by Brian Salomon · 5 years ago
  46. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  47. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  48. bd2f070 Always create an approx-size texture for approx-fit proxies by Michael Ludwig · 5 years ago
  49. e455f65 SkSL now supports constant 1/0 in all swizzle channels, as well as "LTRB" as an alias for "xyzw" / "rgba". by Ethan Nicholas · 5 years ago
  50. 6d20d99 test we already have SkPicture::drawsNothing() by Mike Klein · 5 years ago
  51. 430470d make rectcontour and nestedrects private by Mike Reed · 5 years ago
  52. 429f0d3 Add kRG_1616 and kAlpha_16 SkColorTypes by Robert Phillips · 5 years ago
  53. e3b6fe4 Update comparison in BackendAllocation tests by Robert Phillips · 5 years ago
  54. 3c70f9a Add a GifTest for the Haeberli hack by Nigel Tao · 5 years ago
  55. aee18c9 Cleanup after removal of IORefs from GrSurface by Robert Phillips · 5 years ago
  56. d470e1b Add kRG_88_SkColorType by Robert Phillips · 5 years ago
  57. 8fda88e reverse/restore order of verbs in path to be forward (normal) by Mike Reed · 5 years ago
  58. 498a9b2 Reland: Only send the RemoteStrikes that have pending glyphs. by Khushal · 5 years ago
  59. f793de1 Update some ops to create their buffers in onPrepare. by Greg Daniel · 5 years ago
  60. 526df26 Reshuffling bidi regions + empty text sizes + some font resolution bugs by Julia Lavrova · 5 years ago
  61. a5b0769 update test to allow dumping images by Mike Reed · 5 years ago
  62. cf39f37 Remove maxCount resource cache limit by Robert Phillips · 5 years ago
  63. beb7f52 Make GrSurfaceProxy constructors take arg that determines participation in by Brian Salomon · 5 years ago
  64. 095f5b4 .fp files now support user-defined functions by Ethan Nicholas · 5 years ago
  65. d4efe68 SkSL sample() now permits specification of coordinates by Ethan Nicholas · 5 years ago
  66. 6d50818 Match CanvasStateHelpers.cpp change in Android repo by Ravi Mistry · 5 years ago
  67. d72dd4d Fix updating of current task index in GrResourceAllocator by Greg Daniel · 5 years ago
  68. a036f0d Make GrSurfaceProxy derive from GrNonAtomicRef and remove GrIORefProxy. by Brian Salomon · 5 years ago
  69. a4c7883 Cleanups around fRemoteGlyphStateMap by Herb Derby · 5 years ago
  70. dcf9ca1 Have visitProxies take a GrTexutreProxy instead of GrSurfaceProxy. by Greg Daniel · 5 years ago
  71. 334a642 remove unused sk_sp comparison operators by Mike Klein · 5 years ago
  72. ea07123 Define Usage and image+origin wrapper for image filters by Michael Ludwig · 5 years ago
  73. 2d41d0d Remove GrGpuTextureCommandBuffer class and rename to GrOpsRenderPass. by Greg Daniel · 5 years ago
  74. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  75. 9313874 Rename GrContextOption fReduceOpListSplitting to fReduceOpsTaskSplitting. by Greg Daniel · 5 years ago
  76. c4b4735 Don't pass around renderTargetContexts from onFlush callbacks by Chris Dalton · 5 years ago
  77. f41b2bd Reland "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  78. f21bf9e Revert "Merge GrOpList and GrRTOpList and rename to GrOpsTask." by Greg Daniel · 5 years ago
  79. 2a59541 Merge GrOpList and GrRTOpList and rename to GrOpsTask. by Greg Daniel · 5 years ago
  80. 3f412f9 [svgcanvas] Named colors support by Florin Malita · 5 years ago
  81. a40db42 Bug fixes for Flutter by Julia Lavrova · 5 years ago
  82. aa3cbb8 Mark mipmaps dirty from makeClosed() rather than opList constructors by Chris Dalton · 5 years ago
  83. e1efd38 Remove GrPendingIOResource by Robert Phillips · 5 years ago
  84. 30eea6c Convert GrManyDependentsMipMappedTest to a mock gpu test by Chris Dalton · 5 years ago
  85. 05bab9a [svgcanvas] Don't emit default fill and stroke attributes by Florin Malita · 5 years ago
  86. bf6b979 GrSurfaceContext not ref counted. by Brian Salomon · 5 years ago
  87. 4be31e2 Conservatively consider any path with tiny edges to be concave by Brian Osman · 5 years ago
  88. 80bff5b Remove GrProxyPendingIO by Robert Phillips · 5 years ago
  89. 916a904 Placeholders implementation + unit tests by Julia Lavrova · 5 years ago
  90. 5f152f0 add path-edger; lightweight Iter for edges by Mike Reed · 5 years ago
  91. aae845f Fixed temp dir for snapshots by Julia Lavrova · 5 years ago
  92. ba7e9a6 never check for degenerates in path::iter by Mike Reed · 5 years ago
  93. 7022b77 Part 1/2 to remove SkTextBlobCacheDiffCanvas::Settings by herb · 5 years ago
  94. 82963a3 Remove SkRemoteGlyphCacheImpl.h by Herb Derby · 5 years ago
  95. bb10848 SkMallocPixelRef: remove MakeDirect and MakeWithProc from API. by Hal Canary · 5 years ago
  96. 9c73e3d Turn off -Wreturn-std-move-in-c++11 by Brian Salomon · 5 years ago
  97. 4c3fd34 Remove MakeCrossContextFromEncoded, unused argument from ...FromPixmap by Brian Osman · 5 years ago
  98. 096b091 Make GrBlend.h private by Brian Salomon · 5 years ago
  99. e30a485 Move the source image into Context by Michael Ludwig · 5 years ago
  100. 201cdbb Make GrSamplerState.h and GrRenderTarget.h private by Brian Salomon · 5 years ago