commit | e39af97aeaf64c87d2dfaeb960844e52f9a23983 | [log] [tgz] |
---|---|---|
author | Sally Qi <sallyqi@google.com> | Thu Nov 21 23:37:58 2024 -0800 |
committer | Sally Qi <sallyqi@google.com> | Tue Dec 03 18:59:24 2024 -0800 |
tree | 0264294c940895a13af337808f7838616a28ce3b | |
parent | 87aaa50b403753b41bfb84e98a41109f8a19d642 [diff] |
ANDROID: add getLuts() aidl interface This is internal for now due to getLuts() AIDL interface not being public yet and will be submitted together with AIDL change. And the getLuts() interface is to get luts of input buffer handles. Bug: 352585077 Test: builds Change-Id: I8af97262cb31e78318d44370f31f5b9890113183 Signed-off-by: Sally Qi <sallyqi@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!