summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-16CL: prepare to support ICD if the system has ocl-icd..Zhigang Gong1-1/+1
2014-01-16CL: back port ICD support to 1.1 branch.Zhigang Gong1-1/+8
2014-01-14Revert faulty pushed patchsetZhigang Gong2-10/+4
2014-01-10Refine the method to find pch and pcm files.Zhigang Gong1-2/+1
2014-01-10CL: prepare to support ICD if the system has ocl-icd..Zhigang Gong1-1/+1
2014-01-10CL: back port ICD support to 1.1 branch.Zhigang Gong1-1/+8
2014-01-08Move the memory allocate size check to the callee.Yang Rong2-15/+16
2014-01-07Fix the multi-thread crash problem of batch buffer release.Junyan He2-0/+3
2013-12-31Move the llvm optimize pass from clang to backend.Yang Rong1-1/+1
2013-12-31Modify the multi-thread support for queue.Junyan He7-18/+110
2013-12-31provide meaningful device names through clGetDeviceInfoMario Kicherer1-20/+41
2013-12-31report errors if opening the DRI device failsMario Kicherer1-2/+7
2013-12-31Revert choose local size change when local size is null in clEnqueueNDRang.Yang Rong1-3/+3
2013-12-11Runtime: fixed the region check for three rect region related APIs.Zhigang Gong1-4/+12
2013-11-29When local_work_size is null, try to choose a local_work_size.Yang Rong1-2/+9
2013-11-29Complete the feature of clGetEventProfilingInfo APIJunyan He8-39/+137
2013-11-27Runtime: implement the get build log function and fix one build error check i...Zhigang Gong3-6/+15
2013-11-27CL/Runtime: workaround the unused sampler_t kernel argument.Zhigang Gong2-3/+9
2013-11-27Runtime: fix some piglit failures.Zhigang Gong4-5/+4
2013-11-27Runtime: fixed one missing case for clGetKernelWorkGroupInfo.Zhigang Gong4-29/+30
2013-11-27Runtime: fixed parameter error checking in cl create buffer.Zhigang Gong1-3/+23
2013-11-27Add the drm include and lib path for find when drm is not the system one.Junyan He1-0/+1
2013-11-27Enlarge the global mem size.Yang Rong2-8/+4
2013-11-13GBE: Add support for kernel attribute reqd_work_group_size.Zhigang Gong5-5/+23
2013-11-11Runtime: complete the api clGetKernelWorkGroupInfo.Zhigang Gong6-8/+24
2013-11-11Fixup the problem of CL_PROGRAM_BINARIES in clGetProgramInfo APIJunyan He1-5/+15
2013-11-11GBE: Fix alignment according to OCL specRuiling Song1-15/+28
2013-11-08Move the gpgpu struct from cl_command_queue to thread specific contextJunyan He7-13/+143
2013-11-07Add the clGetMemObjectInfo options for sub-buffer and update the utest caseJunyan He1-3/+12
2013-11-07Implement the clCreateSubBuffer APIJunyan He6-23/+189
2013-11-07Add the bo's internal offset support when do drm_intel_bo_emit_relocJunyan He1-4/+7
2013-11-07Runtime: fix some max/alignment values.Zhigang Gong4-6/+6
2013-11-07Runtime: fix one bug in clGetProgramInfo.Zhigang Gong1-0/+2
2013-11-07Runtime: fix the length of properties.Zhigang Gong1-0/+1
2013-11-07Runtime: implement clGetSamplerInfo.Zhigang Gong1-2/+19
2013-11-07Runtime: fix some max values.Zhigang Gong3-5/+5
2013-11-07Runtime: fix the incorrect device info string size.Zhigang Gong1-1/+1
2013-11-04fix pointer bugs in linked listHomer Hsing4-8/+8
2013-10-31runtime: Fix a dangling pointer issueRuiling Song1-6/+9
2013-10-29Refine the build option checking.Yang Rong1-6/+3
2013-10-29Fix a event segment fault.Yang Rong1-2/+2
2013-10-29Runtime: fixed an incorrect error checking for CL_INVALID_GLOBAL_OFFSET.Zhigang Gong1-1/+1
2013-10-29Per openCL spec, set p->is_built to 1 when build fail.Yang Rong2-5/+5
2013-10-29Re-build the program when build option changed.Yang Rong1-7/+20
2013-10-29Remove CL_FP_DENORM in clGetDeviceInfo.Yang Rong1-1/+1
2013-10-22Fix two memory leak.Chuanbo Weng1-1/+4
2013-10-21runtime: Simply return success in clUnloadCompiler.Ruiling Song1-2/+1
2013-10-18Runtime: correct some image related maximum values for IVB.Zhigang Gong1-1/+1
2013-10-18add clCreateImageFromLibvaIntel() apiLu Guanqun8-9/+120
2013-10-18add clCreateBufferFromLibvaIntel() apiLu Guanqun6-0/+67