1. 0fcb601 Merge "Update skia api for querying maxRenderTargetSize" by TreeHugger Robot · 6 years ago
  2. 413a3c3 Merge "Remove dead code" by TreeHugger Robot · 6 years ago
  3. 617673f Remove dead code by John Reck · 6 years ago
  4. 85e0907 Update skia api for querying maxRenderTargetSize by Greg Daniel · 6 years ago
  5. ec10097 Add support for render-ahead by John Reck · 6 years ago
  6. 7c8a860 Merge changes from topic "gpuprio" into pi-dev am: 7eeb0eb6d3 am: 89a0cc2406 by Jorim Jaggi · 6 years ago
  7. 767e25e Add ability to change context priority of RT GL context by Jorim Jaggi · 6 years ago
  8. 4bd7e2b Merge "Free up all scratch resources when the app's UI is hidden" into pi-dev am: 26f99b4cb7 by Derek Sollenberger · 6 years ago
  9. b1f27aa Free up all scratch resources when the app's UI is hidden by Derek Sollenberger · 6 years ago
  10. 5bf5521 Merge "Print detailed memory usage of Skia for dumpsys gfxinfo" into pi-dev am: 8ec341627c by Derek Sollenberger · 6 years ago
  11. 0057db2 Print detailed memory usage of Skia for dumpsys gfxinfo by Derek Sollenberger · 6 years ago
  12. a41ca2b Merge "Merge "Better error reporting for createOrUpdateLayer" into pi-dev am: 67a58660b9" into pi-dev-plus-aosp by Stan Iliev · 6 years ago
  13. 216b157 Better error reporting for createOrUpdateLayer by Stan Iliev · 6 years ago
  14. ef82dbf Merge "Remove old workaround for display issues" into pi-dev am: a43de8b61a by Jorim Jaggi · 6 years ago
  15. 6f75da0 Remove old workaround for display issues by John Reck · 6 years ago
  16. c9da8e8 Convert Skia calls to use SkColorType/BackendFormats instead of GrPixelConfig. by Greg Daniel · 6 years ago
  17. 5642847 Don't use IPC in isolateProcess by John Reck · 6 years ago
  18. 6c4b6e8 Fix a crash when grContext was deleted by Stan Iliev · 7 years ago
  19. 255ed5c Merge "[Magnifier-26] Wire up frame callback for realsies" by TreeHugger Robot · 7 years ago
  20. 9568800 [Magnifier-26] Wire up frame callback for realsies by Mihai Popa · 7 years ago
  21. c9a8945 Update call to null out GrVkAlloc in VulkanManager by Greg Daniel · 7 years ago
  22. a31973fe Create an empty stub for Vulkan readback by Stan Iliev · 7 years ago
  23. 4ee4d20 renderthread: relax error handling for wide gamut EGL configs by Rob Herring · 7 years ago
  24. 74883ab renderthread: relax error handling for wide gamut EGL configs by Rob Herring · 7 years ago
  25. 660d6ec Update GrContext creation calls to use sk_sp by Greg Daniel · 7 years ago
  26. 9f51644 Extreme battery saver: Allow lowering framerate for experiments. by John Reck · 7 years ago
  27. a18d357 Merge "Switch RenderThread to a Java daemon thread" by TreeHugger Robot · 7 years ago
  28. 259b25a Switch RenderThread to a Java daemon thread by John Reck · 7 years ago
  29. e75ef1f Enable Skia shader cache by Stan Iliev · 7 years ago
  30. 01b4394 Disable skia shader cache by Stan Iliev · 7 years ago
  31. 47f5c3a Fix leak of FILE* in dumping by John Reck · 7 years ago
  32. 74ea201 Initialize pointer members in VulkanManager to null by Greg Daniel · 7 years ago
  33. d495f43 Implement SkSL cache by Stan Iliev · 7 years ago
  34. 1bcacfd Format the world (or just HWUI) by John Reck · 7 years ago
  35. f8441e6 Switch to a fancy new queue by John Reck · 7 years ago
  36. 47fed6ba Fix crash in "Tree::updateBitmapCache" by Stan Iliev · 7 years ago
  37. 843fb74 Merge "Enable multi-threading of cpu intensive tasks when using Skia pipelines" by Derek Sollenberger · 7 years ago
  38. 91cf84c Merge "Fix flicker from multiwindow resize" into oc-mr1-dev am: facdce3ab2 by John Reck · 7 years ago
  39. f138b17 Fix flicker from multiwindow resize by John Reck · 7 years ago
  40. 8ec9e88 Enable multi-threading of cpu intensive tasks when using Skia pipelines by Derek Sollenberger · 7 years ago
  41. da6ad83 Change how distance field paths are disabled by Brian Osman · 7 years ago
  42. 6b894d7 Release VectorDrawable cache surface on render thread by Stan Iliev · 7 years ago
  43. dd098e8 Disable VD shared atlas surface by Stan Iliev · 7 years ago
  44. 3310fb1 Cache VectorDrawables in an atlas by Stan Iliev · 7 years ago
  45. ac2d232 Update to use GrBackendTexture/RT instead of Descriptors by Greg Daniel · 7 years ago
  46. 26b6a64 Use EGL_EXT_gl_colorspace_scrgb instead of *_linear by Romain Guy · 7 years ago
  47. 34781b2 Move frame history into jank tracker by John Reck · 7 years ago
  48. c970184 Merge "Revert buffer age workaround for Adreno GPUs." by Derek Sollenberger · 7 years ago
  49. 9ae7bb7 Merge "Use RGBA16F layers when wide color gamut rendering is on" into oc-dr1-dev by TreeHugger Robot · 7 years ago
  50. 07ae505 Use RGBA16F layers when wide color gamut rendering is on by Romain Guy · 7 years ago
  51. 94ed3c8 Merge "Add a workaround for simulate secondary display" into oc-dev by John Reck · 7 years ago
  52. b5a12bd Revert buffer age workaround for Adreno GPUs. by Derek Sollenberger · 7 years ago
  53. a896306 Add a workaround for simulate secondary display by John Reck · 7 years ago
  54. f9e45d1 Implement CacheManager for the Skia pipelines. by Derek Sollenberger · 7 years ago
  55. aeb22da Merge "Implement HW Bitmap for Skia pipeline" by TreeHugger Robot · 7 years ago
  56. 0ecc0ff Merge "Enable wide color gamut rendering" by TreeHugger Robot · 7 years ago
  57. 7bc3bc6 Implement HW Bitmap for Skia pipeline by Stan Iliev · 7 years ago
  58. 26a2b97 Enable wide color gamut rendering by Romain Guy · 7 years ago
  59. d721b45 Merge "Fix ANR & Crash on Ryu" into oc-dev am: 6890dc95d0 am: 7e206e5d66 by John Reck · 7 years ago
  60. a67b62e Fix ANR & Crash on Ryu by John Reck · 7 years ago
  61. 677728d Merge "Fix dequeus outside of frame drawing" into oc-dev am: 944b0c73a4 by John Reck · 7 years ago
  62. 32414ee Fix dequeus outside of frame drawing by John Reck · 7 years ago
  63. 45ef07f Merge "Improve time to texture destruction" into oc-dev am: 1bc0286ef8 by John Reck · 7 years ago
  64. 9a81487 Improve time to texture destruction by John Reck · 7 years ago
  65. 576b6a8 Revert "Fix recent apps in system UI for Skia pipeline" by John Reck · 7 years ago
  66. 59069e0 Revert "Fix recent apps in system UI for Skia pipeline" by John Reck · 7 years ago
  67. 625dd56 Fix recent apps in system UI for Skia pipeline by Stan Iliev · 7 years ago
  68. b33013f Fix recent apps in system UI for Skia pipeline by Stan Iliev · 7 years ago
  69. 53a3543 Use new GrVkBackendContext::Create api by Greg Daniel · 7 years ago
  70. cd56408 Merge "Update VectorDrawables cache at frame start" by TreeHugger Robot · 7 years ago
  71. 23c38a9 Update VectorDrawables cache at frame start by Stan Iliev · 7 years ago
  72. 2f94448 Add missing assert that task isn't queued by John Reck · 7 years ago
  73. 4d7094d Merge "Check for spurious wake ups" am: 3a3cd0a27f am: c2dcebe6e6 am: 1344c034c5 by Tom Cherry · 8 years ago
  74. 298a146 Check for spurious wake ups by Tom Cherry · 8 years ago
  75. fee4a98 fallout of libandroid.so split by Mathias Agopian · 8 years ago
  76. ab61fb8 Update framework to use new method for disabling DF path rendering. by Derek Sollenberger · 8 years ago
  77. f9bd294 Merge "Overhaul GraphicsStatsService" by TreeHugger Robot · 8 years ago
  78. df1742e Overhaul GraphicsStatsService by John Reck · 8 years ago
  79. 7c196d4 Merge "Disable buffer age swap behavior for SkiaGL on Adreno gpus" by Derek Sollenberger · 8 years ago
  80. 2f1aaf7 updateTexImage before bitmap readback of DeferredLayerUpdaters by Chris Craik · 8 years ago
  81. b77c94a Disable buffer age swap behavior for SkiaGL on Adreno gpus by Matt Sarett · 8 years ago
  82. 6983bc4 Fix deadlock in render thread when Bitmap.prepareToDraw is invoked by Stan Iliev · 8 years ago
  83. c3f1316 Clean up deferredLayers only onGpuContextDestroyed. by sergeyv · 8 years ago
  84. bccd58c Merge "Have Skia Vulkan backend support wait-for-gpu flag on tests" by Greg Daniel · 8 years ago
  85. 4f70887 Have Skia Vulkan backend support wait-for-gpu flag on tests by Greg Daniel · 8 years ago
  86. 3e9999b Explicitly destroy Layer in DeferredLayerUpdater on destroyHardwareResources() by sergeyv · 8 years ago
  87. 2de950d Overhaul RenderNode's DisplayList management by John Reck · 8 years ago
  88. 610fbb3 Merge "Use FatVector instead of SkAutoMalloc in VulkanManager." by Ben Wagner · 8 years ago
  89. eec27d5 Use FatVector instead of SkAutoMalloc in VulkanManager. by Ben Wagner · 8 years ago
  90. 173215d resolve merge conflicts of ec7e2a164c37 to master by Mark Salyzyn · 8 years ago
  91. 96bf598 Replace cutils/log.h and log/logger.h with android/log.h or log/log.h by Mark Salyzyn · 8 years ago
  92. 45ec62b Add support for dummy draws for Vulkan webview and texture views. by Greg Daniel · 8 years ago
  93. 8cd3edf Break Layer class into Gl and Vulkan subclasses by Greg Daniel · 8 years ago
  94. 1deac99 Support EGL_KHR_partial_update without EGL_EXT_buffer_age by John Reck · 8 years ago
  95. cd55852 Make buffer age work in Vulkan by Greg Daniel · 8 years ago
  96. 116c376 Fix hwui compile error only seen with debug switch. by Daichi Hirono · 8 years ago
  97. 59eecb52 Support readback from hardware bitmaps by sergeyv · 8 years ago
  98. 7269372 Merge "Avoid starving RT anims" am: f77c220aa9 by John Reck · 8 years ago
  99. a5b7b89 Avoid starving RT anims by John Reck · 8 years ago
  100. 769ccdb Merge "Avoid starving RT anims" by John Reck · 8 years ago