summaryrefslogtreecommitdiff
path: root/src/cl_gt_device.h
AgeCommit message (Expand)AuthorFilesLines
2015-01-12Change CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR from 8 to 16.Chuanbo Weng1-1/+1
2015-01-09runtime: tweak max memory allocation size.Zhigang Gong1-2/+2
2015-01-09fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu1-2/+2
2015-01-09GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong1-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
2013-09-13Implement api clEnqueueTask and clEnqueueNativeKernel.Yang Rong1-1/+1
2013-09-04Implement constant buffer based on constant cache.Ruiling Song1-1/+1
2013-09-04Runtime: fix the incorrect global mem size.Zhigang Gong1-1/+1
2013-09-02Runtime: initialize single fp mode correctly.Zhigang Gong1-0/+2
2013-07-12CL: Refine the version string handling.Zhigang Gong1-3/+3
2013-07-08Fix OpenCL C version formatSimon Richter1-1/+1
2013-05-17Add clGetDeviceInfo(..., CL_BUILT_IN_KERNELS, ...)Simon Richter1-0/+1
2013-04-24Implement clGetDeviceInfo(..., CL_DRIVER_VERSION, ...)Simon Richter1-0/+1
2013-04-10enable CL_DEVICE_IMAGE_SUPPORT checkLv, Meng1-1/+1
2013-04-10Change the cl version to 1.0.Zhigang Gong1-1/+1
2012-08-10Started to implement support for images (back end part of it is still missing)bsegovia1-5/+5
2012-08-10Started to support Gen7 Implemented new surface state for Gen7bsegovia1-0/+77