1. 0a68b46 surfaceflinger: fix a nullptr dereference by Chia-I Wu · 9 years ago
  2. 87cd115 Merge "Fix concurrent writes to the hardware composer" into oc-dr1-dev by Steven Thomas · 9 years ago
  3. f5a5f6e Fix concurrent writes to the hardware composer by Steven Thomas · 9 years ago
  4. 607b5d1 Merge changes I23e6f088,I800208e8,I55123a7a into oc-dr1-dev by Dan Stoza · 9 years ago
  5. 2b6d38e SF: Move screenshot Surface ops off main thread by Dan Stoza · 9 years ago
  6. abcda35 SF: Add ImageHolder for screenshot code by Dan Stoza · 9 years ago
  7. a9b1aa0 SF: Add WindowDisconnector for screenshot code by Dan Stoza · 9 years ago
  8. 0db05d3 Merge "Synchronous resource recover mechanism for ISensorEventConnection" into oc-dr1-dev by Peng Xu · 9 years ago
  9. 2b7b5c3 Merge "Fix BufferHub state machine to return errors on invalid transitions." into oc-dr1-dev by TreeHugger Robot · 9 years ago
  10. 8cbefd7 Synchronous resource recover mechanism for ISensorEventConnection by Peng Xu · 9 years ago
  11. 9481328 Merge "Make default permission checks in performance service more restrictive." into oc-dr1-dev by TreeHugger Robot · 9 years ago
  12. d53870c Fix BufferHub state machine to return errors on invalid transitions. by Corey Tabaka · 9 years ago
  13. 15561b0 Clear callbacks when destroying DvrHwcClient by Pat Plunkett · 9 years ago
  14. a36bf92 surfaceflinger: refresh after latching any buffer by Chia-I Wu · 9 years ago
  15. 94055ca Make default permission checks in performance service more restrictive. by Corey Tabaka · 9 years ago
  16. b5f0e91 Merge "Trust navbar panel and accessibility overlays" into oc-dr1-dev by Phil Weaver · 9 years ago
  17. e6ffd49 Merge changes I9047b298,Id9554d6b into oc-dr1-dev by TreeHugger Robot · 9 years ago
  18. feb636d libdvr: Add performance API to platform library. by Corey Tabaka · 9 years ago
  19. 171155a Add VrFlinger dumpsys to SurfaceFlinger by Karthik Ravi Shankar · 9 years ago
  20. d554797 Merge "SurfaceFlinger: Last minute log removal." into oc-dev am: 56cca289cc by Robert Carr · 9 years ago
  21. 56cca28 Merge "SurfaceFlinger: Last minute log removal." into oc-dev by TreeHugger Robot · 9 years ago
  22. 1813e09 Merge "libgui: New mutex for ConsumerBase frame callbacks" into oc-dev by Dan Stoza · 9 years ago
  23. fb672ba Merge "libgui: New mutex for ConsumerBase frame callbacks" into oc-dev by TreeHugger Robot · 9 years ago
  24. 4e10a52 SurfaceFlinger: Last minute log removal. by Robert Carr · 9 years ago
  25. 5a07198 Trust navbar panel and accessibility overlays by Phil Weaver · 9 years ago
  26. 6a4ed9b Fix hidl_ssvc_poll thread issues by Peng Xu · 9 years ago
  27. 95971c8 libgui: New mutex for ConsumerBase frame callbacks by Dan Stoza · 9 years ago
  28. 281a0c2 Merge "Make VR HWC DPI a configurable property" into oc-dr1-dev by TreeHugger Robot · 9 years ago
  29. 49cdc63 Merge "surfaceflinger: discard stale commands" into oc-dev am: f8ca9a0875 by Chia-I Wu · 9 years ago
  30. 89283e5 Disable skip Validate on client composition am: 269c236109 by Fabien Sanglard · 9 years ago
  31. f8ca9a0 Merge "surfaceflinger: discard stale commands" into oc-dev by Chia-I Wu · 9 years ago
  32. 269c236 Disable skip Validate on client composition by Fabien Sanglard · 9 years ago
  33. 0c6ce46 surfaceflinger: discard stale commands by Chia-I Wu · 9 years ago
  34. 8976c6a Skip Validate am: 249c0ae80a by Fabien Sanglard · 9 years ago
  35. 249c0ae Skip Validate by Fabien Sanglard · 9 years ago
  36. 8669acc Merge "Check key before edit value in countFlushCompleteEventsLocked" into oc-dr1-dev by TreeHugger Robot · 9 years ago
  37. bd9f4d2 Make VR HWC DPI a configurable property by Kevin Schoedel · 9 years ago
  38. 989ed5c Merge "surfaceflinger: fix a potential child layer leak" into oc-dev by Chia-I Wu · 9 years ago
  39. 63fbab8 Check key before edit value in countFlushCompleteEventsLocked by Peng Xu · 9 years ago
  40. c35a5e2 Merge changes from topic 'layer-wp-race' into oc-dev am: a17b14eb92 by Chia-I Wu · 9 years ago
  41. fae51c4 surfaceflinger: fix a potential child layer leak by Chia-I Wu · 9 years ago
  42. 515dc9c surfaceflinger: Layer::getParent requires state lock held by Chia-I Wu · 9 years ago
  43. 2397030 Merge "Fix virtual touchpad scroll events." into oc-dr1-dev by Kevin Schoedel · 9 years ago
  44. e41dbe6 surfaceflinger: distinguish mCurrentParent/mDrawingParent by Chia-I Wu · 9 years ago
  45. f456f32 surfaceflinger: protect Client::mParentLayer with a lock by Chia-I Wu · 9 years ago
  46. b299003 Fix virtual touchpad scroll events. by Kevin Schoedel · 9 years ago
  47. 22c1462 Set the vr hwc vsync rate to match the native vsync by Stephen Kiazyk · 9 years ago
  48. d8449e5 Fix getDisplayInfo() for SurfaceFlinger in HWC2 mode. am: c175253b6d by Alistair Strachan · 9 years ago
  49. c175253 Fix getDisplayInfo() for SurfaceFlinger in HWC2 mode. by Alistair Strachan · 9 years ago
  50. 91768a2 Merge changes from topic 'sensor_looper_crash' into oc-dev am: 638055ef41 by Peng Xu · 9 years ago
  51. fc045b9 SensorManager: attach background thread to JavaVM am: 09034f076e by Yifan Hong · 9 years ago
  52. 80d87ee Fix race condition for SensorManager looper. by Yifan Hong · 9 years ago
  53. 09034f0 SensorManager: attach background thread to JavaVM by Yifan Hong · 9 years ago
  54. 542eace Framework sensor manager init not depends on ::android::SensorManager. by Yifan Hong · 9 years ago
  55. efa87ca Merge "Re-enable default display when switching to VR mode." into oc-dr1-dev by TreeHugger Robot · 9 years ago
  56. 096cb99 Re-enable default display when switching to VR mode. by Alex Sakhartchouk · 9 years ago
  57. c1c461a Add LambdaMessage to SurfaceFlinger by Alex Sakhartchouk · 9 years ago
  58. 5a556bc Fix build am: aaef0983ba by Jorim Jaggi · 9 years ago
  59. aaef098 Fix build by Jorim Jaggi · 9 years ago
  60. 5d37ae5 Properly run window animations at vsync-sf (2/2) am: b1e2f8deb3 by Jorim Jaggi · 9 years ago
  61. b1e2f8d Properly run window animations at vsync-sf (2/2) by Jorim Jaggi · 9 years ago
  62. d6d91e5 Merge "No more ashmem equivalent checker false alarm" into oc-dev by TreeHugger Robot · 9 years ago
  63. e4f3207 Merge "Support custom permission, slight adjust of dumpsys print" by Peng Xu · 9 years ago
  64. 7c92959 Merge "Read saturation boost from a persistent property" by TreeHugger Robot · 9 years ago
  65. d8fccf0 Add DVR API for scroll event injection. by Kevin Schoedel · 9 years ago
  66. 48328dd Support custom permission, slight adjust of dumpsys print by Peng Xu · 9 years ago
  67. 3054f00 Read saturation boost from a persistent property by Romain Guy · 9 years ago
  68. 3780537 Merge "Let the system process set the saturation boost" by TreeHugger Robot · 9 years ago
  69. 8c6bbd6 Let the system process set the saturation boost by Romain Guy · 9 years ago
  70. e6b63e1 surfaceflinger: fix layer count by Chia-I Wu · 9 years ago
  71. 85da820 Merge changes I87a57825,I3721d163 into oc-dev am: e44ea13766 am: 25bc953ae3 by Robert Carr · 9 years ago
  72. 25bc953 Merge changes I87a57825,I3721d163 into oc-dev am: e44ea13766 by Robert Carr · 9 years ago
  73. 1d00e94 Merge "correct value of TYPE_MAGNIFICATION_OVERLAY" am: 9e94328e22 am: ce9203d628 am: d396aa6869 by kenzyun_chen · 9 years ago
  74. 5885883 Merge "correct value of TYPE_MAGNIFICATION_OVERLAY" am: 9e94328e22 am: ce9203d628 by kenzyun_chen · 9 years ago
  75. d396aa6 Merge "correct value of TYPE_MAGNIFICATION_OVERLAY" am: 9e94328e22 by kenzyun_chen · 9 years ago
  76. 1fdfea5 Merge "Add saturation boost feature to SurfaceFlinger" by TreeHugger Robot · 9 years ago
  77. 41b08b5 SurfaceFlinger: Fix final cropping of child layers. by Robert Carr · 9 years ago
  78. 98b0fd5 SurfaceFlinger: Update parent pointer while performing transaction. by Robert Carr · 9 years ago
  79. c988ee4 Remove redundent layer setDataspace calls. by Courtney Goeltzenleuchter · 9 years ago
  80. 0147a17 Add saturation boost feature to SurfaceFlinger by Romain Guy · 9 years ago
  81. 7942ad7 correct value of TYPE_MAGNIFICATION_OVERLAY by kenzyun_chen · 9 years ago
  82. 38513f2 Merge "Fix the build" by Romain Guy · 9 years ago
  83. a963873 Fix the build by Romain Guy · 9 years ago
  84. efd096d Merge "surfaceflinger: fix layer count" by Chia-I Wu · 9 years ago
  85. 9d93cdb Merge "Use wide gamut only when necessary" by TreeHugger Robot · 9 years ago
  86. 98f1c10 surfaceflinger: fix layer count by Chia-I Wu · 9 years ago
  87. 8ec6ff2 Use wide gamut only when necessary by Romain Guy · 9 years ago
  88. ee5461c Merge "Various fixes for wide color gamut rendering" by Romain Guy · 9 years ago
  89. 88d37dd Various fixes for wide color gamut rendering by Romain Guy · 9 years ago
  90. cb496ac use 64-bits usage bits almost everywhere by Mathias Agopian · 9 years ago
  91. a1ed168 Merge "Cleanup dvr api headers for exporting" by TreeHugger Robot · 9 years ago
  92. dd6b8c1 Merge "Remove GLES2Renderer dependency on config stores" by TreeHugger Robot · 9 years ago
  93. 14bc55a Cleanup dvr api headers for exporting by John Bates · 9 years ago
  94. eae2feb Merge "Move virtual touchpad IDC file to be shared across devices." by TreeHugger Robot · 9 years ago
  95. 0beacdd Merge "sensors: pass sensor handle along with injected event" by Alexey Polyudov · 9 years ago
  96. d36d403 Move virtual touchpad IDC file to be shared across devices. by Kevin Schoedel · 9 years ago
  97. 88711e8 sensors: pass sensor handle along with injected event by Alexey Polyudov · 9 years ago
  98. c0a81bb Merge "BufferHubQueue rename DetachBuffer to RemoveBuffer" by TreeHugger Robot · 9 years ago
  99. 53df8fa Merge "SF: Call makeCurrent after presenting each display" am: 7bb8779a79 by Season Li · 9 years ago
  100. 7bb8779 Merge "SF: Call makeCurrent after presenting each display" by Treehugger Robot · 9 years ago