summaryrefslogtreecommitdiff
path: root/src/cl_gt_device.h
AgeCommit message (Expand)AuthorFilesLines
2017-06-22Add missed kernel names into built-in kernel list.Yan Wang1-1/+16
2017-06-16Runtime: Add new API enums for cl_intel_required_subgroup_size extensionPan Xiuli1-0/+2
2017-02-14Enable OpenCL 2.0 only where supportedPan Xiuli1-5/+9
2016-11-08Runtime: Add support for queue size and fix error handlingPan Xiuli1-1/+1
2016-11-08Runtime: Add pipe related APIsPan Xiuli1-0/+3
2016-11-08Runtime: Add support of OCL2.0 device queriesPan Xiuli1-0/+12
2016-11-08address bits change to 64.Luo Xionghu1-0/+4
2016-11-08OCL20: Add svm support.Yang Rong1-0/+1
2016-09-02Runtime: Apply base object to cl_device_idJunyan He1-1/+0
2015-12-09make Beignet as intermedia layer of CMRTGuo Yejun1-0/+1
2015-11-25runtime: set CL_KERNEL_PREFERRED_WORK_GROUP_SIZE_MULTIPLE to kernel's SIMD_WI...Zhigang Gong1-1/+0
2015-11-10Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng1-1/+5
2015-11-03runtime: refine the cl_device_id to support bigger memoryPan Xiuli1-2/+0
2015-10-21Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.Yang Rong1-0/+1
2015-10-20pitchalignment should be set to 1.Luo Xionghu1-1/+1
2015-10-20Revert "return 32 could gain 0.2% performance on opencv optical flow case."Luo Xionghu1-1/+1
2015-09-22enable create image 2d from buffer in clCreateImage.Luo Xionghu1-1/+2
2015-09-22return 32 could gain 0.2% performance on opencv optical flow case.Luo Xionghu1-1/+1
2015-08-13Set proper Vendor IDMidhun Kodiyath1-1/+2
2015-07-02runtime: Add fp16 extension to BDW later platform.Junyan He1-0/+1
2015-01-04runtime: tweak max memory allocation size.Zhigang Gong1-2/+2
2014-12-25fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu1-2/+2
2014-12-18GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong1-1/+1
2014-12-03Change CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR from 8 to 16.Chuanbo Weng1-1/+1
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong1-1/+1
2014-11-07enable CL_DEVICE_HOST_UNIFIED_MEMORY when userptr is supportedGuo Yejun1-0/+4
2014-09-11fix clGetKernelWorkGroupInfo built-in kernel fail.Luo Xionghu1-0/+3
2014-08-19Fix compile warnings for CLANG compilerLv Meng1-1/+0
2014-07-31GBE: adjust preferred vector length.Zhigang Gong1-12/+12
2014-07-03runtime: recover the maximum read image args to 128.Zhigang Gong1-1/+1
2014-07-01runtime: fix potential curbe allocation issue.Zhigang Gong1-1/+1
2014-06-25add image_1d_to_1d builtin kernel name.Luo1-0/+1
2014-06-24implement API clEnqueueFillImage.Luo1-1/+6
2014-06-23Add some OpenCL1.2 parameters of function clGetDeviceInfo.Yang Rong1-0/+3
2014-06-20Add some API's OpenCL 1.2 parameter support.Yang Rong1-0/+1
2014-06-20GBE/runtime: fixup broken 1d array image support.Zhigang Gong1-0/+1
2014-06-13add [opencl-1.2] API clCreateSubDevice.Luo1-1/+6
2014-06-13Add the support for 1D image from buffer.Junyan He1-0/+1
2014-06-13add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo1-1/+23
2014-05-05GBE: increase the global memory size to 1GB.Zhigang Gong1-2/+2
2014-01-08Move the memory allocate size check to the callee.Yang Rong1-1/+1
2013-11-27Runtime: fix some piglit failures.Zhigang Gong1-1/+1
2013-11-27Enlarge the global mem size.Yang Rong1-1/+1
2013-11-11Runtime: complete the api clGetKernelWorkGroupInfo.Zhigang Gong1-0/+1
2013-11-07Runtime: fix some max/alignment values.Zhigang Gong1-2/+2
2013-11-07Runtime: fix some max values.Zhigang Gong1-3/+3
2013-11-07Runtime: fix the incorrect device info string size.Zhigang Gong1-1/+1
2013-10-29Remove CL_FP_DENORM in clGetDeviceInfo.Yang Rong1-1/+1
2013-10-18Runtime: correct some image related maximum values for IVB.Zhigang Gong1-1/+1
2013-09-26GBE/Runtime: implement workaround for IVB sampler bugZhigang Gong1-1/+1