summaryrefslogtreecommitdiff
path: root/docs/Beignet.mdwn
diff options
context:
space:
mode:
authorChuanbo Weng <chuanbo.weng@intel.com>2017-02-10 15:47:32 +0800
committerYang Rong <rong.r.yang@intel.com>2017-02-10 18:18:24 +0800
commitc2dd07e788f7747b9ba841c9a50fcb2a74f22f85 (patch)
tree654512a913b9615dce66b85d280daff2177653f4 /docs/Beignet.mdwn
parentf54b7a2112975404d6d45b8fbf32c4d025524c71 (diff)
Add document of using cl_khr_gl_sharing to do gl buffer sharing.
v2: 1. Change description of cl_khr_gl_sharing in README.md 2. Add display hint in gl-buffer-sharing-howto.mdwn Signed-off-by: Chuanbo Weng <chuanbo.weng@intel.com> Reviewed-by: Yang Rong <rong.r.yang@intel.com>
Diffstat (limited to 'docs/Beignet.mdwn')
-rw-r--r--docs/Beignet.mdwn7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/Beignet.mdwn b/docs/Beignet.mdwn
index 5c62b4ca..709d7c86 100644
--- a/docs/Beignet.mdwn
+++ b/docs/Beignet.mdwn
@@ -222,10 +222,8 @@ Known Issues
This loses some precision but gains performance.
* cl\_khr\_gl\_sharing.
- This extension highly depends on mesa support. It seems that mesa would not provide
- such type of extensions, we may have to hack with mesa source code to support this
- extension. This feature used to work with a previous mesa git version. But now, it's
- simply broken.
+ This extension is partially implemented(the most commonly used part), and we will implement
+ other parts based on requirement.
Project repository
------------------
@@ -283,6 +281,7 @@ Documents for OpenCL application developers
- [[Kernel Optimization Guide|Beignet/optimization-guide]]
- [[Libva Buffer Sharing|Beignet/howto/libva-buffer-sharing-howto]]
- [[V4l2 Buffer Sharing|Beignet/howto/v4l2-buffer-sharing-howto]]
+- [[OpenGL Buffer Sharing|Beignet/howto/gl-buffer-sharing-howto]]
- [[Video Motion Estimation|Beignet/howto/video-motion-estimation-howto]]
- [[Stand Alone Unit Test|Beignet/howto/stand-alone-utest-howto]]
- [[Android build|Beignet/android-build-howto]]