1. 98b5b24 SF: Creating a basic Scheduler class. by Ana Krulec · 7 years ago
  2. fefcb58 SF: Move relevant scheduler files into one directory. by Ana Krulec · 7 years ago[Renamed from services/surfaceflinger/MessageQueue.cpp]
  3. 3fcdef1 SF: Separate MessageQueue into interface and impl by Lloyd Pique · 8 years ago
  4. e83f931 SF: Cleanup EventThread Part 2 by Lloyd Pique · 7 years ago
  5. 78ce418 SF: Clang format selected sources by Lloyd Pique · 7 years ago
  6. 90f669f surfaceflinger: make vsync injection more robust by Chia-I Wu · 8 years ago
  7. 6b698e4 libgui: Remove RefBase from BitTube by Dan Stoza · 8 years ago
  8. e1c599b libgui: Normalize IDisplayEventConnection methods by Dan Stoza · 8 years ago
  9. 801ea09 split libsensor our of libgui by Mathias Agopian · 8 years ago
  10. 05dacfb HWC2: Backpressure missed vsyncs into apps by Dan Stoza · 9 years ago
  11. 14e54ba SF: Remove forced transaction on screenshot by Dan Stoza · 9 years ago
  12. 53390e1 libgui/SF: Fix some code warnings by Pablo Ceballos · 10 years ago
  13. 92dc3fc native frameworks: 64-bit compile issues by Mark Salyzyn · 11 years ago
  14. fe761ab Track Looper decoupling from ALooper by Brian Carlstrom · 12 years ago
  15. 9eb1f05 fix another bug where screenshots could end-up all black by Mathias Agopian · 12 years ago
  16. 4fec873 one more step towards multiple display support by Mathias Agopian · 13 years ago
  17. 69a655c Revert "handle surfaces posts independently from composition" by Mathias Agopian · 13 years ago
  18. 562f4b2 handle surfaces posts independently from composition by Mathias Agopian · 13 years ago
  19. 303d538 ui freeze workaround: reenable triple buffering mode by Mathias Agopian · 13 years ago
  20. 99ce5cd separate transactions from updates by Mathias Agopian · 13 years ago
  21. 8aedd47 SF now synchronizes to VSYNC by Mathias Agopian · 14 years ago
  22. e6f43dd Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE by Steve Block · 14 years ago
  23. be42aef fix an issue where invalidate/transactions could be missed by Mathias Agopian · 14 years ago
  24. 2228936 fix an issue where updates could starve transactions by Mathias Agopian · 14 years ago
  25. f61c57f rewrite SF's message loop on top of Looper by Mathias Agopian · 14 years ago
  26. 7b0ba16 deliver invalidate messages AFTER other messages by Mathias Agopian · 15 years ago
  27. 23a0920 fix a bug where timeouts would only be handled when a message was delivered by Mathias Agopian · 15 years ago
  28. 81bac09 move native services under services/ by Mathias Agopian · 15 years ago[Renamed from libs/surfaceflinger/MessageQueue.cpp]
  29. bb64124 fix the threading issue for setBuffercount() by Mathias Agopian · 15 years ago
  30. ec0f1f6 implement Mutex and Condition with pthread instead of calling futex directly. by Mathias Agopian · 16 years ago
  31. 84f6814 fix for [1969185] valgrind errors in new gl stuff by Mathias Agopian · 16 years ago
  32. 310f8da merge master to master_gl by Mathias Agopian · 16 years ago
  33. b6683b5 make use of the perfectly fine List.h instead of our own reimplementation of a linked list. by Mathias Agopian · 16 years ago
  34. f1d8e87 a brand new MessageQueue for SurfaceFlinger. by Mathias Agopian · 16 years ago