Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
.clang-format | 22-Oct-2020 | 264 | |
.gitlab-ci-checkcommit.sh | 22-Oct-2020 | 1.4K | |
.gitlab-ci.yml | 22-Oct-2020 | 287 | |
Android.bp | 22-Oct-2020 | 2.6K | |
autofd.h | 22-Oct-2020 | 1.8K | |
autolock.cpp | 22-Oct-2020 | 1.4K | |
autolock.h | 22-Oct-2020 | 1.1K | |
drmconnector.cpp | 22-Oct-2020 | 5.1K | |
drmconnector.h | 22-Oct-2020 | 2.6K | |
drmcrtc.cpp | 22-Oct-2020 | 2K | |
drmcrtc.h | 22-Oct-2020 | 1.5K | |
drmdevice.cpp | 22-Oct-2020 | 13.9K | |
drmdevice.h | 22-Oct-2020 | 3.2K | |
drmdisplaycomposition.cpp | 22-Oct-2020 | 8.1K | |
drmdisplaycomposition.h | 22-Oct-2020 | 4.5K | |
drmdisplaycompositor.cpp | 22-Oct-2020 | 33.1K | |
drmdisplaycompositor.h | 22-Oct-2020 | 4.1K | |
drmencoder.cpp | 22-Oct-2020 | 1.6K | |
drmencoder.h | 22-Oct-2020 | 1.5K | |
drmeventlistener.cpp | 22-Oct-2020 | 3.6K | |
drmeventlistener.h | 22-Oct-2020 | 1.5K | |
drmframebuffer.h | 22-Oct-2020 | 2.5K | |
drmhwcgralloc.h | 22-Oct-2020 | 1.2K | |
drmhwcomposer.h | 22-Oct-2020 | 3.9K | |
drmhwctwo.cpp | 22-Oct-2020 | 42.5K | |
drmhwctwo.h | 22-Oct-2020 | 10.2K | |
drmmode.cpp | 22-Oct-2020 | 3.2K | |
drmmode.h | 22-Oct-2020 | 1.9K | |
drmplane.cpp | 22-Oct-2020 | 5K | |
drmplane.h | 22-Oct-2020 | 2.4K | |
drmproperty.cpp | 22-Oct-2020 | 3.4K | |
drmproperty.h | 22-Oct-2020 | 2K | |
hwcutils.cpp | 22-Oct-2020 | 4.5K | |
MODULE_LICENSE_APACHE2 | 22-Oct-2020 | 0 | |
NOTICE | 22-Oct-2020 | 11.1K | |
OWNERS | 22-Oct-2020 | 97 | |
platform.cpp | 22-Oct-2020 | 4.9K | |
platform.h | 22-Oct-2020 | 5.3K | |
platformdrmgeneric.cpp | 22-Oct-2020 | 4.7K | |
platformdrmgeneric.h | 22-Oct-2020 | 1.3K | |
platformhisi.cpp | 22-Oct-2020 | 6.9K | |
platformhisi.h | 22-Oct-2020 | 1.3K | |
platformminigbm.cpp | 22-Oct-2020 | 3K | |
platformminigbm.h | 22-Oct-2020 | 1.1K | |
README.md | 22-Oct-2020 | 1.1K | |
resourcemanager.cpp | 22-Oct-2020 | 3.2K | |
resourcemanager.h | 22-Oct-2020 | 1.5K | |
tests/ | 22-Oct-2020 | ||
vsyncworker.cpp | 22-Oct-2020 | 4.6K | |
vsyncworker.h | 22-Oct-2020 | 1.7K | |
worker.cpp | 22-Oct-2020 | 2.1K | |
worker.h | 22-Oct-2020 | 1.8K |
1 drm_hwcomposer 2 ====== 3 4 Patches to drm_hwcomposer are very much welcome, we really want this to be the 5 universal HW composer implementation for Android and similar platforms 6 So please bring on porting patches, bugfixes, improvements for documentation 7 and new features. 8 9 A short list of contribution guidelines: 10 * Submit changes via gitlab merge requests on gitlab.freedesktop.org 11 * drm_hwcomposer is Apache 2.0 Licensed and we require contributions to follow the developer's certificate of origin: http://developercertificate.org/ 12 * 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: 13 14 `git diff | clang-format-diff-5.0 -p 1 -style=file` 15 * Hardware specific changes should be tested on relevant platforms before committing. 16 17 If you need inspiration, please checkout our [TODO issues](https://gitlab.freedesktop.org/drm-hwcomposer/drm-hwcomposer/issues?label_name%5B%5D=TODO) 18 19 Happy hacking! 20