summaryrefslogtreecommitdiff
path: root/libs/gui/ISurfaceComposer.cpp
AgeCommit message (Expand)Author
2021-06-17SF: change acquired buffers based on the current refresh rateAdy Abraham
2021-05-25Add SF side tunnel mode listenerGalia Peycheva
2021-04-22Merge "Introduce ASurfaceTransaction_setOnCommit api" into sc-devVishnu Nair
2021-04-21Introduce ASurfaceTransaction_setOnCommit apiVishnu Nair
2021-04-14Reroute surfaceflinger pulled atomsTej Singh
2021-04-02Merge "HDR layer info listener" into sc-devJohn Reck
2021-03-31HDR layer info listenerJohn Reck
2021-03-31Merge "setFrameRate: Make shouldBeSeamless an enum" into sc-devMarin Shalamanov
2021-03-25Hdr format settings [Backend]Kriti Dang
2021-03-24setFrameRate: Make shouldBeSeamless an enumMarin Shalamanov
2021-03-20Merge "Extract ParcelableUtils to avoid code duplication" into sc-devTreeHugger Robot
2021-03-18Extract ParcelableUtils to avoid code duplicationMarin Shalamanov
2021-03-12Expand setBrightness to take BrightnessInfo objectJohn Reck
2021-03-05Support task ID for fps listener rather than SurfaceControl.Alec Mouri
2021-02-24Merge "Support streaming fps updates for a layer subtree to sysui via listene...Alec Mouri
2021-02-23Support streaming fps updates for a layer subtree to sysui via listener.Alec Mouri
2021-02-23SF: Move ALLM and GameContentType to DynamicDisplayInfoMarin Shalamanov
2021-02-22Introduce DynamicDisplayInfoMarin Shalamanov
2021-02-09Merge "SurfaceFlinger: expose vsync id extra buffers" into sc-devAdy Abraham
2021-02-05SurfaceFlinger: expose vsync id extra buffersAdy Abraham
2021-02-05Rename DisplayConfig to DisplayModeMarin Shalamanov
2021-01-29Add inputEventId to SurfaceFrameSiarhei Vishniakou
2020-12-23SurfaceFlinger: correctly pass desired present time for BLASTAdy Abraham
2020-12-15Plumbing through GPU context priorityAna Krulec
2020-11-18SurfaceFlinger: Add DISPLAY_EVENT_FRAME_RATE_OVERRIDEAdy Abraham
2020-11-16Add shouldBeSeamless to setFrameRateMarin Shalamanov
2020-10-29SF: Populate allowGroupSwitching from DMMarin Shalamanov
2020-09-30SurfaceFlinger: add transactions to FrameTimelineAdy Abraham
2020-09-25Add ids to transactions and dump them in transaction tracePablo Gamito
2020-09-22Add listener callback to keep track of tracing state in SCCPablo Gamito
2020-09-17Merge "SurfaceFlinger: Shared timeline plumbing"Ady Abraham
2020-09-16SurfaceFlinger: Shared timeline plumbingAdy Abraham
2020-09-15Only allow system and graphics to create secure displayschaviw
2020-08-25Pass IScreenCaptureListener to screen capture functionschaviw
2020-08-19Check status for every ISurfaceComposer Parcelchaviw
2020-08-05Merge "Use type safe display IDs."Marin Shalamanov
2020-07-31Use type safe display IDs.Marin Shalamanov
2020-07-31Added LayerCapture args to captureLayers functionschaviw
2020-07-30Use DisplayCaptureArgs for displayCapture functions.chaviw
2020-06-08Merge "Call Layer::getLayerDebugInfo from the main thread" into rvc-dev am: 3...Vishnu Nair
2020-06-05Call Layer::getLayerDebugInfo from the main threadVishnu Nair
2020-05-05Merge "Replace PowerHint with Boost in SurfaceComposer callback"Lais Andrade
2020-05-02Merge "Split refresh rate range into two ranges" into rvc-dev am: 32bc62dc0e ...Steven Thomas
2020-05-01Split refresh rate range into two rangesSteven Thomas
2020-04-28Replace PowerHint with Boost in SurfaceComposer callbackLais Andrade
2020-04-14Merge "SF: Fix thread safety in ISurfaceComposer APIs" into rvc-dev am: 55222...TreeHugger Robot
2020-04-13SF: Fix thread safety in ISurfaceComposer APIsDominik Laskowski
2020-04-07Merge "Add frame rate flexibility token" into rvc-dev am: fcf9aeceb7 am: 45a1...Alex Spradlin
2020-04-06Add frame rate flexibility tokenSteven Thomas
2020-03-24Merge "Use std::string in DeviceProductInfo and serialize it as Flattenable"TreeHugger Robot