commit | bbf28bb8d10abdcbc278e4e3e73faca650e92b16 | [log] [tgz] |
---|---|---|
author | Mattijs Korpershoek <mkorpershoek@baylibre.com> | Tue Sep 22 17:52:06 2020 +0200 |
committer | Mattijs Korpershoek <mkorpershoek@baylibre.com> | Thu Sep 24 08:07:42 2020 +0200 |
tree | 3fa77addf3c8206130f3bbf6a292af103c67009b | |
parent | 5284c7e970a25dd6f80991672e51047c79811075 [diff] |
drm_hwcomposer: add drm-mediatek to client-backend list Since mediatek-drm has no support for premultiplied alpha buffers, we can have issues with transparency. Disable off-loading by adding "mediatek-drm" to the client-backend list. Change-Id: I12b034ecd5ae961264d01b6effaa4f4010036ac9 Suggested-by: Roman Stratiienko <r.stratiienko@gmail.com> Signed-off-by: Mattijs Korpershoek <mkorpershoek@baylibre.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-5.0 -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!