1. 0c6ce46 surfaceflinger: discard stale commands by Chia-I Wu · 8 years ago
  2. 249c0ae Skip Validate by Fabien Sanglard · 8 years ago
  3. 1b02b63 Merge "surfaceflinger: fix a potential child layer leak" into oc-dev by TreeHugger Robot · 8 years ago
  4. a17b14e Merge changes from topic 'layer-wp-race' into oc-dev by TreeHugger Robot · 8 years ago
  5. fae51c4 surfaceflinger: fix a potential child layer leak by Chia-I Wu · 8 years ago
  6. 515dc9c surfaceflinger: Layer::getParent requires state lock held by Chia-I Wu · 8 years ago
  7. 4e623e2 Add method to explicitly create Surface. by Bryce Lee · 8 years ago
  8. e41dbe6 surfaceflinger: distinguish mCurrentParent/mDrawingParent by Chia-I Wu · 8 years ago
  9. f456f32 surfaceflinger: protect Client::mParentLayer with a lock by Chia-I Wu · 8 years ago
  10. c175253 Fix getDisplayInfo() for SurfaceFlinger in HWC2 mode. by Alistair Strachan · 8 years ago
  11. fd43dc6 Merge changes Ibc1444b8,I14c200d1 into oc-dev by Eino-Ville Talvala · 8 years ago
  12. 638055e Merge changes from topic 'sensor_looper_crash' into oc-dev by Peng Xu · 8 years ago
  13. 80d87ee Fix race condition for SensorManager looper. by Yifan Hong · 8 years ago
  14. 09034f0 SensorManager: attach background thread to JavaVM by Yifan Hong · 8 years ago
  15. 542eace Framework sensor manager init not depends on ::android::SensorManager. by Yifan Hong · 8 years ago
  16. c6ff798 ConsumerBase: discardFreeBuffers() also needs to dump its own cache by Eino-Ville Talvala · 8 years ago
  17. 2672dec BufferQueueProducer: Call onBuffersReleased() in detachNextBuffer by Eino-Ville Talvala · 8 years ago
  18. 922e418 atrace.rc: Correct path to saved_cmdlines_size when setting permission by Joel Fernandes · 8 years ago
  19. 2563c0f Merge "Add missing VNDK pixel formats to AHardwareBuffer" into oc-dev by Mathias Agopian · 8 years ago
  20. aaef098 Fix build by Jorim Jaggi · 8 years ago
  21. 3a11413a Add missing VNDK pixel formats to AHardwareBuffer by Mathias Agopian · 8 years ago
  22. b1e2f8d Properly run window animations at vsync-sf (2/2) by Jorim Jaggi · 8 years ago
  23. b5a1f50 Merge "Don't double-count external cached app data." into oc-dev by Jeff Sharkey · 8 years ago
  24. d6d91e5 Merge "No more ashmem equivalent checker false alarm" into oc-dev by TreeHugger Robot · 8 years ago
  25. 4c0bb0a Merge "DO NOT MERGE: Eliminate redundant changes to hardware vsync state." into cw-f-dev am: 9e5585930a by Matthew Bouyack · 8 years ago
  26. f613f07 Merge "DO NOT MERGE: Eliminate redundant changes to hardware vsync state." into cw-f-dev by Matthew Bouyack · 8 years ago
  27. 9e55859 Merge "DO NOT MERGE: Eliminate redundant changes to hardware vsync state." into cw-f-dev by Matthew Bouyack · 8 years ago
  28. 674c714 DO NOT MERGE: Eliminate redundant changes to hardware vsync state. by Matthew Bouyack · 8 years ago
  29. 4ca8ff9 Don't double-count external cached app data. by Jeff Sharkey · 8 years ago
  30. ae6955f No crash from AHardwareBuffer_unlock on NULL fence by Jiwen 'Steve' Cai · 8 years ago
  31. 9351f72 atrace: setup saved_cmdlines_size and write only if available by Joel Fernandes · 8 years ago
  32. 7258088 Merge "Revert "Disable in-place vdex update"" into oc-dev by Nicolas Geoffray · 8 years ago
  33. 1b81145 fix race condition that can cause a use after free am: 59485525a6 am: 5da64c91d0 am: 46361c6c2b am: ee464e00d3 by Mathias Agopian · 8 years ago
  34. 21e9397 fix race condition that can cause a use after free am: 59485525a6 am: 5da64c91d0 am: 46361c6c2b by Mathias Agopian · 8 years ago
  35. ee464e0 fix race condition that can cause a use after free am: 59485525a6 am: 5da64c91d0 by Mathias Agopian · 8 years ago
  36. 46361c6 fix race condition that can cause a use after free am: 59485525a6 am: 5da64c91d0 by Mathias Agopian · 8 years ago
  37. 5da64c9 fix race condition that can cause a use after free am: 59485525a6 by Mathias Agopian · 8 years ago
  38. 39cf8b4 Merge "surfaceflinger: fix layer count" into oc-dev by Chia-I Wu · 8 years ago
  39. 76689e9 Revert "Disable in-place vdex update" by Nicolas Geoffray · 8 years ago
  40. 5948552 fix race condition that can cause a use after free by Mathias Agopian · 8 years ago
  41. eed865e Merge "Clockwork: add feature android.software.input_methods" into oc-dev by Mark Renouf · 8 years ago
  42. 4b37107 Merge "atrace: Enable sched_waking if available" into oc-dev by Joel Fernandes · 8 years ago
  43. efb73a9 atrace: Set saved_cmdline_size to 8192 by Joel Fernandes · 8 years ago
  44. 237c363 atrace: Enable sched_waking if available by Joel Fernandes · 8 years ago
  45. e6b63e1 surfaceflinger: fix layer count by Chia-I Wu · 8 years ago
  46. eb30998 Merge "Add media.codec process to native stack dump list" into oc-dev by TreeHugger Robot · 8 years ago
  47. de00ee4 Add media.codec process to native stack dump list by Chong Zhang · 8 years ago
  48. e44ea13 Merge changes I87a57825,I3721d163 into oc-dev by TreeHugger Robot · 8 years ago
  49. 41b08b5 SurfaceFlinger: Fix final cropping of child layers. by Robert Carr · 8 years ago
  50. 98b0fd5 SurfaceFlinger: Update parent pointer while performing transaction. by Robert Carr · 8 years ago
  51. 2153f5e Merge "egl: handle failed eglMakeCurrent EGL_NO_CONTEXT" into oc-dev by TreeHugger Robot · 8 years ago
  52. 47e741b egl: handle failed eglMakeCurrent EGL_NO_CONTEXT by Mike Stroyan · 8 years ago
  53. 3291cd9 Disable in-place vdex update by David Sehr · 8 years ago
  54. 3fab550 Clockwork: add feature android.software.input_methods by Mark Renouf · 8 years ago
  55. c523409 Installd: deleteOdex's outputPath can be null by Andreas Gampe · 8 years ago
  56. 3040d9d Delete vdex file in delete_odex. by Nicolas Geoffray · 8 years ago
  57. 932f008 libgui: Add Surface::getLastDequeueStartTime by Dan Stoza · 8 years ago
  58. 1e4088f Merge "Consistent "low storage" behavior." into oc-dev by Jeff Sharkey · 8 years ago
  59. 74a4049 Merge "EGL: Do not look up default namespace when sphal is defined" into oc-dev by TreeHugger Robot · 8 years ago
  60. 375a5b5 Merge "Mark libui as vendor_available" into oc-dev by Jayant Chowdhary · 8 years ago
  61. 09e388f Merge "add missing lib dependency to libvndksupport" into oc-dev by TreeHugger Robot · 8 years ago
  62. 60f8a53 Consistent "low storage" behavior. by Jeff Sharkey · 8 years ago
  63. 059ceb2 add missing lib dependency to libvndksupport by Jiyong Park · 8 years ago
  64. 8caf56e Merge "Playback activity monitoring: add player types" into oc-dev by TreeHugger Robot · 8 years ago
  65. ea40401 EGL: Do not look up default namespace when sphal is defined by Justin Yun · 8 years ago
  66. 10fed36 Playback activity monitoring: add player types by Jean-Michel Trivi · 8 years ago
  67. 4bf5dcc Merge "Newly create idmap only when it is stale" into oc-dev by TreeHugger Robot · 8 years ago
  68. feec3b1 libgui: fix BQ buffer allocation error checking by Chia-I Wu · 8 years ago
  69. d8ac4fd Merge "Delete SurfaceFlinger BYPASS codepath" into oc-dev by TreeHugger Robot · 8 years ago
  70. c1225bd Merge "libgui: Add test for OOB slot number in dequeue" into oc-dev by TreeHugger Robot · 8 years ago
  71. 5b3cf05 Delete SurfaceFlinger BYPASS codepath by Fabien Sanglard · 8 years ago
  72. 5cb903e Newly create idmap only when it is stale by Jaekyun Seok · 8 years ago
  73. 27ef38c Merge "Do not set the trace clock in atrace.rc." into oc-dev by TreeHugger Robot · 8 years ago
  74. adf0ad2 Merge "Surface: Use buffer id to synchronize slots" into oc-dev by TreeHugger Robot · 8 years ago
  75. 69915f9 Do not set the trace clock in atrace.rc. by Carmen Jackson · 8 years ago
  76. 55be505 Surface: Use buffer id to synchronize slots by Shuzhen Wang · 8 years ago
  77. e2fad81 Merge "SurfaceFlinger: setGeometryAppliesWithResize crop latching fixes." into oc-dev by TreeHugger Robot · 8 years ago
  78. ef21fd2 Otapreopt: Add some static_asserts by Andreas Gampe · 8 years ago
  79. b667c05 Merge "vulkan: Translate usage flags before passing to driver" into oc-dev by Chris Forbes · 8 years ago
  80. bfe6bf6 Merge "Set the atrace clock to the best available value: boot, mono, or global." into oc-dev by TreeHugger Robot · 8 years ago
  81. 4744291 vulkan: Translate usage flags before passing to driver by Chris Forbes · 8 years ago
  82. 1967749 Merge "DO NOT MERGE Revert "Logging for catching memory issue in Parcel"" into oc-dev by Michael Wachenschwanz · 8 years ago
  83. df8ca52 Merge changes from topic 'move-hwc2on1' into oc-dev by Logan Chien · 8 years ago
  84. 74a812c Merge "Delete secondary dex profiles during reconciliation" into oc-dev by Calin Juravle · 8 years ago
  85. 02e3c25 Merge "Fix race condition in displayservice." into oc-dev by TreeHugger Robot · 8 years ago
  86. ea82679 Set the atrace clock to the best available value: boot, mono, or global. by Carmen Jackson · 8 years ago
  87. 5131409 Delete secondary dex profiles during reconciliation by Calin Juravle · 8 years ago
  88. 7bf247e SurfaceFlinger: setGeometryAppliesWithResize crop latching fixes. by Robert Carr · 8 years ago
  89. a654163 DO NOT MERGE Revert "Logging for catching memory issue in Parcel" by Michael Wachenschwanz · 8 years ago
  90. 3851225 surfaceflinger: clear HWC layers in Layer::onRemoved v2 by Chia-I Wu · 8 years ago
  91. fb8cede Merge "Revert "surfaceflinger: clear HWC layers in Layer::onRemoved"" into oc-dev by Przemyslaw Szczepaniak · 8 years ago
  92. 900e6fc Revert "surfaceflinger: clear HWC layers in Layer::onRemoved" by Przemyslaw Szczepaniak · 8 years ago
  93. a389650 libhwc2on1adapter: Move to vendor partition by Logan Chien · 8 years ago
  94. 2342977 Remove stale dependency to libhwc2on1adaptor.so. by Logan Chien · 8 years ago
  95. e256ecb Merge "surfaceflinger: clear HWC layers in Layer::onRemoved" into oc-dev by TreeHugger Robot · 8 years ago
  96. 06da158 Merge "libui: flush hwbinder commands in Allocator::allocate" into oc-dev by TreeHugger Robot · 8 years ago
  97. 5577d39 Fix race condition in displayservice. by Steven Moreland · 8 years ago
  98. 5c580ea Merge "surfaceflinger: fix a release fence leak" into oc-dev by TreeHugger Robot · 8 years ago
  99. d69b9d0 Merge "libvulkan: Enable GSC2 and SPI extensions" into oc-dev by Chris Forbes · 8 years ago
  100. 0683741 surfaceflinger: clear HWC layers in Layer::onRemoved by Chia-I Wu · 8 years ago