Skip to content

Instantly share code, notes, and snippets.

@tiagovignatti
Last active June 18, 2017 21:09
Show Gist options
  • Save tiagovignatti/9761881 to your computer and use it in GitHub Desktop.
Save tiagovignatti/9761881 to your computer and use it in GitHub Desktop.
Ozone DRM/KMS through Skia (CPU backend)
$ 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
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