summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-06-20cl/driver: fix the incorrect handling of 1D array.Zhigang Gong2-32/+34
2014-06-20Enable the 1D and 2D image support in run time.Junyan He2-20/+62
2014-06-19Fix an event status bug.Yang Rong4-8/+32
2014-06-19Try to use drm render nodes.Abrahm Scully2-0/+34
2014-06-19Fix build with mesa 10.1.Abrahm Scully1-3/+3
2014-06-19Fix linking to X11 libraries.Abrahm Scully1-1/+1
2014-06-18add binary type support for compiled object and library.Luo5-17/+102
2014-06-17fix clEnqueueMarkerWithWaitList bug when input event is null.Luo2-7/+9
2014-06-17driver: fix a potential Null reference.Zhigang Gong1-0/+2
2014-06-16Fix a clEnqueueBarrierWithWaitList event status bug.Yang Rong1-6/+10
2014-06-13utests: use OpenCL 1.2 API for image related test cases.Zhigang Gong1-8/+0
2014-06-13clean code to remove gbe_kernel_set_const_buffer_sizeGuo Yejun2-7/+0
2014-06-13add [opencl-1.2] clUnloadPlatformCompiler implementationLuo2-2/+8
2014-06-13Implement the clEnqueueMigrateMemObjects APIJunyan He4-1/+55
2014-06-13GBE: Enable some implemented Opencl 1.2 functions in icd table.Zhigang Gong1-11/+11
2014-06-13Add the clGetKernelArgInfo api and misc help functionsJunyan He5-0/+122
2014-06-13add [opencl-1.2] API clLinkProgram.Luo5-1/+112
2014-06-13add [opencl-1.2] API clCompileProgram.Luo5-2/+151
2014-06-13add [opencl-1.2] API clCreateSubDevice.Luo4-3/+27
2014-06-13add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo6-33/+148
2014-06-13Add the support for 1D image from buffer.Junyan He6-2/+153
2014-06-13Add checks for clCreateImage and add 1d image creating logicJunyan He2-6/+54
2014-06-13add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo6-1/+138
2014-06-13add [opencl 1.2] API clEnqueueMarkerWithWaitList.Luo3-5/+42
2014-06-13Implement the clEnqueueFillBuffer API.Junyan He8-6/+268
2014-06-13Add the kernels used by clEnqueueBufferFill APIJunyan He6-1/+51
2014-06-12relax the build dependency on Gen GPUGuo Yejun1-3/+5
2014-06-12Fix the same kernel name issue of OCL_OUTPUT_KERNEL_PERFYongjia Zhang3-40/+92
2014-06-12HSW: Fix potential issue of GT3 when calc stack address.Yang Rong2-0/+10
2014-06-12Handle the difference timestamp count, got from drm_intel_reg_read.Yang Rong1-18/+44
2014-06-12remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun8-171/+206
2014-06-11fix issue when create cl image from libva with offsetGuo Yejun3-3/+5
2014-06-11Add the printf logic into the run time.Junyan He6-0/+204
2014-06-11GBE: increase batch size to relax the max reloc restriction.Zhigang Gong1-1/+1
2014-06-09remove the code of saving the llvm bitcode to file, replace it with llvm::ModuleLuo1-1/+1
2014-06-09Handle server IVB GT2.Abrahm Scully2-1/+5
2014-06-09Add some lost pci id into GetGenID.shJunyan He1-1/+1
2014-06-09HSW: Restore L3 control register to disable SLM mode.Yang Rong1-1/+24
2014-06-09HSW: enable the surface's cache in HSW.Yang Rong5-28/+61
2014-06-09HSW: Set correct max work group size for GT2 and GT3.Yang Rong2-2/+9
2014-06-04add DRM_LIBDIR path into link directory listLi Peng1-1/+1
2014-06-04refine code for the usage of set_image_base_indexGuo Yejun3-6/+7
2014-05-30Refine the cl thread implement for queue.Junyan He6-76/+192
2014-05-30Fix timestamp on HASWELLLi Peng3-12/+20
2014-05-30extract libgbeinterp.so from runtime (libcl.so)Guo Yejun6-27/+218
2014-05-28Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.Yang Rong3-4/+11
2014-05-28Silence compilation warnings when release build.Yang Rong1-5/+5
2014-05-28Silence some compilation warnings.Zhigang Gong1-3/+3
2014-05-28separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun8-5/+141
2014-05-28GBE: fix baytrail L3 cache configuration.Zhigang Gong1-1/+1