diff options
author | Zhigang Gong <zhigang.gong@linux.intel.com> | 2012-11-16 15:29:37 +0800 |
---|---|---|
committer | Zhigang Gong <zhigang.gong@linux.intel.com> | 2013-03-29 18:41:32 +0800 |
commit | 5c71a8498fec286df69c84e738f17f9d93d2606a (patch) | |
tree | 114d44c227785f7c8c14141ae53570db0934c4fb /src/cl_platform_id.c | |
parent | 73b26974ea77e6bf385e498d0cbb23e7cf7a5819 (diff) |
First implementation for extension cl_khr_gl_sharing.
Signed-off-by: Zhigang Gong <zhigang.gong@linux.intel.com>
Diffstat (limited to 'src/cl_platform_id.c')
-rw-r--r-- | src/cl_platform_id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cl_platform_id.c b/src/cl_platform_id.c index 3c95513c..ae382965 100644 --- a/src/cl_platform_id.c +++ b/src/cl_platform_id.c @@ -47,7 +47,7 @@ static struct _cl_platform_id intel_platform_data = { DECL_INFO_STRING(version, "OpenCL 1.1") DECL_INFO_STRING(name, "Experiment Intel Gen OCL Driver") DECL_INFO_STRING(vendor, "Intel") - DECL_INFO_STRING(extensions, "") + DECL_INFO_STRING(extensions, "cl_khr_gl_sharing") }; #undef DECL_INFO_STRING |