commit | 92703b21b73f37369b3eb03aa09deeda32a0bee7 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Mon Mar 04 17:59:31 2019 -0800 |
committer | android-build-merger <android-build-merger@google.com> | Mon Mar 04 17:59:31 2019 -0800 |
tree | eaec022a4aa6cbf002558dd8ad9c8acbbcf7bbba | |
parent | 960a8fca4124d4dd935abd5ba8c309759c2bd02d [diff] | |
parent | 12652897f767ffd76861d2ad99278ff2f00d9c0a [diff] |
Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: bea3b4ca9b am: b47b6bc2e9 am: 12652897f7 Change-Id: Iaf075c1251ff59b0f4e52949f1b26be1542637c0
Patches to drm_hwcomposer are very much welcome, we really want this to be the universal HW composer implementation for Android and similar platforms So please bring on porting patches, bugfixes, improvements for documentation and new features.
A short list of contribution guidelines:
Submit changes via gitlab merge requests on gitlab.freedesktop.org
drm_hwcomposer is Apache 2.0 Licensed and we require contributions to follow the developer's certificate of origin: http://developercertificate.org/
When submitting new code please follow the naming conventions documented in the generated documentation. Also please make full use of all the helpers and convenience macros provided by drm_hwcomposer. The below command can help you with formatting of your patches:
`git diff | clang-format-diff-5.0 -p 1 -style=file`
Hardware specific changes should be tested on relevant platforms before committing.
If you need inspiration, please checkout our TODO issues
Happy hacking!