commit | 7d3bc9c7a89313638555e2a79b098f57163dcf18 | [log] [tgz] |
---|---|---|
author | Deborah Brouwer <deborah.brouwer@collabora.com> | Mon Jan 27 18:23:30 2025 -0800 |
committer | Deborah Brouwer <deborah.brouwer@collabora.com> | Tue Feb 18 15:57:34 2025 -0800 |
tree | 4e14dee71a5d0b87cb14f215ed55c2f513922d1c | |
parent | 2aea50804603514e3da802e60acda9caaa9e1843 [diff] |
drm_hwcomposer: CI: Use fdo ci-templates Currently a customized container is built every time that the CI pipeline runs. Instead, use the freedesktop ci-templates to save and re-use the customized container in the drm_hwcomposer container registry. Signed-off-by: Deborah Brouwer <deborah.brouwer@collabora.com>
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!