summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-20draftllvm-3.5Zhigang Gong1-4/+4
2014-06-19Add a lock in the place of printf outputJunyan He2-10/+37
2014-06-19Refine the code in llvm_printf_parser.cppJunyan He1-98/+65
2014-06-19GBE: pass compile against LLVM 3.5Ruiling Song11-29/+75
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 Scully2-4/+4
2014-06-19Fix linking to X11 libraries.Abrahm Scully1-1/+1
2014-06-18GBE: Correctly process constant for phi instructionRuiling Song1-3/+1
2014-06-18add binary type support for compiled object and library.Luo9-46/+211
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-13Bump beignet version to 0.8.99.Zhigang Gong1-1/+1
2014-06-13Bump OpenCL version to 1.2.Zhigang Gong1-1/+1
2014-06-13utests: use OpenCL 1.2 API for image related test cases.Zhigang Gong8-29/+54
2014-06-13use LLVM_INSTALL_DIR as the path to clang/llvm-as/llvm-linkGuo Yejun1-4/+4
2014-06-13clean code to remove gbe_kernel_set_const_buffer_sizeGuo Yejun7-54/+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 utest case for clGetKernelArgInfoJunyan He3-0/+94
2014-06-13Add the clGetKernelArgInfo api and misc help functionsJunyan He9-0/+165
2014-06-13Add the llvm info to the function for later usage.Junyan He5-32/+78
2014-06-13Add the -cl-kernel-arg-info into the clang build optionsJunyan He2-2/+7
2014-06-13add [opencl-1.2] test case runtime_compile_link.Luo6-0/+155
2014-06-13add [opencl-1.2] API clLinkProgram.Luo8-5/+246
2014-06-13add [opencl-1.2] API clCompileProgram.Luo8-2/+240
2014-06-13add [opencl-1.2] API clCreateSubDevice.Luo4-3/+27
2014-06-13add test case runtime_barrier_list and runtime_marker_list.Luo3-0/+152
2014-06-13add [opencl-1.2] API clEnqueueBarrierWithWaitList.Luo6-33/+148
2014-06-13utests: fix the image desc initilization for get_image_info.Junyan He1-1/+13
2014-06-13Add the test case for 1D image from bufferJunyan He3-0/+94
2014-06-13Add the support for 1D image from buffer.Junyan He7-2/+154
2014-06-13Add test cases for 1d image fill and copyJunyan He5-0/+121
2014-06-13Add the support for 1D image in backendJunyan He10-112/+252
2014-06-13Add checks for clCreateImage and add 1d image creating logicJunyan He7-20/+123
2014-06-13add[opencl-1.2] test case for API clCreateProgramWithBuiltInKernels.Luo2-0/+21
2014-06-13add [opencl-1.2] API clCreateProgramWithBuiltInKernels.Luo6-1/+138
2014-06-13add [opencl 1.2] API clEnqueueMarkerWithWaitList.Luo3-5/+42
2014-06-13Add the test case for clEnqueueFillBufferJunyan He2-0/+91
2014-06-13Implement the clEnqueueFillBuffer API.Junyan He8-6/+268
2014-06-13Add the kernels used by clEnqueueBufferFill APIJunyan He6-1/+51
2014-06-12GBE: switch to ocl-1.2 header files.Zhigang Gong11-1470/+10703
2014-06-12relax the build dependency on Gen GPUopencl-1.1Guo Yejun2-8/+5
2014-06-12Fix the same kernel name issue of OCL_OUTPUT_KERNEL_PERFYongjia Zhang3-40/+92
2014-06-12utest: reduce group size to fit into baytrail platform.Zhigang Gong1-1/+1
2014-06-12HSW: Remove the jmpi distance limit of HSW.Yang Rong4-17/+49
2014-06-12GBE: fix some bugs in 64bit bitcast.Ruiling Song1-3/+7
2014-06-12HSW: Fix potential issue of GT3 when calc stack address.Yang Rong3-2/+12