commit | 0298e10fa50f0a481985ce85d02e3ce2adc44a8f | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Thu Aug 01 00:26:26 2024 +0000 |
committer | Sean Paul <seanpaul@chromium.org> | Thu Aug 01 00:26:26 2024 +0000 |
tree | eec2a2cc86887f1d72c7f2bb73e0ede411b9ec02 | |
parent | 58116e4aa4a57bc9a9f1e9caf191193becba2498 [diff] | |
parent | 468a7548bf6fd3d37139bf004337d0c797563d73 [diff] |
Merge remote-tracking branch 'aosp/upstream-main' into main Pull in the latest from upstream. The first two patches are CI no-ops while the third changes the logging tags to drmhwc for easier filtering. * aosp/upstream-main 468a754 drm_hwcomposer: Replace LOG_TAG with drmhwc ca89ea5 drm_hwcomposer: CI: use local container image for building a999307 drm_hwcomposer: CI: publish docker image to local container registry Test: Verified logcat drmhwc:D *:S shows all drm_hwc logs Bug: None Change-Id: I3c3df17f7779af3e6955741b33cc9b5e2052bbc2 Signed-off-by: Sean Paul <seanpaul@chromium.org>
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-15 -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!