summaryrefslogtreecommitdiff
path: root/src/cl_gt_device.h
Commit message (Expand)AuthorAgeFilesLines
* Enable OpenCL 2.0 only where supportedPan Xiuli2017-02-141-5/+9
* Runtime: Add support for queue size and fix error handlingPan Xiuli2016-11-081-1/+1
* Runtime: Add pipe related APIsPan Xiuli2016-11-081-0/+3
* Runtime: Add support of OCL2.0 device queriesPan Xiuli2016-11-081-0/+12
* address bits change to 64.Luo Xionghu2016-11-081-0/+4
* OCL20: Add svm support.Yang Rong2016-11-081-0/+1
* Runtime: Apply base object to cl_device_idJunyan He2016-09-021-1/+0
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-0/+1
* runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...Zhigang Gong2015-11-251-1/+0
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-1/+5
* runtime: refine the cl_device_id to support bigger memoryPan Xiuli2015-11-031-2/+0
* Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.Yang Rong2015-10-211-0/+1
* pitchalignment should be set to 1.Luo Xionghu2015-10-201-1/+1
* Revert "return 32 could gain 0.2% performance on opencv optical flow case."Luo Xionghu2015-10-201-1/+1
* enable create image 2d from buffer in clCreateImage.Luo Xionghu2015-09-221-1/+2
* return 32 could gain 0.2% performance on opencv optical flow case.Luo Xionghu2015-09-221-1/+1
* Set proper Vendor IDMidhun Kodiyath2015-08-131-1/+2
* runtime: Add fp16 extension to BDW later platform.Junyan He2015-07-021-0/+1
* runtime: tweak max memory allocation size.Zhigang Gong2015-01-041-2/+2
* fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu2014-12-251-2/+2
* GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong2014-12-181-1/+1
* Change CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR from 8 to 16.Chuanbo Weng2014-12-031-1/+1
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-111-1/+1
* enable CL_DEVICE_HOST_UNIFIED_MEMORY when userptr is supportedGuo Yejun2014-11-071-0/+4
* fix clGetKernelWorkGroupInfo built-in kernel fail.Luo Xionghu2014-09-111-0/+3
* Fix compile warnings for CLANG compilerLv Meng2014-08-191-1/+0
* GBE: adjust preferred vector length.Zhigang Gong2014-07-311-12/+12
* runtime: recover the maximum read image args to 128.Zhigang Gong2014-07-031-1/+1
* runtime: fix potential curbe allocation issue.Zhigang Gong2014-07-011-1/+1
* add image_1d_to_1d builtin kernel name.Luo2014-06-251-0/+1
* implement API clEnqueueFillImage.Luo2014-06-241-1/+6
* Add some OpenCL1.2 parameters of function clGetDeviceInfo.Yang Rong2014-06-231-0/+3
* Add some API's OpenCL 1.2 parameter support.Yang Rong2014-06-201-0/+1
* GBE/runtime: fixup broken 1d array image support.Zhigang Gong2014-06-201-0/+1
* add [opencl-1.2] API clCreateSubDevice.Luo2014-06-131-1/+6
* Add the support for 1D image from buffer.Junyan He2014-06-131-0/+1
* add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo2014-06-131-1/+23
* GBE: increase the global memory size to 1GB.Zhigang Gong2014-05-051-2/+2
* Move the memory allocate size check to the callee.Yang Rong2014-01-081-1/+1
* Runtime: fix some piglit failures.Zhigang Gong2013-11-271-1/+1
* Enlarge the global mem size.Yang Rong2013-11-271-1/+1
* Runtime: complete the api clGetKernelWorkGroupInfo.Zhigang Gong2013-11-111-0/+1
* Runtime: fix some max/alignment values.Zhigang Gong2013-11-071-2/+2
* Runtime: fix some max values.Zhigang Gong2013-11-071-3/+3
* Runtime: fix the incorrect device info string size.Zhigang Gong2013-11-071-1/+1
* Remove CL_FP_DENORM in clGetDeviceInfo.Yang Rong2013-10-291-1/+1
* Runtime: correct some image related maximum values for IVB.Zhigang Gong2013-10-181-1/+1
* GBE/Runtime: implement workaround for IVB sampler bugZhigang Gong2013-09-261-1/+1
* Implement api clEnqueueTask and clEnqueueNativeKernel.Yang Rong2013-09-131-1/+1
* Implement constant buffer based on constant cache.Ruiling Song2013-09-041-1/+1