Last active
June 18, 2017 21:09
-
-
Save tiagovignatti/9761881 to your computer and use it in GitHub Desktop.
Ozone DRM/KMS through Skia (CPU backend)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ export GYP_DEFINES='embedded=1" | |
$ ./build/gyp_chromium | |
$ ninja -j16 -C out/Debug/ content_shell | |
$ ./out/Debug/content_shell --no-sandbox --ozone-platform=dri --ui-disable-threaded-compositing --disable-gpu |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Ozone DRM/KMS is designed to both work with software and GPU-accelerated compositing. The software compositing uses a double-buffered Skia surface using CPU backend as scan-out, therefore it ought to behave nicely in simple hw that don't have GPU |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment