1. 53a3543 Use new GrVkBackendContext::Create api by Greg Daniel · 7 years ago
  2. cd56408 Merge "Update VectorDrawables cache at frame start" by TreeHugger Robot · 8 years ago
  3. 23c38a9 Update VectorDrawables cache at frame start by Stan Iliev · 8 years ago
  4. 2f94448 Add missing assert that task isn't queued by John Reck · 8 years ago
  5. 4d7094d Merge "Check for spurious wake ups" am: 3a3cd0a27f am: c2dcebe6e6 am: 1344c034c5 by Tom Cherry · 8 years ago
  6. 298a146 Check for spurious wake ups by Tom Cherry · 8 years ago
  7. fee4a98 fallout of libandroid.so split by Mathias Agopian · 8 years ago
  8. ab61fb8 Update framework to use new method for disabling DF path rendering. by Derek Sollenberger · 8 years ago
  9. f9bd294 Merge "Overhaul GraphicsStatsService" by TreeHugger Robot · 8 years ago
  10. df1742e Overhaul GraphicsStatsService by John Reck · 8 years ago
  11. 7c196d4 Merge "Disable buffer age swap behavior for SkiaGL on Adreno gpus" by Derek Sollenberger · 8 years ago
  12. 2f1aaf7 updateTexImage before bitmap readback of DeferredLayerUpdaters by Chris Craik · 8 years ago
  13. b77c94a Disable buffer age swap behavior for SkiaGL on Adreno gpus by Matt Sarett · 8 years ago
  14. 6983bc4 Fix deadlock in render thread when Bitmap.prepareToDraw is invoked by Stan Iliev · 8 years ago
  15. c3f1316 Clean up deferredLayers only onGpuContextDestroyed. by sergeyv · 8 years ago
  16. bccd58c Merge "Have Skia Vulkan backend support wait-for-gpu flag on tests" by Greg Daniel · 8 years ago
  17. 4f70887 Have Skia Vulkan backend support wait-for-gpu flag on tests by Greg Daniel · 8 years ago
  18. 3e9999b Explicitly destroy Layer in DeferredLayerUpdater on destroyHardwareResources() by sergeyv · 8 years ago
  19. 2de950d Overhaul RenderNode's DisplayList management by John Reck · 8 years ago
  20. 610fbb3 Merge "Use FatVector instead of SkAutoMalloc in VulkanManager." by Ben Wagner · 8 years ago
  21. eec27d5 Use FatVector instead of SkAutoMalloc in VulkanManager. by Ben Wagner · 8 years ago
  22. 173215d resolve merge conflicts of ec7e2a164c37 to master by Mark Salyzyn · 8 years ago
  23. 96bf598 Replace cutils/log.h and log/logger.h with android/log.h or log/log.h by Mark Salyzyn · 8 years ago
  24. 45ec62b Add support for dummy draws for Vulkan webview and texture views. by Greg Daniel · 8 years ago
  25. 8cd3edf Break Layer class into Gl and Vulkan subclasses by Greg Daniel · 8 years ago
  26. 1deac99 Support EGL_KHR_partial_update without EGL_EXT_buffer_age by John Reck · 8 years ago
  27. cd55852 Make buffer age work in Vulkan by Greg Daniel · 8 years ago
  28. 116c376 Fix hwui compile error only seen with debug switch. by Daichi Hirono · 8 years ago
  29. 59eecb52 Support readback from hardware bitmaps by sergeyv · 8 years ago
  30. 7269372 Merge "Avoid starving RT anims" am: f77c220aa9 by John Reck · 8 years ago
  31. a5b7b89 Avoid starving RT anims by John Reck · 8 years ago
  32. 769ccdb Merge "Avoid starving RT anims" by John Reck · 8 years ago
  33. 189e874 Update pinImages to report when GPU resource limits are exceeded. by Derek Sollenberger · 8 years ago
  34. c4fbada Support Surface and Layer Readback in the SkiaPipelines. by Derek Sollenberger · 8 years ago
  35. 12efa55 Avoid starving RT anims by John Reck · 8 years ago
  36. 0e3cba3 Handle vulkan windowing directly in SkiaVulkanPipeline by Derek Sollenberger · 8 years ago
  37. 3e62009 Merge "Refactor pin/unpinImages to work across pipelines." by Derek Sollenberger · 8 years ago
  38. 7e044fe Enable SkiaPipelines to interoperate with existing GlesDriver configs. by Derek Sollenberger · 8 years ago
  39. b7d34b6 Refactor pin/unpinImages to work across pipelines. by Derek Sollenberger · 8 years ago
  40. 500a0c3 Implement Skia pipelines for OpenGL and Vulkan. by Stan Iliev · 8 years ago
  41. 97cc85f Merge "Routine to upload hardware bitmaps" by Sergei Vasilinetc · 8 years ago
  42. 694d499 Routine to upload hardware bitmaps by sergeyv · 8 years ago
  43. 050bb6a Minor cleanup of unused headers and overly described functions. by Derek Sollenberger · 8 years ago
  44. daf7229 Move OpenGL specific details behind renderPipeline interface. by Derek Sollenberger · 8 years ago
  45. be9a730 Merge "Store GrContext on RenderThread for use by Skia-based renderers." by Derek Sollenberger · 8 years ago
  46. de97307 Make FrameInfoVisualizer use an IRenderPipeline to draw by Matt Sarett · 8 years ago
  47. 98f75d5 Store GrContext on RenderThread for use by Skia-based renderers. by Derek Sollenberger · 8 years ago
  48. ec4a4b1 Use Bitmap in DisplayList & RecordedOps instead of SkBitmap by sergeyv · 8 years ago
  49. 6e68bed Merge "Initial refactoring to enable the addition of the SkiaOpenGLPipeline." by Derek Sollenberger · 8 years ago
  50. 253f2c2 Linear blending, step 1 by Romain Guy · 8 years ago
  51. 85ddb2d Fix SurfaceViewPositionListener race bugs by John Reck · 8 years ago
  52. 0df6209 Initial refactoring to enable the addition of the SkiaOpenGLPipeline. by Derek Sollenberger · 8 years ago
  53. 6a21ca5 Move Layer creation/deletion into the RenderPipeline. by Derek Sollenberger · 8 years ago
  54. 8733bff Support EGL_KHR_partial_update without EGL_EXT_buffer_age by John Reck · 8 years ago
  55. dcbc0e9 resolve merge conflicts of 0ec2fd7 to master by sergeyv · 8 years ago
  56. 0ec2fd7 HWUI: track upload & recent usage in font cache am: af102bee51 am: 42c01cf62f by sergeyv · 8 years ago
  57. af102be HWUI: track upload & recent usage in font cache by sergeyv · 8 years ago
  58. 9580146 Add API to copy a window by John Reck · 8 years ago
  59. 471a63e Merge "Fix texture leak" by TreeHugger Robot · 8 years ago
  60. 7cae510 Wait on frame work fences when frames are dropped am: 06e2e9cf4c am: 7a14f5aeb9 by Chris Craik · 8 years ago
  61. b53c608 Wait on frame work fences when frames are dropped am: 06e2e9cf4c am: 7a14f5aeb9 by Chris Craik · 8 years ago
  62. 3053ac7 Fix texture leak by John Reck · 8 years ago
  63. 06e2e9c Wait on frame work fences when frames are dropped by Chris Craik · 8 years ago
  64. 56996ff resolve merge conflicts of 76ce8e5 to stage-aosp-master am: ed935c32f4 by Chih-Hung Hsieh · 8 years ago
  65. ed935c3 resolve merge conflicts of 76ce8e5 to stage-aosp-master by Chih-Hung Hsieh · 8 years ago
  66. f35c939 Fix clang-tidy warnings in libs/hwui. by Chih-Hung Hsieh · 8 years ago
  67. 4979645 Fix clang-tidy warnings in libs/hwui. by Chih-Hung Hsieh · 8 years ago
  68. 712765f resolve merge conflicts of 1d7ee6b to master by John Reck · 8 years ago
  69. 1d7ee6b Make updateSurface non-blocking am: cd68212f08 am: 9dd91dec3f by John Reck · 8 years ago
  70. cd68212 Make updateSurface non-blocking by John Reck · 8 years ago
  71. 0ddfbc4 Ensure Dequeue/Queue duration is always set am: 70e89c9c37 am: ed343def3e by John Reck · 8 years ago
  72. 77e5333 Ensure Dequeue/Queue duration is always set am: 70e89c9c37 am: ed343def3e by John Reck · 8 years ago
  73. 70e89c9 Ensure Dequeue/Queue duration is always set by John Reck · 8 years ago
  74. 2e729eb Put VD animators on paused list when RT stops drawing am: c82e879e56 am: 70b6080cd7 by Doris Liu · 8 years ago
  75. 4ec05be Put VD animators on paused list when RT stops drawing am: c82e879e56 by Doris Liu · 8 years ago
  76. 70b6080 Put VD animators on paused list when RT stops drawing am: c82e879e56 by Doris Liu · 8 years ago
  77. 0cf4d47 Merge "Put VD animators on paused list when RT stops drawing" into nyc-mr1-dev by Doris Liu · 8 years ago
  78. 8b9a1fa Eliminate recents upload jank am: 4387190d8e am: 021a952150 am: 897b9effb7 by John Reck · 8 years ago
  79. 56f9ccf Fix null deref crash am: 882d515cd5 am: ed93e111c5 am: 86e700ebc9 by John Reck · 8 years ago
  80. 897b9ef Eliminate recents upload jank am: 4387190d8e am: 021a952150 by John Reck · 8 years ago
  81. 021a952 Eliminate recents upload jank am: 4387190d8e by John Reck · 8 years ago
  82. e733f86 Merge "Eliminate recents upload jank" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  83. 4387190 Eliminate recents upload jank by John Reck · 8 years ago
  84. 86e700e Fix null deref crash am: 882d515cd5 am: ed93e111c5 by John Reck · 8 years ago
  85. 882d515 Fix null deref crash by John Reck · 8 years ago
  86. c82e879 Put VD animators on paused list when RT stops drawing by Doris Liu · 8 years ago
  87. 63d8aa9 Merge \\\"Fix missing IpConnectivity metrics\\\" into nyc-mr1-dev am: 66e7752ad1 am: b2db402899 by Hugo Benichi · 8 years ago
  88. fb5c675 resolve merge conflicts of 67daab6 to nyc-mr1-dev-plus-aosp by John Reck · 8 years ago
  89. 67daab6 Teach JankTracker about new swap behaviors am: 2d5b8d7392 by John Reck · 8 years ago
  90. 34921ac Merge "Teach JankTracker about new swap behaviors" into nyc-mr1-dev by TreeHugger Robot · 8 years ago
  91. b5405b1 Drop less aggressively am: a3d795a34a am: 62ec371a9e am: fd6bf88724 by John Reck · 8 years ago
  92. 2d5b8d7 Teach JankTracker about new swap behaviors by John Reck · 8 years ago
  93. fd6bf88 Drop less aggressively am: a3d795a34a am: 62ec371a9e by John Reck · 8 years ago
  94. a3d795a Drop less aggressively by John Reck · 8 years ago
  95. 56ad6ec Remove LayerRenderer. by Derek Sollenberger · 8 years ago
  96. 846799d resolve merge conflicts of f53bfc9 to master by Stephen Hines · 8 years ago
  97. f53bfc9 resolve merge conflicts of 3fb651b to nyc-mr1-dev-plus-aosp by Chih-Hung Hsieh · 8 years ago
  98. 05160d7 resolve merge conflicts of 5152fd9 to stage-aosp-master by Chih-Hung Hsieh · 8 years ago
  99. faecb78 Fix google-explicit-constructor warnings in frameworks/base by Chih-Hung Hsieh · 8 years ago
  100. cf3e1a7 Merge \\"Change swap chain stuffed detection logic\\" into nyc-mr1-dev am: 433a19e8bf by Chris Craik · 8 years ago