1. 0aff62d Fix failing TextureViewTest by John Reck · 6 years ago
  2. 21c9a42 Merge "pass font instead of paint to blobbuilder" by TreeHugger Robot · 6 years ago
  3. 92553ce Merge "Update method signature to match private Skia header." by TreeHugger Robot · 6 years ago
  4. 1c79eab pass font instead of paint to blobbuilder by Mike Reed · 6 years ago
  5. dbb4bc8 Update method signature to match private Skia header. by Derek Sollenberger · 6 years ago
  6. 689a50e Merge "Fix a use-after-free found by HWAsan." am: 82cf8de1f3 am: 2557458766 by Peter Collingbourne · 6 years ago
  7. 96a4e5a Merge "Fix a use-after-free found by HWAsan." am: 82cf8de1f3 am: 2557458766 by Peter Collingbourne · 6 years ago
  8. 43fae0a Merge "Do not use both "virtual" and "override"." by TreeHugger Robot · 6 years ago
  9. 1733e2a Add an OWNERS to HWUI by John Reck · 6 years ago
  10. 13a734d Fix a use-after-free found by HWAsan. by Peter Collingbourne · 6 years ago
  11. 026d70b Do not use both "virtual" and "override". by Chris Blume · 6 years ago
  12. 8e539ca Add a sprinkle of speculative anti-crash dust by John Reck · 6 years ago
  13. 305e13a Handle ANativeWindow resize with Vulkan swapchain by Stan Iliev · 6 years ago
  14. 7f63c89 use SkFontMetrics rather than deprecated SkPaint::FontMetrics by Mike Reed · 6 years ago
  15. 6ae76d0 Merge "Refactors and a potential public API for rendering" by John Reck · 6 years ago
  16. 8785ceb Refactors and a potential public API for rendering by John Reck · 6 years ago
  17. 827df05 cast to unsigned to prepare for bit packing by Mike Reed · 6 years ago
  18. c5c5b74 Merge "Fix VkInteropFunctorDrawable log messages" by TreeHugger Robot · 6 years ago
  19. 575e267 Merge "Disable blending for opaque TextureView" into pi-dev am: 5a3b666ab0 by Stan Iliev · 6 years ago
  20. 5a3b666 Merge "Disable blending for opaque TextureView" into pi-dev by TreeHugger Robot · 6 years ago
  21. e9d19cf Merge "Rename VkFunctorDrawable->VkInteropFunctorDrawable" by Chris Blume · 6 years ago
  22. 3c5bbd5 Merge "migrate to SkFontHinting" by TreeHugger Robot · 6 years ago
  23. d699343 Fix VkInteropFunctorDrawable log messages by Chris Blume · 6 years ago
  24. 872fd51 Merge changes from topic "revert-protobuf3.5.2" am: a4680e1ebe am: 3e312d20cd by Colin Cross · 6 years ago
  25. 5f1ac2b Rename VkFunctorDrawable->VkInteropFunctorDrawable by Chris Blume · 6 years ago
  26. e217b62 Merge changes from topic "revert-protobuf3.5.2" am: a4680e1ebe am: 3e312d20cd by Colin Cross · 6 years ago
  27. dad2f89 migrate to SkFontHinting by Mike Reed · 6 years ago
  28. de037ad Merge "Stop calling SkBitmap::setHasHardwareMipMap" by TreeHugger Robot · 6 years ago
  29. ddd2c0b Stop calling SkBitmap::setHasHardwareMipMap by Leon Scroggins III · 6 years ago
  30. f2c351a Merge "Make RenderNode public API" by John Reck · 6 years ago
  31. 44f74d1 Merge changes from topic "protobuf3.5.2" am: 1d899f6be8 am: 11a4d77516 by Colin Cross · 6 years ago
  32. c836696 Merge changes from topic "protobuf3.5.2" am: 1d899f6be8 am: 11a4d77516 by Colin Cross · 6 years ago
  33. 054b0c0 Revert "Adapt to google::protobuf::uint64 type change" by Colin Cross · 6 years ago
  34. 1d899f6 Merge changes from topic "protobuf3.5.2" by Colin Cross · 6 years ago
  35. 1ae0309 Merge "Track google-benchmark API changes." am: 9a8757ded5 am: b55d843217 by Elliott Hughes · 6 years ago
  36. 0782a62 Merge "Track google-benchmark API changes." am: 9a8757ded5 am: b55d843217 by Elliott Hughes · 6 years ago
  37. ddeaa48 Make RenderNode public API by John Reck · 6 years ago
  38. fa6bc27 Adapt to google::protobuf::uint64 type change by Colin Cross · 6 years ago
  39. 16c142b move alignment to Paint (from SkPaint) by Mike Reed · 6 years ago
  40. f071820 Merge "Use bilerp sampling when drawing TextureView with non-translate matrix" into pi-dev by Stan Iliev · 6 years ago
  41. a06d517 Track google-benchmark API changes. by Elliott Hughes · 6 years ago
  42. c6d5e2d Merge "Remove SyncFeatures usage from VulkanManager" by TreeHugger Robot · 6 years ago
  43. 7a08127 Remove SyncFeatures usage from VulkanManager by Stan Iliev · 6 years ago
  44. 3fb3ac1 Merge "Keep file path used to create SkTypeface in MinikinFontSkia" by TreeHugger Robot · 6 years ago
  45. 54c6a27 Keep file path used to create SkTypeface in MinikinFontSkia by Seigo Nonaka · 6 years ago
  46. 5711911 Enable smart dark by John Reck · 6 years ago
  47. 402fff1 Use bilerp sampling when drawing TextureView with non-translate matrix by Stan Iliev · 6 years ago
  48. bd0093e Merge "Fix implicit-fallthrough warnings." am: 8f520e6f83 am: a6c90c99cd by Chih-Hung Hsieh · 6 years ago
  49. aa0a331 Use bilerp sampling when drawing TextureView with non-translate matrix by Stan Iliev · 6 years ago
  50. e1afb6c Allow implicit-fallthrough warnings locally. by Chih-Hung Hsieh · 6 years ago
  51. 474fcc4 remove reference to skia vertical-text (never set/used) by Mike Reed · 6 years ago
  52. 46049f5f Merge "Fix implicit-fallthrough warnings. DO NOT MERGE." by Treehugger Robot · 6 years ago
  53. 8f520e6 Merge "Fix implicit-fallthrough warnings." by Treehugger Robot · 6 years ago
  54. df891f8 Fix implicit-fallthrough warnings. DO NOT MERGE. by Chih-Hung Hsieh · 6 years ago
  55. 672a4fd Fix implicit-fallthrough warnings. by Chih-Hung Hsieh · 6 years ago
  56. e0b5e84 hwui: purge malloc pages on bitmap destruction by Tim Murray · 6 years ago
  57. 64fee61 hwui: purge malloc pages on bitmap destruction by Tim Murray · 6 years ago
  58. 535fae3 hwui: purge malloc pages on bitmap destruction by Tim Murray · 6 years ago
  59. e65e6c0 Merge "Remove unused classes from HWUI." by Derek Sollenberger · 6 years ago
  60. d0a6156 delete tests for deprecated isABitmap by Mike Reed · 6 years ago
  61. b1424bc Merge "SkRect::MakeLargest is deprecated, so create our own" by TreeHugger Robot · 6 years ago
  62. e3aece0 Merge "Log the davey event." by TreeHugger Robot · 6 years ago
  63. f3338bd SkRect::MakeLargest is deprecated, so create our own by Mike Reed · 6 years ago
  64. ba5bf0d Log the davey event. by Yangster-mac · 6 years ago
  65. 7cc5a53 Merge "Add HardwareBuffer support to Bitmaps" by Marius Renn · 6 years ago
  66. d7262c9 Merge "Cleanup of barriers used in swapching aquiring and presenting." by Greg Daniel · 6 years ago
  67. 8a2a754 Cleanup of barriers used in swapching aquiring and presenting. by Greg Daniel · 6 years ago
  68. b2e9f52 Add HardwareBuffer support to Bitmaps by renn · 6 years ago
  69. d4e48c5 Merge "Added support for Canvas#drawDoubleRoundRect in application Canvas API" by Nader Jawad · 6 years ago
  70. 1d3ebe2 Merge "Fix regressed alpha change in VD" by Doris Liu · 6 years ago
  71. 88c8a56 Merge "Make sure we set the vulkan color type in SkiaVulkanPipeline." by Greg Daniel · 6 years ago
  72. 7290327 Remove unused classes from HWUI. by Derek Sollenberger · 6 years ago
  73. 8937427 Merge "Minor clean up/fixes of VulkanManager api version checks." by Greg Daniel · 6 years ago
  74. 031b81b Make sure we set the vulkan color type in SkiaVulkanPipeline. by Greg Daniel · 6 years ago
  75. adfe1d9 Added support for Canvas#drawDoubleRoundRect in application Canvas API by Nader Jawad · 6 years ago
  76. 7cc6ec2 Fix regressed alpha change in VD by Doris Liu · 6 years ago
  77. 6e70bac Merge "Auto-dark NinePatches & launcher" by John Reck · 6 years ago
  78. 9b78877 Disable blending for opaque TextureView by Stan Iliev · 6 years ago
  79. 3b4510cd Auto-dark NinePatches & launcher by John Reck · 6 years ago
  80. 8aae8c7 Merge "Disable blending for opaque TextureView" by TreeHugger Robot · 6 years ago
  81. 9625962 Minor clean up/fixes of VulkanManager api version checks. by Greg Daniel · 6 years ago
  82. 8fc3d8e Disable blending for opaque TextureView by Stan Iliev · 6 years ago
  83. 8d1f833 Merge "Partially revert "[HWUI] Implement legacy color mode."" by TreeHugger Robot · 6 years ago
  84. 189021b Partially revert "[HWUI] Implement legacy color mode." by Peiyong Lin · 6 years ago
  85. 7021965 Merge "Wire-up default force-dark based off of isLightTheme" by John Reck · 6 years ago
  86. bb3a358 Wire-up default force-dark based off of isLightTheme by John Reck · 6 years ago
  87. 79351f3 Add support for wide gamut render targets in Vulkan by Stan Iliev · 6 years ago
  88. e36375e Merge "Implemenet fenceWait and createReleaseFence in VulkanManager." by Greg Daniel · 6 years ago
  89. e64d550 Merge "Create plumbing for disabling force-dark" by TreeHugger Robot · 6 years ago
  90. 043a3a7 Merge "Fix sizeof(this) for AnimatedImageDrawable" by TreeHugger Robot · 6 years ago
  91. 1423e13 Create plumbing for disabling force-dark by John Reck · 6 years ago
  92. 8750eeb Merge "Support auto-dark for VectorDrawable" by John Reck · 6 years ago
  93. 26e0dca Implemenet fenceWait and createReleaseFence in VulkanManager. by Greg Daniel · 6 years ago
  94. 1c7122a Fix sizeof(this) for AnimatedImageDrawable by Leon Scroggins III · 6 years ago
  95. 08ee815 Support auto-dark for VectorDrawable by John Reck · 6 years ago
  96. c49e5b7 Merge changes Ie9436715,Ib3054822 by Derek Sollenberger · 6 years ago
  97. ae8cef6 Merge "Make auto-dark a bit better" by TreeHugger Robot · 6 years ago
  98. f3c724f Make auto-dark a bit better by John Reck · 6 years ago
  99. 28a4d99 Refactor RenderState and remove unused functionality. by Derek Sollenberger · 6 years ago
  100. 5a5a648 Fix crash when EGLSurface is no longer valid. by Derek Sollenberger · 6 years ago