Ei kuvausta

Mao Han 588f1f5057 Update gpu_bxm path 1 vuosi sitten
.ci cf80b9b158 drm_hwcomposer: CI: Bump clang toolchain version to v14 2 vuotta sitten
backend 4b2cc484f9 drm_hwcomposer: Reorganize struct DrmHwcLayer 2 vuotta sitten
bufferinfo 5089ffe0de drm_hwcomposer: fix BufferInfoImagination build 1 vuosi sitten
compositor 4b2cc484f9 drm_hwcomposer: Reorganize struct DrmHwcLayer 2 vuotta sitten
drm ce2ce75a36 drm_hwcomposer: Basic support for shared primary planes 1 vuosi sitten
hwc2_device 799e8c74c6 drm_hwcomposer: Workaround for screen de-activating causing db845c regression 1 vuosi sitten
tests cd31422280 drm_hwcomposer: Merge 'aosp/upstream-main' into HEAD 1 vuosi sitten
utils 4b2cc484f9 drm_hwcomposer: Reorganize struct DrmHwcLayer 2 vuotta sitten
.clang-format 5c23d5d582 drm_hwcomposer: Update clang-format to 5.0 5 vuotta sitten
.clang-tidy d202c7f75c Allow clang-tidy warnings. 1 vuosi sitten
.gitlab-ci.yml cf80b9b158 drm_hwcomposer: CI: Bump clang toolchain version to v14 2 vuotta sitten
Android.bp 588f1f5057 Update gpu_bxm path 1 vuosi sitten
METADATA 21defd5396 Add METADATA to drm_hwcomposer: Apache2=NOTICE 4 vuotta sitten
MODULE_LICENSE_APACHE2 b4ae4fab95 Add metadata 6 vuotta sitten
NOTICE b4ae4fab95 Add metadata 6 vuotta sitten
OWNERS 47875fade6 drm_hwcomposer: OWNERS: Update John Stultz' email adddress 1 vuosi sitten
README.md cf80b9b158 drm_hwcomposer: CI: Bump clang toolchain version to v14 2 vuotta sitten
build_deploy.sh dfac456143 drm_hwcomposer: Fix build_deploy.sh script 2 vuotta sitten
presubmit.sh cef5c77ef9 drm_hwcomposer: CI: Replace shell scripts with Makefile 2 vuotta sitten

README.md

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