summaryrefslogtreecommitdiff
path: root/src/cl_extensions.c
Commit message (Expand)AuthorAgeFilesLines
* Implement extension cl_intel_device_side_avc_motion_estimation.Chuanbo Weng2017-07-121-1/+1
* Runtime: Add new API enums for cl_intel_required_subgroup_size extensionPan Xiuli2017-06-161-0/+8
* Runtime: Fix a mssing llvm version marco for LLVM40+Pan Xiuli2017-06-091-1/+1
* GEB/Runtime: eliminate release build warnings.Yang Rong2016-12-291-0/+1
* runtime: set cl_intel_motion_estimation as IVB specifc device extension.Chuanbo Weng2016-10-201-1/+2
* rumtime: check all the extension id, not only BASE and OPT1.Chuanbo Weng2016-10-201-10/+1
* Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng2016-09-121-2/+2
* Add cl_khr_3d_image_writes into info string.Yan Wang2016-06-121-0/+2
* runtime: error handling to avoid null pointer dereference.Luo Xionghu2016-05-231-1/+1
* runtime: extension size not enough.Luo Xionghu2015-11-111-1/+1
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-1/+3
* Runtime: Refine ext enable function for platform.Junyan He2015-10-271-10/+34
* enable create image 2d from buffer in clCreateImage.Luo Xionghu2015-09-221-0/+2
* Runtime: Add default extension for platforms before BDW.Junyan He2015-07-141-0/+8
* runtime: Add cl device's standalone extension.Junyan He2015-07-061-10/+14
* runtime: Use cl_get_platform_default to replace global value.Junyan He2015-07-061-21/+19
* runtime: Add fp16 extension to BDW later platform.Junyan He2015-07-021-4/+25
* fix global variable out of boundary writing in libocl.Luo Xionghu2015-06-181-1/+1
* only support spir extension for beignet build with llvm 3.5 or later.Luo Xionghu2015-03-131-0/+3
* enable cl_khr_spir extension to build and run from SPIR binary.Luo Xionghu2015-03-091-0/+4
* CL: Enalbe gl sharing with new egl extension.Zhigang Gong2013-09-061-18/+4
* GBE: disable cl_khr_fp64.Zhigang Gong2013-08-221-0/+1
* Enable int32 atomic and fp64 extensions.Yang Rong2013-06-281-2/+0
* Implement KHR ICD extensionSimon Richter2013-04-181-0/+9
* Avoid extension names as preprocessor tokensSimon Richter2013-04-181-4/+4
* Implement OCL extension initizliation.Zhigang Gong2013-04-101-0/+113