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