summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Backend: Add pipe packet size checkPan Xiuli2016-11-081-0/+6
* Backend: Add Pipe Builtin supportPan Xiuli2016-11-082-2/+8
* Runtime: Add pipe related APIsPan Xiuli2016-11-087-7/+197
* Runtime: Add extensions for OCL20Pan Xiuli2016-11-081-3/+3
* Runtime: Add support of OCL2.0 device queriesPan Xiuli2016-11-083-3/+39
* Runtime: Add clCreateSamplerWithPropertiesPan Xiuli2016-11-083-7/+70
* OCL20: Implement clSetKernelExecInfo apiYang Rong2016-11-088-19/+117
* OCL20: Fix svm bugsYang Rong2016-11-081-1/+5
* Runtime: Add API clCreateCommandQueueWithPropertiesLuo Xionghu2016-11-082-1/+71
* address bits change to 64.Luo Xionghu2016-11-081-0/+4
* GBE: Implement to_local/private/global() functionRuiling Song2016-11-081-3/+8
* GBE: Implement new constant solution for ocl2Ruiling Song2016-11-086-4/+84
* OCL20: add gbe_kernel_get_ocl_version for getting kernel's version in runtime.Yang Rong2016-11-082-0/+6
* ocl20/runtime: take the first 64KB page table entries.Ruiling Song2016-11-083-0/+16
* OCL20: add svm enqueue apis and svm's sub buffer support.Yang Rong2016-11-086-6/+371
* OCL20: Add OpenCL2.0 apis to icd.Yang Rong2016-11-081-15/+15
* OCL20: Add svm support.Yang Rong2016-11-0815-9/+309
* Libocl: Add intel_subgroups_short extensionPan Xiuli2016-11-031-2/+3
* Runtime: avoid clang warning "warning: expression result unused".Yang, Rong R2016-10-211-1/+1
* KBL: fix some 1d array test fail.Yang, Rong R2016-10-211-2/+5
* Add clGetKernelSubGroupInfoKHR to _cl_icd_dispatch tableRebecca N. Palmer2016-10-201-2/+19
* runtime: set cl_intel_motion_estimation as IVB specifc device extension.Chuanbo Weng2016-10-202-1/+5
* rumtime: check all the extension id, not only BASE and OPT1.Chuanbo Weng2016-10-201-10/+1
* Fix build failure with CMRT enabledRebecca N. Palmer2016-10-201-1/+1
* Fix build with latest libdrmIgor Gnatenko2016-10-101-4/+4
* Delete useless event list in command queue struct.Junyan He2016-10-102-85/+7
* change PCI_CHIP_BROXTON_P to PCI_CHIP_BROXTON_0 to unify the namingGuo Yejun2016-10-102-4/+4
* add bxt with pciid 0x1A85Guo Yejun2016-10-104-19/+25
* Add error handle for command queue destroy.Junyan He2016-10-101-4/+15
* Fix a bug for double free of enqueueNativeKernel.Junyan He2016-10-102-1/+3
* Fix a bug for event error status.Junyan He2016-10-103-10/+21
* correct the kernel nameGuo Yejun2016-10-101-1/+1
* add bxt with pciid 0x1A84Guo Yejun2016-10-102-1/+5
* Delete useless cl_thread files.Junyan He2016-10-107-436/+0
* buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRSArmin K2016-10-101-1/+1
* Runtime: Fix accesss quilifer for internal kernelsPan Xiuli2016-09-282-2/+2
* Add ref check for CL object's validation.Junyan He2016-09-287-7/+21
* Modify all event related functions using new event handle.Junyan He2016-09-2813-2886/+1074
* Implement event related functions.Junyan He2016-09-234-0/+2883
* Add command queue's enqueue thread.Junyan He2016-09-232-0/+342
* Delete all the verbose locks and use list to store CL objects.Junyan He2016-09-2313-161/+212
* Add WAIT_ON_COND and WAIT_ON_COND to base object.Junyan He2016-09-232-6/+38
* Add list operation to utils.Junyan He2016-09-231-1/+92
* enlarge scratch size for bxt 0x5a85Guo Yejun2016-09-231-2/+2
* enlarge stack size for chv since its EU might be maskedGuo Yejun2016-09-121-1/+1
* add another broxton pciid 0x5A85Guo Yejun2016-09-126-7/+46
* toMB: use standard constantGiuseppe Bilotta2016-09-121-1/+1
* Fix shift-overflow warningGiuseppe Bilotta2016-09-121-1/+1
* Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng2016-09-1217-1010/+146
* fix w of image when simulate image1dbuffer with image2dGuo Yejun2016-09-051-1/+0