commit | 3c7aa0780a27c4124925b75c15b6d15fd99675ef | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Mon Jul 15 11:15:13 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Mon Jul 15 11:15:13 2019 -0700 |
tree | b9baf41caae9abbf6451594ea8233fb2ab4e7799 | |
parent | 783d6165f701a1ab7cccb91b0eab38240e86fe00 [diff] | |
parent | ee72ae81b0b91e0be2d27e3eb5aca0a60a25a5e6 [diff] |
Merge remote-tracking branch 'aosp/upstream-master' into aosp/master am: f7ec9f65d4 am: ee72ae81b0 Change-Id: Ib93120e170c6342adbcbfb0bb44b8f1455688ae3
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!