1. 5f9753d Don't reset the capture mode after each frame when using the CallbackAPI by Derek Sollenberger · 4 years, 4 months ago
  2. 894f132 Revert "hwui: remove FatVector" by Tim Murray · 4 years, 5 months ago
  3. 805edec Merge "[HWUI] Remove references to gui/Surface." by TreeHugger Robot · 4 years, 6 months ago
  4. 43fe6fc [HWUI] Remove references to gui/Surface. by Alec Mouri · 4 years, 8 months ago
  5. 331c4e1 Use updated factory for SkOverdrawColorFilter by Mike Reed · 4 years, 6 months ago
  6. 072be5e Merge "hwui: remove FatVector" by Tim Murray · 4 years, 6 months ago
  7. 0865f2e hwui: remove FatVector by Tim Murray · 4 years, 6 months ago
  8. 1863d94 Ensure SkiaPipeline always has a valid colorspace. by Derek Sollenberger · 4 years, 6 months ago
  9. 73420dd Merge "Provide a typeface proc during SKP serialization that forces typefaces to be written." by Nathaniel Nifong · 4 years, 6 months ago
  10. 2843c44 Rename HWUI memory atrace counters by Yiwei Zhang · 4 years, 6 months ago
  11. 429fff4 Provide a typeface proc during SKP serialization that forces typefaces to be written. by Nathaniel Nifong · 4 years, 6 months ago
  12. a4973d8 extend recordingcanvas overrides for mat4 by Mike Reed · 4 years, 7 months ago
  13. 1beddee Merge "Do not clip draw commands during recording of SKP files" by Nathaniel Nifong · 4 years, 7 months ago
  14. 89a5dc5 Do not clip draw commands during recording of SKP files by Nathaniel Nifong · 4 years, 7 months ago
  15. 283a928 Rename HWUI ATRACE memory counters by Stan Iliev · 4 years, 7 months ago
  16. e0fae23 Add memory tracing in HWUI by Stan Iliev · 4 years, 7 months ago
  17. cff969f [MSKP] Record android device clip restriction (dirty region) with each frame. by Nathaniel Nifong · 4 years, 7 months ago
  18. 2945bff When saving MSKP files, record layers as SkPictures with annotations. by Nathaniel Nifong · 4 years, 8 months ago
  19. dc19a65 Remove unused argument 'layers' from renderFrameImpl and renderOverdraw by Nathaniel Nifong · 4 years, 9 months ago
  20. 5a23400 Merge "Delete VectorDrawableAtlas" by John Reck · 4 years, 10 months ago
  21. 183e138 Improve dumping of display list memory usage by John Reck · 4 years, 10 months ago
  22. 83161dc Delete VectorDrawableAtlas by John Reck · 4 years, 10 months ago
  23. 019adb0 Improve comparison of fractions by Stan Iliev · 4 years, 10 months ago
  24. fe05b7c Check for null surface pointer in renderOverdraw by Nathaniel Nifong · 4 years, 11 months ago
  25. 57bb0bf Switch to using GrContext::setResourceCacheLimit and getResourceCacheLimit by Robert Phillips · 5 years ago
  26. ff2c36b Fix VkFunctorDrawable crash by Stan Iliev · 5 years ago
  27. 7bdc19b Merge "Isolate the graphics classes into their own static lib" by Derek Sollenberger · 5 years ago
  28. 32e205d Merge "Improve integer aligned coordinate detection" by TreeHugger Robot · 5 years ago
  29. 694f3e4 Improve integer aligned coordinate detection by Stan Iliev · 5 years ago
  30. 5d0ca63 Isolate the graphics classes into their own static lib by Derek Sollenberger · 5 years ago
  31. c2dbc03 pass Paint not SkPaint to Canvas by Mike Reed · 5 years ago
  32. ba7fb6a Merge "Improve logic when to use filtering in readback and TextureView" by TreeHugger Robot · 5 years ago
  33. 31fee3a Resolve drawable when playing back DisplayListData in the RenderThread. by Nathaniel Nifong · 5 years ago
  34. 134372d Improve logic when to use filtering in readback and TextureView by Stan Iliev · 5 years ago
  35. d2e49a2 Introduce multi-frame SKP capturing in SkiaPipeline by Nathaniel Nifong · 5 years ago
  36. 86bd214 Enable RenderNode and RecordingCanvas for layoutlib by Fedor Kudasov · 5 years ago
  37. c531743 Fix potential off-by-one by Fedor Kudasov · 5 years ago
  38. fe2dcf1 Remove redundant include from RenderNodeDrawable by Fedor Kudasov · 5 years ago
  39. 90df056 Split lighting out of SkiaPipeline by Fedor Kudasov · 5 years ago
  40. f9f964d Brought back compatibility check for falling back on dest_out by Nader Jawad · 5 years ago
  41. a02a12d Use libbase API to access system properties in libhwui by Jerome Gaillard · 5 years ago
  42. da7c19c Fix light center position for layers by Stan Iliev · 5 years ago
  43. a588397 Merge "Be quiet" into qt-dev am: 6297eced24 am: 585a504528 by John Reck · 5 years ago
  44. 4b5e555 Be quiet by John Reck · 5 years ago
  45. 3b814cb Use structured bindings for mVectorDrawables by Leon Scroggins III · 5 years ago
  46. f5137c5 Merge "Move AlphaFilterCanvas to new API." by Ben Wagner · 5 years ago
  47. 4cb01ee Merge "Do not cache AVDs that are off screen" into qt-dev am: 949305fe52 by Leon Scroggins · 5 years ago
  48. 949305f Merge "Do not cache AVDs that are off screen" into qt-dev by Leon Scroggins · 5 years ago
  49. b10b60f Merge "Support render-ahead in vulkan" into qt-dev am: 08ca2a2560 am: a2e9ec9f2e by John Reck · 5 years ago
  50. 62b3894 Move AlphaFilterCanvas to new API. by Ben Wagner · 5 years ago
  51. 0fa0cbc Support render-ahead in vulkan by John Reck · 5 years ago
  52. 6c5864c Do not cache AVDs that are off screen by Leon Scroggins III · 5 years ago
  53. 1c2f5fc Update to new factories for effects by Mike Reed · 5 years ago
  54. 27b119b Fix crash in Vulkan WebView drawable when parent View has alpha by Stan Iliev · 5 years ago
  55. d336f5d Deprecate is_layer for vulkan functor by Bo Liu · 5 years ago
  56. 322b8ab Remove old TaskManager system by John Reck · 5 years ago
  57. a19b71a Directly manage buffer presentation in Vulkan using AHardwareBuffers. by Derek Sollenberger · 5 years ago
  58. 8b7cc51 Allow outline for projected backward nodes to be a path by Stan Iliev · 5 years ago
  59. 981afe7 Decouple VulkanManager from RenderThread by Stan Iliev · 5 years ago
  60. d25d134 Do not call postDrawVk if did not call drawVk by Bo Liu · 6 years ago
  61. 30780a2 Merge "Revert "Enable vulkan webview draw functor"" by TreeHugger Robot · 6 years ago
  62. a2b2535 Revert "Enable vulkan webview draw functor" by Bo Liu · 6 years ago
  63. 90276c8 Fix crash when VulkanSurface is no longer valid by Stan Iliev · 6 years ago
  64. 1249757 Remove references to ANDROID_ENABLE_LINEAR_BLENDING by Leon Scroggins III · 6 years ago
  65. e703b19 Merge "Enable vulkan webview draw functor" by TreeHugger Robot · 6 years ago
  66. f09ee58 Put Vulkan WebViews on a HW layer if stencil clip by Stan Iliev · 6 years ago
  67. bdd89db Merge "Add color space params to webview gl functor" by TreeHugger Robot · 6 years ago
  68. b6da7f6 Add color space params to webview gl functor by Bo Liu · 6 years ago
  69. 78a6cb9 Merge "Increase ShaderCache max size to accomodate Vulkan pipeline cache" by TreeHugger Robot · 6 years ago
  70. da8a510 Increase ShaderCache max size to accomodate Vulkan pipeline cache by Stan Iliev · 6 years ago
  71. 48340af Merge "Don't assume all FP16 bitmaps are linearly encoded." by Derek Sollenberger · 6 years ago
  72. e0cf597 Remove use of SkColorSpace::Gamut enum by Brian Osman · 6 years ago
  73. dec730f Enable vulkan webview draw functor by Bo Liu · 6 years ago
  74. 6e35e63 Don't assume all FP16 bitmaps are linearly encoded. by Derek Sollenberger · 6 years ago
  75. 5cca8f2 Add continuous SKP capture test api by John Reck · 6 years ago
  76. c407678 Add support for preTransform in Vulkan swapchain. by Greg Daniel · 6 years ago
  77. caa8cc6 Merge "Standardize the surface origin for each HWUI pipeline." by Derek Sollenberger · 6 years ago
  78. 7b8c1eb VkFunctorDrawable implementation by Bo Liu · 6 years ago
  79. 25833d2 Standardize the surface origin for each HWUI pipeline. by Derek Sollenberger · 6 years ago
  80. 14211aa Store VkPipelineCache to ShaderCache by Stan Iliev · 6 years ago
  81. 30eef07 Make sure interop path works with draw_fn by Bo Liu · 6 years ago
  82. 1048106 Merge "remove overrides of (dead) onDrawTextRSXform" by TreeHugger Robot · 6 years ago
  83. 34ba791 Merge "Fix/suppress pipeline google-explicit-constructor warnings" am: 63790135f4 am: 2cd94bae8d by Chih-hung Hsieh · 6 years ago
  84. b6ecc7c Merge "Fix/suppress pipeline google-explicit-constructor warnings" am: 63790135f4 by Chih-hung Hsieh · 6 years ago
  85. 3682251 remove overrides of (dead) onDrawTextRSXform by Mike Reed · 6 years ago
  86. f933641 Fix/suppress pipeline google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  87. e216948 Cleanup of Bitmap.h entry points. by Derek Sollenberger · 6 years ago
  88. c0cd1d7f Merge "New WebViewFunctor API" by John Reck · 6 years ago
  89. 3a0041c Merge "Add missing getter & improve docs" by John Reck · 6 years ago
  90. 470a919 Add missing getter & improve docs by John Reck · 6 years ago
  91. 3bff135 [HWUI] Remove hardcoding around wide color gamut. by Peiyong Lin · 6 years ago
  92. 283bb46 New WebViewFunctor API by John Reck · 6 years ago
  93. 4f2b2d6 Merge "Revert "Revert "Make HWUI's surface Reliable^TM""" by John Reck · 6 years ago
  94. 05f1d5c remove overrides of onDrawText -- no longer called by Mike Reed · 6 years ago
  95. 848f651 Revert "Revert "Make HWUI's surface Reliable^TM"" by John Reck · 6 years ago
  96. de33723 Merge "Add non-interop Vulkan functor" by TreeHugger Robot · 6 years ago
  97. 4142339 Add non-interop Vulkan functor by Chris Blume · 6 years ago
  98. 37e9327 Fix bug in synchronization code for Vulkan WebView by Stan Iliev · 6 years ago
  99. 58ccd60 Merge "Set color space on Vulkan render target surface" by TreeHugger Robot · 6 years ago
  100. 987a80c Set color space on Vulkan render target surface by Stan Iliev · 6 years ago