commit | 829f3bcd06243bf03a10f8faf59eef3a41889461 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Fri Mar 29 17:05:48 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Fri Mar 29 17:05:48 2019 -0700 |
tree | 73261c611fa5ffbb9b4ed0db8878606e12ae7058 | |
parent | d27478aaa280f94e88babe059f5b5529f1631a0c [diff] | |
parent | d4080f9f75c9bff9474ae3d62f116d1c21941c11 [diff] |
Move hwcomposer.drm_hikey and hwcomposer.drm_hikey960 am: 2f49f81c06 am: d4080f9f75 Change-Id: I8c8ffe17ba8fb63fe94031c7e742dc9e062fe801
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!