From 5da0ea6954f79f37fb1c808f81791255b62b18ca Mon Sep 17 00:00:00 2001 From: Emre Ucan Date: Mon, 18 Jun 2018 16:50:39 +0200 Subject: README: don't mention ivi-share protocol it is removed Signed-off-by: Emre Ucan --- README | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'README') diff --git a/README b/README index e6a6a24..c188767 100644 --- a/README +++ b/README @@ -2,7 +2,6 @@ Sections in this file describe: - How to build - Example applications - How to test -- Features How to build on different platforms ==================================== @@ -61,15 +60,3 @@ How to test Example: cmake -DBUILD_ILM_API_TESTS 2. After starting up Weston run the testsuite. Example: /bin/ivi-layermanagement-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: /bin/simple-ivi-share - - To build this feature, add the following line into toolchain file. - option (IVI_SHARE "Enable ivi_share protocol" ON) -- cgit v1.2.1