summaryrefslogtreecommitdiff
path: root/services/surfaceflinger/MessageQueue.cpp
AgeCommit message (Expand)Author
2018-08-09SF: Move relevant scheduler files into one directory. Ana Krulec
2018-03-19SF: Separate MessageQueue into interface and impl Lloyd Pique
2018-02-01SF: Cleanup EventThread Part 2 Lloyd Pique
2018-01-31SF: Clang format selected sources Lloyd Pique
2017-10-26surfaceflinger: make vsync injection more robust Chia-I Wu
2017-04-06libgui: Remove RefBase from BitTube Dan Stoza
2017-04-06libgui: Normalize IDisplayEventConnection methods Dan Stoza
2017-03-07split libsensor our of libgui Mathias Agopian
2016-07-06HWC2: Backpressure missed vsyncs into apps Dan Stoza
2016-05-16SF: Remove forced transaction on screenshot Dan Stoza
2015-08-05libgui/SF: Fix some code warnings Pablo Ceballos
2014-03-12native frameworks: 64-bit compile issues Mark Salyzyn
2013-12-12Track Looper decoupling from ALooper Brian Carlstrom
2013-04-10fix another bug where screenshots could end-up all black Mathias Agopian
2012-07-10one more step towards multiple display support Mathias Agopian
2012-04-11Revert "handle surfaces posts independently from composition" Mathias Agopian
2012-04-11handle surfaces posts independently from composition Mathias Agopian
2012-02-05ui freeze workaround: reenable triple buffering mode Mathias Agopian
2012-02-01separate transactions from updates Mathias Agopian
2012-01-30SF now synchronizes to VSYNC Mathias Agopian
2012-01-08Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGE Steve Block
2011-12-03fix an issue where invalidate/transactions could be missed Mathias Agopian
2011-12-02fix an issue where updates could starve transactions Mathias Agopian
2011-11-28rewrite SF's message loop on top of Looper Mathias Agopian
2010-10-11deliver invalidate messages AFTER other messages Mathias Agopian
2010-10-11fix a bug where timeouts would only be handled when a message was delivered Mathias Agopian
2010-07-14move native services under services/ Mathias Agopian