commit | 42de64e56d44f4ce34bc1570f6ec4eb46e837e80 | [log] [tgz] |
---|---|---|
author | Jason Macnak <natsu@google.com> | Tue Sep 01 09:01:55 2020 -0700 |
committer | Jason Macnak <natsu@google.com> | Wed Sep 02 13:07:19 2020 -0700 |
tree | 407f05ed314440f47f459e47b4adbb4c205154e6 | |
parent | 2c43892b3f55d482aae7532b7aa14918f03df724 [diff] | |
parent | f1af9570ac1e3c96eafe98525a47e1f7bd504ae9 [diff] |
Merge remote-tracking branch 'aosp/upstream-main' into HEAD ... to update drm_hwcomposer for Cuttlefish. Specifically, updates sysprops to have the 'vendor' namespace and partially fixes VtsTrebleSysProp#testVendorPropertyNames. Bug: b/157958356 Test: m && launch_cvd --gpu_mode=gfxstream Test: m && launch_cvd --gpu_mode=drm_virgl Test: vts -m vts_treble_sys_prop_test Change-Id: I5c6137cea7914b0e198be3956083cf6d8ce42eba
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!