summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
index a9327fe..8f756ae 100644
--- a/README
+++ b/README
@@ -2,6 +2,7 @@ Sections in this file describe:
- How to build
- Example applications
- How to test
+- Features
How to build on different platforms
====================================
@@ -60,3 +61,15 @@ How to test
2. After starting up Weston run the testsuite.
Example: <your installation path>/bin/ivi-layermanagement-api-test
<your installation path>/bin/ivi-input-api-test
+
+Features
+====================================
+ivi_share protocol:
+ ivi-controller provides ivi_share protocol to share native buffer of other clients.
+ A application which shared native buffer can create texture from it using EGL extension
+ API (eglCreateImageKHR) and GL extension API (glEGLImageTargetTexture2DOES).
+ And the texture can manipulate in your rendering scene.
+ Example: <your installtion path>/bin/simple-ivi-share
+
+ To build this feature, add the following line into toolchain file.
+ option (IVI_SHARE "Enable ivi_share protocol" ON)