1. 53a0298 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 7 years ago
  2. a9d3dae Revert "Use GrVkMemoryAllocator for vulkan memory allocations in ganesh." by Greg Daniel · 7 years ago
  3. de81143 Revert "Move include into head to fix build breakage." by Greg Daniel · 7 years ago
  4. fac6953 Move include into head to fix build breakage. by Greg Daniel · 7 years ago
  5. 35b40ce Revert "Check for ANGLE's implementation of texture_rectangle" by Ravi Mistry · 7 years ago
  6. 27714a0 3d by Mike Reed · 7 years ago
  7. 00f8866 Check for ANGLE's implementation of texture_rectangle by Weiliang Chen · 7 years ago
  8. 331c266 Use GrVkMemoryAllocator for vulkan memory allocations in ganesh. by Greg Daniel · 7 years ago
  9. 9febd0b Add a dummy SkColorTable.cpp in src/codec by Leon Scroggins III · 7 years ago
  10. 5d1adbf Make sk_sp operator bool explicit. by Ben Wagner · 7 years ago
  11. 70132d0 Make GrPrimitiveProcessor::Attribute a class, hide data members. by Brian Salomon · 7 years ago
  12. 8dc68c6 Make skcms mandatory by Brian Osman · 7 years ago
  13. 588f879 warmup, remove clamping in append_gamut_transform() by Mike Klein · 7 years ago
  14. 34ab0f2 whoops by Mike Klein · 7 years ago
  15. cf9086c Revert "Allow CCPR in DDL mode" by Robert Phillips · 7 years ago
  16. 594b64c Revert "Revert "Make GrTextureOp disable coverage AA when rect falls on integers."" by Brian Salomon · 7 years ago
  17. 18dbfd0 Reland "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 7 years ago
  18. 93540dd Allow CCPR in DDL mode by Robert Phillips · 7 years ago
  19. 9660108 Add DDL to SKPBench by Robert Phillips · 7 years ago
  20. cd21d67 Revert "fonts: Use correct SurfaceProps in analysis canvas for remoting." by Ravi Mistry · 7 years ago
  21. f2c7364 support image-subsets in serialization by Mike Reed · 7 years ago
  22. 4f078f7 fonts: Use correct SurfaceProps in analysis canvas for remoting. by Khushal · 7 years ago
  23. cdbec8f remove bit, srgbnl config in DM by Mike Klein · 7 years ago
  24. bfe9598 Revert "GrTessellator: fix for ping-pong split fuzzer hang." by Ravi Mistry · 7 years ago
  25. 8624059 Rename GrAtlasTextBlob -> GrTextBlob by Herb Derby · 7 years ago
  26. bfb2a05 GrTessellator: fix for ping-pong split fuzzer hang. by Stephen White · 7 years ago
  27. 36be574 Revert "Make GrTextureOp disable coverage AA when rect falls on integers." by Brian Salomon · 7 years ago
  28. 97918ff wouldn't it be nice? by Mike Klein · 7 years ago
  29. ca439a0 Make GrTextureOp disable coverage AA when rect falls on integers. by Brian Salomon · 7 years ago
  30. bdb4956 Drop unneeded .get() in GrCoverageCountingPathRenderer.cpp by tzik · 7 years ago
  31. d8eb7b6 Reland "Turn off domain in GrTextureOp when src rect contains entire proxy" by Brian Salomon · 7 years ago
  32. 16b1eab Reland "Workaround constexpr bug in MSVC 2015 in GrTextureOp" by Brian Salomon · 7 years ago
  33. b80ffee Reland "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp." by Brian Salomon · 7 years ago
  34. 633f20e Revert "Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp." by Stephen White · 7 years ago
  35. 024317f Revert "Workaround constexpr bug in MSVC 2015 in GrTextureOp" by Stephen White · 7 years ago
  36. 95ef524 Revert "Turn off domain in GrTextureOp when src rect contains entire proxy" by Stephen White · 7 years ago
  37. 06768ca GrTessellator: remove collinear vertices. by Stephen White · 7 years ago
  38. 98bddf9 Revert "Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API." by Greg Daniel · 7 years ago
  39. 26c0e4c Create API for GrVkMemoryAllocator and impliment use of AMD VulkanMemoryAllocator on this API. by Greg Daniel · 7 years ago
  40. 869433f Turn off domain in GrTextureOp when src rect contains entire proxy by Brian Salomon · 7 years ago
  41. 9eff78e Workaround constexpr bug in MSVC 2015 in GrTextureOp by Brian Salomon · 7 years ago
  42. 26cbe51 Rename GrAtlasTextContext -> GrTextContext by Herb Derby · 7 years ago
  43. 4a0ad50 skip unpremul...premul with only linear ops between by Mike Klein · 7 years ago
  44. 7741855 skip transfer functions when not needed by Mike Klein · 7 years ago
  45. a06f215 added interface block, vector comparison intrinsics, and mvk integration for metal sksl backend by Timothy Liang · 7 years ago
  46. be6e575 spin off unpremul and opaque tests by Mike Klein · 7 years ago
  47. b12175f Remove memory pool use from SkTextBlobCache by Herb Derby · 7 years ago
  48. 8a8dd33 Make SkImage own its GrContext. by Brian Salomon · 7 years ago
  49. 5a5e084 allow divide-by-zero in conics by Mike Reed · 7 years ago
  50. 7d8276c skip gamut transform when identity by Mike Klein · 7 years ago
  51. 6968f9c SkColorSpaceXformSteps by Mike Klein · 7 years ago
  52. 7916c0e Properly zero in webp if no prior frame by Leon Scroggins III · 7 years ago
  53. a0047bc Add support for SkCanvas::kStrict_SrcRectConstraint to GrTextureOp. by Brian Salomon · 7 years ago
  54. 6ddbafc Move vulkan layout helpers from GrVkMemory to GrVkImage. by Greg Daniel · 7 years ago
  55. 4ade54d allow div-by-zero in shadow utils by Mike Reed · 7 years ago
  56. 75bf216 Move SkYUVAIndex and SkImageSourceChannel to SkImageInfoPriv.h until used in public API by Brian Salomon · 7 years ago
  57. b515ae7 Add GPU perspective support for color emoji by Jim Van Verth · 7 years ago
  58. d416083 Reland fonts: Cleanup cache miss logging for font remoting. by Khushal · 7 years ago
  59. 3e7548c Reland fonts: Add support for distance field text to font remoting. by Khushal · 7 years ago
  60. daef06a ccpr: Handle winding and even-odd in the same shader by Chris Dalton · 7 years ago
  61. 13235d8 Revert "ccpr: Handle winding and even-odd in the same shader" by Chris Dalton · 7 years ago
  62. 4aafb3a Alternate between two SkBitmaps in SkAnimatedImage by Leon Scroggins III · 7 years ago
  63. 1530f39 Make DNG decodes single threaded on Android by Leon Scroggins III · 7 years ago
  64. 5dd3fcc ccpr: Handle winding and even-odd in the same shader by Chris Dalton · 7 years ago
  65. a71305c ccpr: Add a mechanism to detach and merge pending paths by Chris Dalton · 7 years ago
  66. bed9d5e Add usage of SkYUVAIndex as pre-step to transfer to new YUVA API by Weiliang Chen · 7 years ago
  67. ee43091 fix 0.499999f rounding case for triangles by Mike Reed · 7 years ago
  68. d7e2227 ccpr: Remove GrCCDrawPathsOp's back-pointer into CCPR by Chris Dalton · 7 years ago
  69. 5bedc80 reduce clip-limit for scan converter to avoid quad-edge overflow by Mike Reed · 7 years ago
  70. f104fec Delete GrDrawOp::wasRecorded by Chris Dalton · 7 years ago
  71. 3087c1f tweak tolerance again for cubics by Mike Reed · 7 years ago
  72. 6747f52 Reland "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 7 years ago
  73. 7257e22 Revert "fonts: Add support for distance field text to font remoting." by Mike Klein · 7 years ago
  74. fc6cf92 Revert "fonts: Cleanup cache miss logging for font remoting." by Mike Klein · 7 years ago
  75. e60ae82 Revert "start cleaning up non-skcms SkColorSpaceXforms" by Mike Klein · 7 years ago
  76. 2b8a0d1 fonts: Cleanup cache miss logging for font remoting. by Khushal · 7 years ago
  77. 35e0a1a fonts: Add support for distance field text to font remoting. by Khushal · 7 years ago
  78. 1c54894 ccpr: Remove local matrix data from path instances by Chris Dalton · 7 years ago
  79. 17031a7 Use layered templates for optional vertex attributes in GrTextureOp. by Brian Salomon · 7 years ago
  80. 339133f8 start cleaning up non-skcms SkColorSpaceXforms by Mike Klein · 7 years ago
  81. 1724db1 Remove SkTextBox by Herb Derby · 7 years ago
  82. 7b37694 GrTessellator: fix crash on merging a dead edge. by Stephen White · 7 years ago
  83. 86c4001 GrTextureOp: Rename template params "V" instead of "Vertex". by Brian Salomon · 7 years ago
  84. 5b58b7c Reland "strip down SkICC.cpp" by Mike Klein · 7 years ago
  85. 89735a0 GrTessellator: remove 64K vertex limit. by Stephen White · 7 years ago
  86. 8afa554 Revert "remove fragile hack in addOval to avoid computing bounds" by Mike Klein · 7 years ago
  87. 1e7c658 drawPosText no longer obeys paint alignment by Herb Derby · 7 years ago
  88. 4bfb50b ccpr: Abstract the draws list in a separate class by Chris Dalton · 7 years ago
  89. bc721ba remove fragile hack in addOval to avoid computing bounds by Mike Reed · 7 years ago
  90. 18934c6 Simplify aligment for DFT drawText by Herb Derby · 7 years ago
  91. c402b77 Remove sk_64_isS32 and sk_64_asS32 by Herb Derby · 7 years ago
  92. 969be1c Remove mask-filters and aa from SkPaint in SkCanvas for nine-patch/lattice. by Brian Salomon · 7 years ago
  93. 3a69c74 Fix unit tests when workarounds are enabled by Adrienne Walker · 7 years ago
  94. 6d138bf Reland "Remove GrBackendObject and all related functions from Skia." by Greg Daniel · 7 years ago
  95. be3c1d2 Add perspective support to GrTextureOp. by Brian Salomon · 7 years ago
  96. 4dc5a45 remove defines and add commas by Cary Clark · 7 years ago
  97. c490b28 Disable perspective for emoji fallback by Jim Van Verth · 7 years ago
  98. 32a4910 Revert "remove toString" by Cary Clark · 7 years ago
  99. 5191880 remove toString by Cary Clark · 7 years ago
  100. 861b52e tweak conservative bounds value to save aberrant cubic by Mike Reed · 7 years ago