commit | 12d302c4abcef99ab28c94c3fef709754fac48e2 | [log] [tgz] |
---|---|---|
author | Sasha McIntosh <sashamcintosh@google.com> | Thu Jan 30 15:29:06 2025 -0500 |
committer | Sasha McIntosh <sashamcintosh@google.com> | Thu Mar 20 13:54:15 2025 -0400 |
tree | 43f1c1d943171163fede7bc28e409194ecdc7310 | |
parent | f638348b22e96e208badb71de52a860d201ee2fb [diff] |
drm_hwcomposer: Remove CTM property check for SKIP_CLIENT_COLOR_TRANSFORM CTM property does not support 4x4 matrices. Allow client composition in these cases. Ensure that when all layers are client composited, we clear DRM CTM. Change-Id: Id922afff7c2b7a4786ee36c1094892e0ef27fd57 Signed-off-by: Sasha McIntosh <sashamcintosh@google.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!