commit | bde95666cfd498fb5f39be79a7485c1b265db9df | [log] [tgz] |
---|---|---|
author | Roman Stratiienko <r.stratiienko@gmail.com> | Sat Dec 10 20:27:58 2022 +0200 |
committer | Roman Stratiienko <r.stratiienko@gmail.com> | Sat Dec 10 20:37:34 2022 +0200 |
tree | 2efc0c95fe8fa6f1aaf6cc6dce3185409f44ac43 | |
parent | 80566fe554f3d53675adaf32427650fe2c675750 [diff] |
drm_hwcomposer: Use pragma once instead of include guards Some of existing include guards were copy-pasted without modification, therefore have incorrect name. Switch to 'pragma once' in order to fix it and avoid such copy-paste issues in the future. 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-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!