1. cb26eb1 Merge "Decouple VulkanManager from RenderThread" by TreeHugger Robot · 6 years ago
  2. 981afe7 Decouple VulkanManager from RenderThread by Stan Iliev · 6 years ago
  3. 7a6e219 Merge "Mark FrameMetricsObserver::notify() as pure virtual" am: 0b3cef8697 am: fec4795045 by Pirama Arumuga Nainar · 6 years ago
  4. dbeb139 Merge "Mark FrameMetricsObserver::notify() as pure virtual" am: 0b3cef8697 by Pirama Arumuga Nainar · 6 years ago
  5. 459afe9 Mark FrameMetricsObserver::notify() as pure virtual by Pirama Arumuga Nainar · 6 years ago
  6. 9e7dce3 Merge "Generalize physical display management" by Dominik Laskowski · 6 years ago
  7. 38ce8c2 Merge "Use kTopLeft_GrSurfaceOrigin when generating a GPU buffer for CPU readback." by TreeHugger Robot · 6 years ago
  8. f4795f5 Use kTopLeft_GrSurfaceOrigin when generating a GPU buffer for CPU readback. by Derek Sollenberger · 6 years ago
  9. 978d532 Fix RenderThread and worker thread names used by tools by Stan Iliev · 6 years ago
  10. b3cd68b Merge "Tell JVM to not wait for HWUI worker threads upon shutdown" by TreeHugger Robot · 6 years ago
  11. 04c971e Merge "Implement batch horizontal advances callback" by TreeHugger Robot · 6 years ago
  12. 80dbc35 Tell JVM to not wait for HWUI worker threads upon shutdown by Stan Iliev · 6 years ago
  13. adafb1b Merge "Enable CCPR in Ganesh" by Christopher Dalton · 6 years ago
  14. 1090f49 Implement batch horizontal advances callback by Seigo Nonaka · 6 years ago
  15. d25d134 Do not call postDrawVk if did not call drawVk by Bo Liu · 6 years ago
  16. 30780a2 Merge "Revert "Enable vulkan webview draw functor"" by TreeHugger Robot · 6 years ago
  17. a2b2535 Revert "Enable vulkan webview draw functor" by Bo Liu · 6 years ago
  18. 26a4e7a Merge "Fix crash when VulkanSurface is no longer valid" by TreeHugger Robot · 6 years ago
  19. 3316a0a Generalize physical display management by Dominik Laskowski · 6 years ago
  20. 90276c8 Fix crash when VulkanSurface is no longer valid by Stan Iliev · 6 years ago
  21. b880024 Merge "IWYU" by TreeHugger Robot · 6 years ago
  22. c1f5e5a IWYU by Mike Reed · 6 years ago
  23. 199b8ca Merge "Cache SkImage in SurfaceTexture only if buffer content is same" by TreeHugger Robot · 6 years ago
  24. 1249757 Remove references to ANDROID_ENABLE_LINEAR_BLENDING by Leon Scroggins III · 6 years ago
  25. ee3bfe7 Only decode to F16 if HARDWARE supports it by Leon Scroggins III · 6 years ago
  26. e703b19 Merge "Enable vulkan webview draw functor" by TreeHugger Robot · 6 years ago
  27. 26679ce Cache SkImage in SurfaceTexture only if buffer content is same by Stan Iliev · 6 years ago
  28. 2f10a26 Merge "Put Vulkan WebViews on a HW layer if stencil clip" by TreeHugger Robot · 6 years ago
  29. f09ee58 Put Vulkan WebViews on a HW layer if stencil clip by Stan Iliev · 6 years ago
  30. d8e7d56 Merge "Update Vulkan skia creation to use apiVersion instead of instanceVersion" by Greg Daniel · 6 years ago
  31. eaf310e Update Vulkan skia creation to use apiVersion instead of instanceVersion by Greg Daniel · 6 years ago
  32. 2e204fc don't pass bounds to textblobbuilder by Mike Reed · 6 years ago
  33. 0ea09a4 IWYU by Mike Reed · 6 years ago
  34. d8cf9da Merge "Store SkFont in android::Paint" by TreeHugger Robot · 6 years ago
  35. bdd89db Merge "Add color space params to webview gl functor" by TreeHugger Robot · 6 years ago
  36. f6d86ac Store SkFont in android::Paint by Mike Reed · 6 years ago
  37. b6da7f6 Add color space params to webview gl functor by Bo Liu · 6 years ago
  38. 78a6cb9 Merge "Increase ShaderCache max size to accomodate Vulkan pipeline cache" by TreeHugger Robot · 6 years ago
  39. da8a510 Increase ShaderCache max size to accomodate Vulkan pipeline cache by Stan Iliev · 6 years ago
  40. 48340af Merge "Don't assume all FP16 bitmaps are linearly encoded." by Derek Sollenberger · 6 years ago
  41. e0cf597 Remove use of SkColorSpace::Gamut enum by Brian Osman · 6 years ago
  42. dec730f Enable vulkan webview draw functor by Bo Liu · 6 years ago
  43. 515bd28 Merge "Don't create RenderThread for dumpsys gfxinfo" by TreeHugger Robot · 6 years ago
  44. 6e35e63 Don't assume all FP16 bitmaps are linearly encoded. by Derek Sollenberger · 6 years ago
  45. ba7e965 Don't create RenderThread for dumpsys gfxinfo by John Reck · 6 years ago
  46. 5cca8f2 Add continuous SKP capture test api by John Reck · 6 years ago
  47. c407678 Add support for preTransform in Vulkan swapchain. by Greg Daniel · 6 years ago
  48. caa8cc6 Merge "Standardize the surface origin for each HWUI pipeline." by Derek Sollenberger · 6 years ago
  49. 34495b9 Merge "VkFunctorDrawable implementation" by TreeHugger Robot · 6 years ago
  50. 7b8c1eb VkFunctorDrawable implementation by Bo Liu · 6 years ago
  51. 82637f5 Merge "Invoke Vulkan initialize earlier" by TreeHugger Robot · 6 years ago
  52. 40f4cb5 Merge "Switch to skcms-based factories and getters in SkColorSpace" by Brian Osman · 6 years ago
  53. be8fac26 Switch to skcms-based factories and getters in SkColorSpace by Brian Osman · 6 years ago
  54. 1a2bdc8 Put HWUI & Webview color space in a struct by Chris Blume · 6 years ago
  55. a25b2ed Merge "Store VkPipelineCache to ShaderCache" by TreeHugger Robot · 6 years ago
  56. 25833d2 Standardize the surface origin for each HWUI pipeline. by Derek Sollenberger · 6 years ago
  57. 14211aa Store VkPipelineCache to ShaderCache by Stan Iliev · 6 years ago
  58. a26b9b9 Merge "Fix leak/crash in exit" by TreeHugger Robot · 6 years ago
  59. 09b1843 Merge "Rename Vulkan functor items to match style" by TreeHugger Robot · 6 years ago
  60. 6104cea Fix leak/crash in exit by John Reck · 6 years ago
  61. 150001a Invoke Vulkan initialize earlier by Stan Iliev · 6 years ago
  62. 237b092 Rename Vulkan functor items to match style by Chris Blume · 6 years ago
  63. 2f41a9c Merge "Make sure interop path works with draw_fn" by TreeHugger Robot · 6 years ago
  64. 2c9dad7 Merge "Fix/suppress hwui google-explicit-constructor warnings" am: dcfef16295 am: 50991469e3 by Chih-Hung Hsieh · 6 years ago
  65. 739cf0d Merge "Fix/suppress hwui google-explicit-constructor warnings" am: dcfef16295 by Chih-Hung Hsieh · 6 years ago
  66. 30eef07 Make sure interop path works with draw_fn by Bo Liu · 6 years ago
  67. f21b0b6 Fix/suppress hwui google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  68. 1316549 Enable CCPR in Ganesh by Chris Dalton · 6 years ago
  69. 5bacb6f Merge "don't toggle between Paint and SkPaint" by TreeHugger Robot · 6 years ago
  70. 2dfd55d don't toggle between Paint and SkPaint by Mike Reed · 6 years ago
  71. 43d0613 Change formula for font cache size by Stan Iliev · 6 years ago
  72. eafbb21 Merge "fix mmap leak of graphicsstats service" am: 9ebc299b73 am: a2b2a415f0 by liulvping · 6 years ago
  73. be2b5da Merge "fix mmap leak of graphicsstats service" am: 9ebc299b73 am: a2b2a415f0 by liulvping · 6 years ago
  74. 9ebc299 Merge "fix mmap leak of graphicsstats service" by Treehugger Robot · 6 years ago
  75. 17cc87e Merge "Fix/suppress hwui/tests google-explicit-constructor warnings" am: 6832595911 am: 0e0edd08ac by Chih-hung Hsieh · 6 years ago
  76. c545d54 Merge "Fix/suppress hwui/tests google-explicit-constructor warnings" am: 6832595911 by Chih-hung Hsieh · 6 years ago
  77. 1c57378 Fix/suppress hwui/tests google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  78. 1b0278c Mark GrContext dirty after onContextDestroyed by Bo Liu · 6 years ago
  79. d74e267 Merge "hwui: Add libGLESv1_CM to the list of shared_libs" by Dimitry Ivanov · 6 years ago
  80. 8319a7e Merge "Plumb new functor in native/webview" by TreeHugger Robot · 6 years ago
  81. d6668e7 Plumb new functor in native/webview by Bo Liu · 6 years ago
  82. 3905e83 All non-blob variants of drawText are deprecated by Mike Reed · 6 years ago
  83. 4832438 fix mmap leak of graphicsstats service by liulvping · 6 years ago
  84. 4a4b1be drawTextRSXform is deprecated by Mike Reed · 6 years ago
  85. 61dfd8f hwui: Add libGLESv1_CM to the list of shared_libs by dimitry · 6 years ago
  86. 1048106 Merge "remove overrides of (dead) onDrawTextRSXform" by TreeHugger Robot · 6 years ago
  87. 34ba791 Merge "Fix/suppress pipeline google-explicit-constructor warnings" am: 63790135f4 am: 2cd94bae8d by Chih-hung Hsieh · 6 years ago
  88. b6ecc7c Merge "Fix/suppress pipeline google-explicit-constructor warnings" am: 63790135f4 by Chih-hung Hsieh · 6 years ago
  89. 6379013 Merge "Fix/suppress pipeline google-explicit-constructor warnings" by Chih-hung Hsieh · 6 years ago
  90. 3682251 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  91. a640ed6 Merge "Fix/suppress renderthread google-explicit-constructor warnings" am: 138aae8eaf am: 2e2028aee4 by Chih-Hung Hsieh · 6 years ago
  92. 4e628bc Merge "Fix/suppress renderthread google-explicit-constructor warnings" am: 138aae8eaf by Chih-Hung Hsieh · 6 years ago
  93. f933641 Fix/suppress pipeline google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  94. d736d4b Fix/suppress renderthread google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  95. 24fc901 Improve performance of unclipped save layers. by Derek Sollenberger · 6 years ago
  96. e216948 Cleanup of Bitmap.h entry points. by Derek Sollenberger · 6 years ago
  97. c0cd1d7f Merge "New WebViewFunctor API" by John Reck · 6 years ago
  98. eb1c1e9 Merge "Fix an issue in SurfaceTexture with forgetting the dataspace" by TreeHugger Robot · 6 years ago
  99. 3a0041c Merge "Add missing getter & improve docs" by John Reck · 6 years ago
  100. f6a4ee5 Fix an issue in SurfaceTexture with forgetting the dataspace by Stan Iliev · 6 years ago