1
0
Fork 0
No description
Find a file
Roman Stratiienko 2852f7d46d drm_hwcomposer: Fix build_deploy script and switch it to hwc3
New aospless file requires `install` target instead of `all`.

Change-Id: I5014d3b8bd3120c699c12c4a04a1d20c63ec8330
Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com>
2024-11-27 23:23:57 +02:00
.ci drm_hwcomposer: ci: Allow "Revert" as a valid commit subject prefix 2024-10-28 16:19:43 -07:00
backend drm_hwcomposer: Extract DrmHwc abstract base class 2024-08-12 12:27:10 -06:00
bufferinfo drm_hwcomposer: Replace LOG_TAG with drmhwc 2024-07-19 17:42:41 +00:00
compositor drm_hwcomposer: Deprecate usage of HWC2 setActiveConfig* 2024-10-31 10:23:20 -06:00
drm drm_hwcomposer: Add flag for blocking commits 2024-11-14 09:47:25 -07:00
hwc2_device drm_hwcomposer: Add blocking SetConfig 2024-11-14 10:51:34 -07:00
hwc3 drm_hwcomposer: hwc3: Fix build with Android-13 2024-11-27 01:16:44 +02:00
tests drm_hwcomposer: Remove hardcoded PAGE_SIZE usage in gralloc_helper 2024-03-27 14:00:10 -07:00
utils drm_hwcomposer: Check "Present Not Reliable" property 2024-11-18 11:00:09 -07:00
.clang-format drm_hwcomposer: clang-format: Preserve header blocks 2024-10-14 14:23:24 -06:00
.clang-tidy drm_hwcomposer: CI: Use aospext to provide headers for clang-tidy 2023-11-21 18:50:58 +02:00
.gitignore Add .gitignore 2024-10-14 12:32:10 -06:00
.gitlab-ci.yml drm_hwcomposer: CI: Properly upgrade drm_hwc aospless file 2024-10-17 02:13:20 +03:00
Android.bp drm_hwcomposer: Check "Present Not Reliable" property 2024-11-18 11:00:09 -07:00
Makefile drm_hwcomposer: Fix build_deploy script and switch it to hwc3 2024-11-27 23:23:57 +02:00
meson.build drm_hwcomposer: Check "Present Not Reliable" property 2024-11-18 11:00:09 -07: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
README.md drm_hwcomposer: CI: Upgrade Ubuntu and clang version 2024-10-17 02:13:14 +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-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!