summaryrefslogtreecommitdiff
path: root/modules/hwcomposer/hwcomposer.cpp
AgeCommit message (Collapse)Author
2017-12-01Use -Werror in hardware/libhardware/modulesChih-Hung Hsieh
* Remove unused local variables. * Remove or comment out unused static functions. * Fix trivial bugs found by unused value warnings. Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: I99389b883c89551850180d25241a35a40bb77b26
2017-09-06Don't rely on transitively included headersJiyong Park
One must explicitly include what it need. time.h for clock_gettime float.h for FLT_MAX string.h for memset Bug: 37629934 Test: build Change-Id: I1030a9c9ff3c2de4c5febabc3064d6976e9535cf
2017-04-12resolve merge conflicts of 7c451a93 to oc-dev-plus-aospMark Salyzyn
Test: I solemnly swear I tested this conflict resolution. Bug: 34250038 Change-Id: I4196a6d5a1365106643ac6c1548fd86faffead6f
2017-04-11libhardware: deprecate cutils/log.hMark Salyzyn
Replace cutils/log.h with log/log.h. Sort headers. Minimize conflicts. Add missing required headers. Test: compile Bug: 34250038 Change-Id: I5c0f231cbfed90b73e0538c9d32ad3226c7cc5e4
2016-07-08hwcomposer: Fix compiler warningsGreg Kaiser
For our prepare and set methods, starting in HWC 1.0 we're assured that numDisplays is at least 1 and displays[0] is non-NULL, so we're okay with not explicitly checking that. We also fix a minor typo while we're in here. Change-Id: Ia5452a9b3b48e1d6697562a2a9e0ea4d415df5c4
2015-01-28Add missing includes.Elliott Hughes
Change-Id: Ia74cceea707e51195a570eed37d4b334ac413773
2012-08-07Add multi-display and flip fence to HWCJesse Hall
Change-Id: I3b0446050648e2b386ffb32976c9943b6fd9793d
2012-07-31Revert "Add multi-display and flip fence to HWC"Jesse Hall
This reverts commit 1d51b2b9fc713da6de18117bc19508ecdfde4f23 Change-Id: I1ae46d8cae1cb3064800cd24df56347b05eb6059
2012-07-30Add multi-display and flip fence to HWCJesse Hall
Change-Id: I31b4fc293220bc51169971df93347dd35fdc30ef
2012-06-18Introduce HWC_DEVICE_API_VERSION_1_0Jesse Hall
The new version adds an acquire and release fence to each layer, providing explicit producer->hwc and hwc->producer synchronization. Change-Id: Ibd6e3c7b3515c012c767246e6d6514274fdef01d
2012-01-03Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block
See https://android-git.corp.google.com/g/156016 Bug: 5449033 Change-Id: I98e83cc9d22f0ea8fbf397ccccd9ce7773119551
2011-04-28remove deprecated/unused HAL headersMathias Agopian
copybit, overlay, sensors_deprecated are no longer supported. Change-Id: Ie5da20bd4ff95f7565a162d628bf572a76327b7b
2010-08-11Add a helper for dumping layers into the logMathias Agopian
Change-Id: I0943d9114c33b4800fb797bac316041dec992f5e
2010-08-09first stab at hwcomposer HAL and default implementation.Mathias Agopian
Change-Id: I7ff47b94a6b34a8f61031bd94e936a088dcea6ab