1. 8d0c610 Send multiple scheduler frame timelines (fix). by Rachel Lee · 3 years, 10 months ago
  2. 3f02866 Revert "Revert "Send multiple scheduler frame timelines."" by Rachel Lee · 3 years, 10 months ago
  3. caaa47d Revert "Send multiple scheduler frame timelines." by Rachel Lee · 3 years, 10 months ago
  4. 6b18070 Send multiple scheduler frame timelines. by Rachel Lee · 4 years ago
  5. 690f461 SF: Move desired active mode management to DisplayDevice by Ady Abraham · 4 years, 2 months ago
  6. c0086af Change hwui jank detection to use deadline & gpu completion (2/2) by Jorim Jaggi · 4 years, 7 months ago
  7. 1130b3d SF: fix frameTimelineVsyncId = 0 by Ady Abraham · 4 years, 6 months ago
  8. 42c3aef Merge "Revert "DisplayEventDispatcher: optimize binder calls"" into sc-dev by TreeHugger Robot · 4 years, 7 months ago
  9. 1ff99d8 Revert "DisplayEventDispatcher: optimize binder calls" by Ady Abraham · 4 years, 7 months ago
  10. a7fe304 Rename DisplayConfig to DisplayMode by Marin Shalamanov · 4 years, 7 months ago
  11. 9817875 DisplayEventDispatcher: optimize binder calls by Ady Abraham · 4 years, 9 months ago
  12. 23c4420 SF: Rename HwcConfigIndexType to DisplayModeId by Marin Shalamanov · 4 years, 9 months ago
  13. 62f216c SurfaceFlinger: Add DISPLAY_EVENT_FRAME_RATE_OVERRIDE by Ady Abraham · 5 years ago
  14. 0bb6a47 SurfaceFlinger: throttle applications based on uid by Ady Abraham · 5 years ago
  15. b5daa91 EventThread: wake for two frames after vsync request by default by Tim Murray · 5 years ago
  16. 5f683cf Enable SurfaceFlinger to use FrameTimeline by Adithya Srinivasan · 5 years ago
  17. 74e1756 SurfaceFlinger: Shared timeline plumbing by Ady Abraham · 5 years ago
  18. 8cb2188 SurfaceFlinger: DispSync -> VsyncController by Ady Abraham · 5 years ago
  19. 9c53ee7 SurfaceFlinger: use duration instead of offset by Ady Abraham · 5 years ago
  20. 967d5d7 Fix refresh rate callback fan-out for choreographer by Alec Mouri · 5 years ago
  21. a524a09 Use type safe display IDs. by Marin Shalamanov · 5 years ago
  22. 271de04 Receive refresh rate callbacks from DMS by Alec Mouri · 5 years ago
  23. 5facfb1 SurfaceFlinger: expected present time directly from VSyncReactor by Ady Abraham · 5 years ago
  24. 7539872 SurfaceFlinger: Reset VsyncReactor's timer thread by Ady Abraham · 5 years ago
  25. 5e7371c SurfaceFlinger: add debug information when vsync is not generated by Ady Abraham · 5 years ago
  26. 717bcb6 [SfStats] Record vsync event connection count by Alec Mouri · 6 years ago
  27. b0dbdaa SurfaceFlinger: Enable -WConversion in Android.bp by Ady Abraham · 6 years ago
  28. 60aee1c [AChoreographer] Add refresh rate callback. by Alec Mouri · 6 years ago
  29. 2139f73 SurfaceFlinger: use config groups by Ady Abraham · 6 years ago
  30. 6505f79 SF: Hook up VSYNC injection to Scheduler by Dominik Laskowski · 6 years ago
  31. 0f4a1b1 SurfaceFlinger: add explicit register for DISPLAY_EVENT_CONFIG_CHANGED by Ady Abraham · 6 years ago
  32. 8532d01 SurfaceFlinger: Add touch events to Scheduler by Ady Abraham · 6 years ago
  33. ecf2e0f Remove app vsync pausing by Alec Mouri · 6 years ago
  34. af0ec27 SurfaceFlinger: fix invalid PhysicalDisplayId in onConfigChanged event by Ady Abraham · 6 years ago
  35. 447052e SurfaceFlinger: add DISPLAY_EVENT_CONFIG_CHANGED by Ady Abraham · 7 years ago
  36. b838aed SurfaceFlinger: no app vsyncs during config switch by Ady Abraham · 7 years ago
  37. ccf37d7 SF: Fix thread safety for scheduler callbacks by Dominik Laskowski · 7 years ago
  38. dcb38bb SF: Plumb physical display IDs to libgui by Dominik Laskowski · 7 years ago
  39. 1eba020 SF: Tie VSyncState lifetime to display hotplug by Dominik Laskowski · 7 years ago
  40. 029cc12 SF: Toggle VSYNC in EventThread with state machine by Dominik Laskowski · 7 years ago
  41. 23b867a SF: Remove fixed-size array for VSYNC events by Dominik Laskowski · 7 years ago
  42. d9e4de6 SF: Refactor event dispatch by Dominik Laskowski · 7 years ago
  43. f654d57 SF: Register resync callback per event connection by Dominik Laskowski · 7 years ago
  44. 7d1d683 SF: Adding callback to Scheduler for setting refresh rate to 60 and 90. by Ana Krulec · 7 years ago
  45. 85c39af SF: Moving EventThread::Connection out of impl class by Ana Krulec · 7 years ago
  46. fb77282 SF: Adding Idle Timer, to detect when devices are idle. by Ana Krulec · 7 years ago
  47. 5434a78 SurfaceFlinger: Get rid of String8 in dumpsys by Yiwei Zhang · 7 years ago
  48. b02d51c surfaceflinger: use std::vector for waitForEventLocked by Chia-I Wu · 7 years ago
  49. 98cd38f surfaceflinger: use std::vector for mDisplayEventConnections by Chia-I Wu · 7 years ago
  50. eac3db2 surfaceflinger: use std::queue for mPendingEvents by Chia-I Wu · 7 years ago
  51. 98b5b24 SF: Creating a basic Scheduler class. by Ana Krulec · 7 years ago
  52. fefcb58 SF: Move relevant scheduler files into one directory. by Ana Krulec · 7 years ago[Renamed (98%) from services/surfaceflinger/EventThread.cpp]
  53. 00a6fa2 SF: Decouple EventThread from DisplayDevice by Dominik Laskowski · 7 years ago
  54. 24b0a48 SF: Test coverage for EventThread by Lloyd Pique · 7 years ago
  55. 4d23485 SF: Separate SurfaceInterceptor into interface and impl by Lloyd Pique · 8 years ago
  56. 9cbe4da SF: Fix an EventThread deadlock by Lloyd Pique · 8 years ago
  57. 0fcde1b SF: Separate EventThread into interface and impl by Lloyd Pique · 8 years ago
  58. e83f931 SF: Cleanup EventThread Part 2 by Lloyd Pique · 8 years ago
  59. 46a46b3 SF: Cleanup EventThread Part 1 by Lloyd Pique · 8 years ago
  60. 78ce418 SF: Clang format selected sources by Lloyd Pique · 8 years ago
  61. 566a3b4 [SurfaceFlinger] Replace NULL with nullptr. by Peiyong Lin · 8 years ago
  62. 2c32175 surfaceflinger: remove vsync hint by Tim Murray · 8 years ago
  63. 01be49f Fix sanitizer in surfaceflinger waitForEvent. by Ivan Lozano · 8 years ago
  64. 6b698e4 libgui: Remove RefBase from BitTube by Dan Stoza · 8 years ago
  65. 7d29017 libgui: Make BitTube Parcelable and use unique_fd by Dan Stoza · 8 years ago
  66. 27c8115 libgui: Format BitTube and move into gui namespace by Dan Stoza · 8 years ago
  67. e1c599b libgui: Normalize IDisplayEventConnection methods by Dan Stoza · 8 years ago
  68. 801ea09 split libsensor our of libgui by Mathias Agopian · 8 years ago
  69. ab04685 Fix duplicated VSync tracing in SurfaceInterceptor by Irvel · 9 years ago
  70. 468051e Integrate SurfaceInterceptor into SurfaceFlinger by Irvel · 9 years ago
  71. 4a4e4a2 Revert "Revert "DispSync: Always resync after inactivity"" by Tim Murray · 9 years ago
  72. 67264e9 Revert "DispSync: Always resync after inactivity" by Dan Stoza · 9 years ago
  73. f34b9be DispSync: Always resync after inactivity by Dan Stoza · 9 years ago
  74. db4ac3c SF: Permit changing DispSync offsets at runtime by Dan Stoza · 10 years ago
  75. ef472ec SurfaceFlinger: send VSYNC power hints to IPowerManager by Ruchi Kandoi · 11 years ago
  76. 4098f03 Revert "SurfaceFlinger: send VSYNC power hints to IPowerManager" by Ruchi Kandoi · 11 years ago
  77. d469a1c SurfaceFlinger: send VSYNC power hints to IPowerManager by Ruchi Kandoi · 11 years ago
  78. 86efcc0 SurfaceFlinger: fix 64-bit format string warnings by Greg Hackmann · 11 years ago
  79. faf77cc SurfaceFlinger: SW-based vsync events by Jamie Gennis · 12 years ago
  80. 9e663de Use new HWC display type/count constants. by Jesse Hall · 12 years ago
  81. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 12 years ago
  82. 7adb0f8 Minor cleanups/fixes before virtual display refactoring by Jesse Hall · 13 years ago
  83. 81cd5d3 make sure we don't call into the HWC HAL when not needed by Mathias Agopian · 13 years ago
  84. ff28e20 Display events now always carry the display id they happened on by Mathias Agopian · 13 years ago
  85. b4d18ed fix an issue where hotplug events were not dispatched by Mathias Agopian · 13 years ago
  86. 148994e We now report hotplug events to the framework by Mathias Agopian · 13 years ago
  87. ae2cfb5 Minor tweaks by Andy McFadden · 13 years ago
  88. 6bf552e Add timeout when waiting for HW vsync by Andy McFadden · 13 years ago
  89. 3ee454a Eradicate DisplayID. by Mathias Agopian · 13 years ago
  90. f6bbd44 simplify further vsync handling by Mathias Agopian · 13 years ago
  91. a4cb35a fix various issues in SF's EventThread by Mathias Agopian · 13 years ago
  92. 10125f0 Fix deadlock in SF. by Mathias Agopian · 13 years ago
  93. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 13 years ago
  94. 8630320 split HWComposer out of DisplayHardware by Mathias Agopian · 13 years ago
  95. 921e6ac SurfaceFlinger cleanup by Mathias Agopian · 13 years ago
  96. 1b03149 get rid of GraphicPlane by Mathias Agopian · 13 years ago
  97. 7d88647 SF could get stuck waiting for vsync when turning the screen off by Mathias Agopian · 13 years ago
  98. 03e4072 set vsync power hint by Mathias Agopian · 13 years ago
  99. fca660c don't wake-up eventthread every 16ms if there are no vsync requests by Mathias Agopian · 13 years ago
  100. 22ffb11 make sure to disable VSYNC while screen is off by Mathias Agopian · 13 years ago