commit | 179cc6da9b9ec0b7e4eaf258e5a7c0d512b0bbe0 | [log] [tgz] |
---|---|---|
author | Roman Stratiienko <r.stratiienko@gmail.com> | Fri Jan 24 15:20:42 2025 +0200 |
committer | Roman Stratiienko <r.stratiienko@gmail.com> | Fri Jan 24 23:44:00 2025 +0200 |
tree | ed00e4aebae3d2987537dc3fb018fadbc74fa972 | |
parent | 7079334c2adfb37e901e644e9899c04720a31d33 [diff] |
drm_hwcomposer: Enable readability-static-accessed-through-instance ... and fix the following warning: hwc3/ComposerClient.cpp:1326:19: error: static member accessed through instance [readability-static-accessed-through-instance] Change-Id: Ia52431259d45d9400f4e7dc6626e20a203612500 Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.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!