1
0
Fork 0
No description
Find a file
Roman Stratiienko 6ede4667f1 drm_hwcomposer: Rework UserPropertyBlob to use RAII
Makes code simpler and leak-free.

Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.com>
2021-10-23 04:47:33 +03:00
.ci drm_hwcomposer: Wrap libdrm drmMode*{Get|Free}* into RAII 2021-09-29 12:46:28 +03:00
backend drm_hwcomposer: Move client flattening closer to the frontend 2021-10-23 04:47:33 +03:00
bufferinfo drm_hwcomposer: Improve Mapper@4 metadata API fds index guessing logic 2021-10-22 23:05:06 +03:00
compositor drm_hwcomposer: Rework UserPropertyBlob to use RAII 2021-10-23 04:47:33 +03:00
drm drm_hwcomposer: Rework UserPropertyBlob to use RAII 2021-10-23 04:47:33 +03:00
include drm_hwcomposer: Improve Mapper@4 metadata API fds index guessing logic 2021-10-22 23:05:06 +03:00
tests drm_hwcomposer: CI: Increase coverage 2021-04-06 12:12:17 +03:00
utils drm_hwcomposer: Convert transform value at HWC hook call 2021-09-29 12:47:35 +03:00
.clang-format drm_hwcomposer: Update clang-format to 5.0 2018-08-27 13:38:45 -04:00
.clang-tidy drm_hwcomposer: CI: Tune the readability-identifier-naming settings 2021-08-29 16:08:13 +03:00
.gitlab-ci.yml drm_hwcomposer: CI: Upgrade clang-* to v12 2021-08-29 15:54:17 +03:00
Android.bp drm_hwcomposer: Tracking of the DRM FB objects using RAII 2021-05-19 19:31:29 +03:00
DrmHwcTwo.cpp drm_hwcomposer: Move client flattening closer to the frontend 2021-10-23 04:47:33 +03:00
DrmHwcTwo.h drm_hwcomposer: Move client flattening closer to the frontend 2021-10-23 04:47:33 +03:00
MODULE_LICENSE_APACHE2 drm_hwcomposer: License NOTICE file and metadata from AOSP 2018-05-04 10:46:10 -07:00
NOTICE drm_hwcomposer: License NOTICE file and metadata from AOSP 2018-05-04 10:46:10 -07:00
presubmit.sh drm_hwcomposer: CI: Initial build and clang-tidy checks 2021-03-03 12:14:13 +02:00
README.md drm_hwcomposer: CI: Upgrade clang-* to v12 2021-08-29 15:54:17 +03:00

drm_hwcomposer

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-12 -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!