commit | 205b9c37af3c466540d6ff985abe84a8f51fa39b | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Wed Jun 26 13:20:32 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Wed Jun 26 13:20:32 2019 -0700 |
tree | 456febec556b9c21f956e3e7e69a86f9d45dc9b2 | |
parent | 431ccee609c8b4d62057705d77fb84aca965aeda [diff] | |
parent | 7848dd96ad3afa2309f43c6dfdf326a26f7cbe84 [diff] |
Merge remote-tracking branch 'aosp/upstream-master' into HEAD am: f13a30b95a am: f94df79156 am: 7848dd96ad Change-Id: I8c2a9ad2934cc8b0d95dbe4323d6f15540602099
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!