commit | 272572bb6390f59525452b0adb8017265201a91f | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Fri Oct 18 14:57:01 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Oct 18 14:57:01 2019 -0700 |
tree | f60a848f168912855296c1454f87d678c97cbc94 | |
parent | de7c26279dbe6dd30530b42394aa8f2e6b6eb795 [diff] | |
parent | 6e37ec1ce096c9d3af3f04f49e4168063346b646 [diff] |
Merge remote-tracking branch 'upstream-master' into HEAD am: 6e37ec1ce0 Change-Id: Id9fa755f54c24add89192e56db454e78eb080092
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!