1. b493739 SF: Move desired active mode management to DisplayDevice by Ady Abraham · 3 years, 4 months ago
  2. c0086af Change hwui jank detection to use deadline & gpu completion (2/2) by Jorim Jaggi · 3 years, 8 months ago
  3. a7fe304 Rename DisplayConfig to DisplayMode by Marin Shalamanov · 3 years, 9 months ago
  4. 23c4420 SF: Rename HwcConfigIndexType to DisplayModeId by Marin Shalamanov · 3 years, 10 months ago
  5. 62f216c SurfaceFlinger: Add DISPLAY_EVENT_FRAME_RATE_OVERRIDE by Ady Abraham · 4 years ago
  6. 0bb6a47 SurfaceFlinger: throttle applications based on uid by Ady Abraham · 4 years ago
  7. b5daa91 EventThread: wake for two frames after vsync request by default by Tim Murray · 4 years, 1 month ago
  8. 5f683cf Enable SurfaceFlinger to use FrameTimeline by Adithya Srinivasan · 4 years, 1 month ago
  9. 9c53ee7 SurfaceFlinger: use duration instead of offset by Ady Abraham · 4 years, 3 months ago
  10. 967d5d7 Fix refresh rate callback fan-out for choreographer by Alec Mouri · 4 years, 2 months ago
  11. 271de04 Receive refresh rate callbacks from DMS by Alec Mouri · 4 years, 6 months ago
  12. 5facfb1 SurfaceFlinger: expected present time directly from VSyncReactor by Ady Abraham · 4 years, 6 months ago
  13. 5e7371c SurfaceFlinger: add debug information when vsync is not generated by Ady Abraham · 4 years, 7 months ago
  14. 717bcb6 [SfStats] Record vsync event connection count by Alec Mouri · 4 years, 8 months ago
  15. 60aee1c [AChoreographer] Add refresh rate callback. by Alec Mouri · 5 years ago
  16. 2139f73 SurfaceFlinger: use config groups by Ady Abraham · 5 years ago
  17. 6505f79 SF: Hook up VSYNC injection to Scheduler by Dominik Laskowski · 5 years ago
  18. 0f4a1b1 SurfaceFlinger: add explicit register for DISPLAY_EVENT_CONFIG_CHANGED by Ady Abraham · 5 years ago
  19. 8532d01 SurfaceFlinger: Add touch events to Scheduler by Ady Abraham · 5 years ago
  20. ecf2e0f Remove app vsync pausing by Alec Mouri · 6 years ago
  21. 46e2f3e SurfaceFlinger: cleanup some TODOs for Scheduler by Ady Abraham · 6 years ago
  22. 447052e SurfaceFlinger: add DISPLAY_EVENT_CONFIG_CHANGED by Ady Abraham · 6 years ago
  23. b838aed SurfaceFlinger: no app vsyncs during config switch by Ady Abraham · 6 years ago
  24. ccf37d7 SF: Fix thread safety for scheduler callbacks by Dominik Laskowski · 6 years ago
  25. dcb38bb SF: Plumb physical display IDs to libgui by Dominik Laskowski · 6 years ago
  26. 1eba020 SF: Tie VSyncState lifetime to display hotplug by Dominik Laskowski · 6 years ago
  27. 029cc12 SF: Toggle VSYNC in EventThread with state machine by Dominik Laskowski · 6 years ago
  28. 23b867a SF: Remove fixed-size array for VSYNC events by Dominik Laskowski · 6 years ago
  29. d9e4de6 SF: Refactor event dispatch by Dominik Laskowski · 6 years ago
  30. f654d57 SF: Register resync callback per event connection by Dominik Laskowski · 6 years ago
  31. 7d1d683 SF: Adding callback to Scheduler for setting refresh rate to 60 and 90. by Ana Krulec · 6 years ago
  32. 85c39af SF: Moving EventThread::Connection out of impl class by Ana Krulec · 6 years ago
  33. fb77282 SF: Adding Idle Timer, to detect when devices are idle. by Ana Krulec · 6 years ago
  34. 5434a78 SurfaceFlinger: Get rid of String8 in dumpsys by Yiwei Zhang · 6 years ago
  35. b02d51c surfaceflinger: use std::vector for waitForEventLocked by Chia-I Wu · 6 years ago
  36. 98cd38f surfaceflinger: use std::vector for mDisplayEventConnections by Chia-I Wu · 6 years ago
  37. eac3db2 surfaceflinger: use std::queue for mPendingEvents by Chia-I Wu · 6 years ago
  38. 98b5b24 SF: Creating a basic Scheduler class. by Ana Krulec · 6 years ago
  39. fefcb58 SF: Move relevant scheduler files into one directory. by Ana Krulec · 6 years ago[Renamed from services/surfaceflinger/EventThread.h]
  40. 00a6fa2 SF: Decouple EventThread from DisplayDevice by Dominik Laskowski · 6 years ago
  41. 24b0a48 SF: Test coverage for EventThread by Lloyd Pique · 7 years ago
  42. 9cbe4da SF: Fix an EventThread deadlock by Lloyd Pique · 7 years ago
  43. 0fcde1b SF: Separate EventThread into interface and impl by Lloyd Pique · 7 years ago
  44. e83f931 SF: Cleanup EventThread Part 2 by Lloyd Pique · 7 years ago
  45. 46a46b3 SF: Cleanup EventThread Part 1 by Lloyd Pique · 7 years ago
  46. 78ce418 SF: Clang format selected sources by Lloyd Pique · 7 years ago
  47. 2c32175 surfaceflinger: remove vsync hint by Tim Murray · 7 years ago
  48. 6b698e4 libgui: Remove RefBase from BitTube by Dan Stoza · 8 years ago
  49. 27c8115 libgui: Format BitTube and move into gui namespace by Dan Stoza · 8 years ago
  50. e1c599b libgui: Normalize IDisplayEventConnection methods by Dan Stoza · 8 years ago
  51. 071b0a6 Merge "Fix google-explicit-constructor warnings in surfaceflinger." am: 5e703a6ad0 am: 101b4cc9d7 am: 32db2f3c9f by Chih-Hung Hsieh · 8 years ago
  52. 342b760 Fix google-explicit-constructor warnings in surfaceflinger. by Chih-Hung Hsieh · 8 years ago
  53. ab04685 Fix duplicated VSync tracing in SurfaceInterceptor by Irvel · 8 years ago
  54. 4a4e4a2 Revert "Revert "DispSync: Always resync after inactivity"" by Tim Murray · 8 years ago
  55. 67264e9 Revert "DispSync: Always resync after inactivity" by Dan Stoza · 9 years ago
  56. f34b9be DispSync: Always resync after inactivity by Dan Stoza · 9 years ago
  57. db4ac3c SF: Permit changing DispSync offsets at runtime by Dan Stoza · 10 years ago
  58. ef472ec SurfaceFlinger: send VSYNC power hints to IPowerManager by Ruchi Kandoi · 11 years ago
  59. 4098f03 Revert "SurfaceFlinger: send VSYNC power hints to IPowerManager" by Ruchi Kandoi · 11 years ago
  60. d469a1c SurfaceFlinger: send VSYNC power hints to IPowerManager by Ruchi Kandoi · 11 years ago
  61. faf77cc SurfaceFlinger: SW-based vsync events by Jamie Gennis · 11 years ago
  62. 9e663de Use new HWC display type/count constants. by Jesse Hall · 11 years ago
  63. 5c876fa SurfaceFlinger: EventThread: Fix Vsync array size. by Saurabh Shah · 11 years ago
  64. 74d211a clean-up/simplify all dump() APIs by Mathias Agopian · 11 years ago
  65. ff28e20 Display events now always carry the display id they happened on by Mathias Agopian · 12 years ago
  66. 148994e We now report hotplug events to the framework by Mathias Agopian · 12 years ago
  67. ae2cfb5 Minor tweaks by Andy McFadden · 12 years ago
  68. 3ee454a Eradicate DisplayID. by Mathias Agopian · 12 years ago
  69. f6bbd44 simplify further vsync handling by Mathias Agopian · 12 years ago
  70. a4cb35a fix various issues in SF's EventThread by Mathias Agopian · 12 years ago
  71. 10125f0 Fix deadlock in SF. by Mathias Agopian · 12 years ago
  72. 0f2f5ff rename DisplayHardware to DisplayDevice by Mathias Agopian · 12 years ago
  73. 8630320 split HWComposer out of DisplayHardware by Mathias Agopian · 12 years ago
  74. 921e6ac SurfaceFlinger cleanup by Mathias Agopian · 12 years ago
  75. 1b03149 get rid of GraphicPlane by Mathias Agopian · 12 years ago
  76. 22ffb11 make sure to disable VSYNC while screen is off by Mathias Agopian · 13 years ago
  77. e2c4f4e Added vsync debugging information in dumpsys log by Mathias Agopian · 13 years ago
  78. 3eb38cb SurfaceFlinger now uses the new VSYNC HAL API. by Mathias Agopian · 13 years ago
  79. cb9732a refactor / simplify EventThread by Mathias Agopian · 13 years ago
  80. 8aedd47 SF now synchronizes to VSYNC by Mathias Agopian · 13 years ago
  81. 478ae5e Improve the VSYNC api a bit. by Mathias Agopian · 13 years ago
  82. 2374866 fix a deadlock when removing a DisplayEventConnection by Mathias Agopian · 13 years ago
  83. d0566bc Add support for sending VSYNC events to the framework by Mathias Agopian · 13 years ago