summaryrefslogtreecommitdiff
path: root/Events
diff options
context:
space:
mode:
Diffstat (limited to 'Events')
-rw-r--r--Events/XDC2016/Program/reveman_arcpp.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/Events/XDC2016/Program/reveman_arcpp.mdwn b/Events/XDC2016/Program/reveman_arcpp.mdwn
new file mode 100644
index 00000000..0b677df0
--- /dev/null
+++ b/Events/XDC2016/Program/reveman_arcpp.mdwn
@@ -0,0 +1,5 @@
+# David Reveman - ARC++
+
+ARC++ provides existing and future Chromebooks with the ability to run applications from the Google Play Store. The performance and seamless integration into ChromeOS achieved by ARC++ is in large part a result of a carefully designed graphics stack. Rendering, compositing and window management has been designed to fit together in a way that makes no compromise on performance or resource usage.
+
+This talk will give an overview of the pieces that make up the ARC++ graphics stack, describe how Wayland is used as a compositor protocol and explain how we achieve the goal of running Android applications on ChromeOS with native graphics performance and window management capabilities expected from an application running on a Chromebook. It will also provide some basic pointers for running Wayland clients on ChromeOS, and future direction.