1. 9953e06 SF: add a work duration slack when missing a frame by Ady Abraham · 1 year ago
  2. be0ad90 Create a wrapper for atrace macros by Vishnu Nair · 1 year, 1 month ago
  3. 32a88b1 [SF] Send NotifyExpectedPresentHint at the transaction time by ramindani · 1 year, 6 months ago
  4. a7be94e Cleanup Scheduler::initVsync by Leon Scroggins III · 1 year, 6 months ago
  5. 4335afd SF: pass last vsync to VsyncPredictor by Ady Abraham · 1 year, 8 months ago
  6. fb7ed56 Avoid deadlock in MessageQueue::onNewVsyncSchedule by Leon Scroggins III · 2 years, 4 months ago
  7. 6738862 Reland "Create a VsyncSchedule per display" by Leon Scroggins III · 2 years, 6 months ago
  8. db16a2b Revert "Create a VsyncSchedule per display" by Leon Scroggins III · 2 years, 6 months ago
  9. 31d4141 Create a VsyncSchedule per display by Leon Scroggins III · 2 years, 9 months ago
  10. 63f1279 SF: Bundle ftl::Flags for CompositionCoverage by Dominik Laskowski · 2 years, 6 months ago
  11. 076acac SurfaceFlinger: Add TrustedPresentationListener API by Chavi Weingarten · 2 years, 7 months ago
  12. 011f8ba SF: remove DispSyncSource by Ady Abraham · 2 years, 8 months ago
  13. d71299e Remove vsync injection methods by Huihong Luo · 3 years ago
  14. f11728a SF: Introduce a configure stage by Dominik Laskowski · 3 years ago
  15. 08fbd85 SF: Delegate ICompositor interfacing to Scheduler by Dominik Laskowski · 3 years, 1 month ago
  16. d11bade SF: build with ANDROID_UTILS_REF_BASE_DISABLE_IMPLICIT_CONSTRUCTION by Ady Abraham · 3 years ago
  17. 302ebed SF: add vsyncId to SurfaceFlinger::composite trace by Ady Abraham · 3 years, 5 months ago
  18. b9c5a77 Use VsyncEventData in DisplayEventReceiver::Event. by Rachel Lee · 3 years, 6 months ago
  19. 46f3e3b SF: Merge commit/composite in MessageQueue by Dominik Laskowski · 4 years ago
  20. e0e0cde SF: Decouple MessageQueue by Dominik Laskowski · 4 years ago
  21. 562c271 SF: region sampling scheduling optimization by Ady Abraham · 4 years, 3 months ago
  22. 208235c SF: Fix VSYNC injection by Dominik Laskowski · 4 years, 8 months ago
  23. 326ecde SurfaceFlinger: fix wake up time when sf duration change by Ady Abraham · 4 years, 9 months ago
  24. 55fa727 SurfaceFlinger: decouple EventThread from SF wakeup by Ady Abraham · 4 years, 10 months ago
  25. 5f683cf Enable SurfaceFlinger to use FrameTimeline by Adithya Srinivasan · 4 years, 11 months ago
  26. dd4ef27 SF: Modernize task scheduling API by Dominik Laskowski · 5 years ago
  27. 5facfb1 SurfaceFlinger: expected present time directly from VSyncReactor by Ady Abraham · 5 years ago
  28. 0ed31c9 SurfaceFlinger: use intended wake up time when calculating next present time by Ady Abraham · 5 years ago
  29. b0dbdaa SurfaceFlinger: Enable -WConversion in Android.bp 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. ccf37d7 SF: Fix thread safety for scheduler callbacks by Dominik Laskowski · 7 years ago
  34. f654d57 SF: Register resync callback per event connection by Dominik Laskowski · 7 years ago
  35. 7d1d683 SF: Adding callback to Scheduler for setting refresh rate to 60 and 90. by Ana Krulec · 7 years ago
  36. 85c39af SF: Moving EventThread::Connection out of impl class by Ana Krulec · 7 years ago
  37. 98b5b24 SF: Creating a basic Scheduler class. by Ana Krulec · 7 years ago
  38. fefcb58 SF: Move relevant scheduler files into one directory. by Ana Krulec · 7 years ago[Renamed from services/surfaceflinger/MessageQueue.cpp]
  39. 3fcdef1 SF: Separate MessageQueue into interface and impl by Lloyd Pique · 8 years ago
  40. e83f931 SF: Cleanup EventThread Part 2 by Lloyd Pique · 8 years ago
  41. 78ce418 SF: Clang format selected sources by Lloyd Pique · 8 years ago
  42. 90f669f surfaceflinger: make vsync injection more robust by Chia-I Wu · 8 years ago
  43. 6b698e4 libgui: Remove RefBase from BitTube by Dan Stoza · 8 years ago
  44. e1c599b libgui: Normalize IDisplayEventConnection methods by Dan Stoza · 8 years ago
  45. 801ea09 split libsensor our of libgui by Mathias Agopian · 8 years ago
  46. 05dacfb HWC2: Backpressure missed vsyncs into apps by Dan Stoza · 9 years ago
  47. 14e54ba SF: Remove forced transaction on screenshot by Dan Stoza · 9 years ago
  48. 53390e1 libgui/SF: Fix some code warnings by Pablo Ceballos · 10 years ago
  49. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 11 years ago
  50. fe761ab Track Looper decoupling from ALooper by Brian Carlstrom · 12 years ago
  51. 9eb1f05 fix another bug where screenshots could end-up all black by Mathias Agopian · 12 years ago
  52. 4fec873 one more step towards multiple display support by Mathias Agopian · 13 years ago
  53. 69a655c Revert "handle surfaces posts independently from composition" by Mathias Agopian · 13 years ago
  54. 562f4b2 handle surfaces posts independently from composition by Mathias Agopian · 13 years ago
  55. 303d538 ui freeze workaround: reenable triple buffering mode by Mathias Agopian · 14 years ago
  56. 99ce5cd separate transactions from updates by Mathias Agopian · 14 years ago
  57. 8aedd47 SF now synchronizes to VSYNC by Mathias Agopian · 14 years ago
  58. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  59. be42aef fix an issue where invalidate/transactions could be missed by Mathias Agopian · 14 years ago
  60. 2228936 fix an issue where updates could starve transactions by Mathias Agopian · 14 years ago
  61. f61c57f rewrite SF's message loop on top of Looper by Mathias Agopian · 14 years ago
  62. 7b0ba16 deliver invalidate messages AFTER other messages by Mathias Agopian · 15 years ago
  63. 23a0920 fix a bug where timeouts would only be handled when a message was delivered by Mathias Agopian · 15 years ago
  64. 81bac09 move native services under services/ by Mathias Agopian · 15 years ago[Renamed from libs/surfaceflinger/MessageQueue.cpp]
  65. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  66. ec0f1f6 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 16 years ago
  67. 84f6814 fix for [1969185] valgrind errors in new gl stuff by Mathias Agopian · 16 years ago
  68. 310f8da merge master to master_gl by Mathias Agopian · 16 years ago
  69. b6683b5 make use of the perfectly fine List.h instead of our own reimplementation of a linked list. by Mathias Agopian · 16 years ago
  70. f1d8e87 a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 16 years ago