Mao Han 0028b33f0f Update Vendor name and related code | 1 month ago | |
---|---|---|
.ci | 2 years ago | |
backend | 2 years ago | |
bufferinfo | 2 years ago | |
compositor | 2 years ago | |
drm | 1 year ago | |
hwc2_device | 2 years ago | |
tests | 2 years ago | |
utils | 2 years ago | |
.clang-format | 6 years ago | |
.clang-tidy | 1 year ago | |
.gitlab-ci.yml | 2 years ago | |
Android.bp | 1 month ago | |
METADATA | 4 years ago | |
MODULE_LICENSE_APACHE2 | 6 years ago | |
NOTICE | 6 years ago | |
OWNERS | 2 years ago | |
README.md | 2 years ago | |
build_deploy.sh | 2 years ago | |
presubmit.sh | 2 years ago |
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:
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-14 -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!