commit | 9c64091fa06a0f2562b30af0d9076296d558ef67 | [log] [tgz] |
---|---|---|
author | Andrew Wolfers <aswolfers@google.com> | Fri Mar 14 18:02:28 2025 +0000 |
committer | Andrew Wolfers <aswolfers@google.com> | Fri Mar 14 11:03:58 2025 -0700 |
tree | b0b0fbc70d5e34859ecbbb1ed0a8420666617c29 | |
parent | e0a19bd4bfc8386dfcaa7a41422ab098cb6b0d74 [diff] | |
parent | f638348b22e96e208badb71de52a860d201ee2fb [diff] |
Upgrade drm_hwcomposer to f638348b22e96e208badb71de52a860d201ee2fb This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update external/drm_hwcomposer For more info, check https://cs.android.com/android/platform/superproject/main/+/main:tools/external_updater/README.md Bug: 383346402 Test: TreeHugger Change-Id: If01d83a02be030c21e820b05782d6c19059668c2
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-19 -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!