summaryrefslogtreecommitdiff
path: root/src/cl_extensions.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Runtime: Refine ext enable function for platform.Junyan He1-10/+34
2015-09-22enable create image 2d from buffer in clCreateImage.Luo Xionghu1-0/+2
2015-07-14Runtime: Add default extension for platforms before BDW.Junyan He1-0/+8
2015-07-06runtime: Add cl device's standalone extension.Junyan He1-10/+14
2015-07-06runtime: Use cl_get_platform_default to replace global value.Junyan He1-21/+19
2015-07-02runtime: Add fp16 extension to BDW later platform.Junyan He1-4/+25
2015-06-18fix global variable out of boundary writing in libocl.Luo Xionghu1-1/+1
2015-03-13only support spir extension for beignet build with llvm 3.5 or later.Luo Xionghu1-0/+3
2015-03-09enable cl_khr_spir extension to build and run from SPIR binary.Luo Xionghu1-0/+4
2013-09-06CL: Enalbe gl sharing with new egl extension.Zhigang Gong1-18/+4
2013-08-22GBE: disable cl_khr_fp64.Zhigang Gong1-0/+1
2013-06-28Enable int32 atomic and fp64 extensions.Yang Rong1-2/+0
2013-04-18Implement KHR ICD extensionSimon Richter1-0/+9
2013-04-18Avoid extension names as preprocessor tokensSimon Richter1-4/+4
2013-04-10Implement OCL extension initizliation.Zhigang Gong1-0/+113