summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-05-18Docs: update/clarify Haswell issuesRebecca N. Palmer1-5/+9
2015-05-18Add a sanity test in clGetDeviceIDsRebecca N. Palmer1-0/+82
2015-05-12rename __gen_ocl_get_simd_id/size to get_sub_group_id/sizeGuo Yejun1-1/+1
2015-05-04Revert "CL/Driver: enable atomics in L3 for HSW."Zhigang Gong2-14/+1
2015-05-04add benckmark for copy data from buffer to image.Luo Xionghu1-1/+1
2015-05-04Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu4-9/+56
2015-05-04CHV: Add cherryview support in the runtime.Meng Mengmeng4-3/+56
2015-04-24add simd level function __gen_ocl_get_simd_idGuo Yejun1-0/+8
2015-04-14runtime: don't try to open nonexistent render nodes or device files.Zhigang Gong1-1/+4
2015-04-13GBE: refine error handling for private libva buffer sharing extension.Zhigang Gong2-0/+11
2015-04-13GBE: Extend front label ip to 32 bit on demand.Zhigang Gong1-4/+12
2015-04-10runtime: Enhance the error handling when flush gpgpu command queue.Zhigang Gong9-30/+30
2015-03-27Fix: (v3) Event callback that were not executed when command was already CL_C...David Couturier2-22/+61
2015-03-24Don't crash if device inaccessibleRebecca N. Palmer1-1/+0
2015-03-19Query the driver directly for compute units and subsliceJeff McGee2-4/+31
2015-03-19Add driver callback for updating device infoJeff McGee4-18/+43
2015-03-18runtime: fix a conformance bug in cl_get_kernel_arg_info.Zhigang Gong1-1/+5
2015-03-17Add LLVM_INCLUDE_DIR to CMakeList of src.Junyan He1-1/+2
2015-03-13only support spir extension for beignet build with llvm 3.5 or later.Luo Xionghu1-0/+3
2015-03-09enable cl_khr_spir extension to build and run from SPIR binary.Luo Xionghu4-3/+26
2015-02-27Crash when hardware inaccessibleRebecca N. Palmer1-13/+16
2015-02-13Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.Chuanbo Weng4-9/+57
2015-02-09SKL: fix some 3D and 2D array image fail.Yang Rong3-4/+19
2015-02-09runtime: don't free the host_ptr for a subbuffer.Zhigang Gong1-1/+3
2015-02-06runtime: fix a potential null pointer dereference.Zhigang Gong1-6/+7
2015-02-06Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...Chuanbo Weng9-12/+172
2015-02-06Return error, don't crash, on allocation failureRebecca N. Palmer1-10/+13
2015-02-06Backend: Fix one bug of printf because of ir reorder.Junyan He1-1/+1
2015-01-30SKL: Add function intel_gpgpu_bind_image_gen9.Yang Rong4-6/+90
2015-01-30SKL: add skl select_pipeline and cache_control functions.Yang Rong2-2/+25
2015-01-30SKL: Add the function gen9' intel_build_idrt.Yang Rong2-3/+48
2015-01-30SKL: correct the pipe control struct.Yang Rong2-2/+77
2015-01-30SKL: Use TILE_Y as default TILING mode in skl.Yang Rong1-1/+2
2015-01-30SKL: enable skl device.Yang Rong3-3/+73
2015-01-30SKL: Add skl pci ids and device.Yang Rong2-3/+164
2015-01-23loose the alignment limitation for host_ptr of CL_MEM_USE_HOST_PTRGuo Yejun3-4/+22
2015-01-23correct the cache line size to be 64Guo Yejun2-2/+2
2015-01-13Fix the printf buffer size bug.Junyan He4-5/+9
2015-01-12add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIRGuo Yejun1-2/+3
2015-01-09CL/Driver/HSW: Convert L3 cycle for texture to uncachable.Zhigang Gong1-1/+1
2015-01-07CL/Driver: quick fix regression caused by remove MI_FLUSH.Zhigang Gong1-0/+2
2015-01-07CL/Driver: enable atomics in L3 for HSW.Zhigang Gong2-1/+14
2015-01-06Remove obsolete MI_FLUSHZhenyu Wang4-11/+3
2015-01-04runtime: fix max work group size for IVBGT1.Zhigang Gong1-2/+2
2015-01-04runtime: tweak max memory allocation size.Zhigang Gong2-2/+12
2014-12-29Separate flush and invalidate in function intel_gpgpu_pipe_control.Yang, Rong2-2/+36
2014-12-29Use libdrm interface to get device idZhenyu Wang2-22/+2
2014-12-29Add aub dump supportZhenyu Wang1-1/+16
2014-12-25Remove deprecated fulsim codeZhenyu Wang3-237/+1
2014-12-25fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu6-6/+7