summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.Yan Wang2017-06-141-0/+2
* Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.Yan Wang2017-05-251-0/+1
* build: fix cmake code generation dependencies.Ismo Puustinen2017-05-251-2/+2
* CMAKE: Refine builtin kernel bin generatorPan Xiuli2017-03-071-7/+7
* OCL20: handle device enqueue in runtime.Yang, Rong R2016-12-301-0/+2
* Modify program Info using cl_get_info_helper.Junyan He2016-12-151-0/+1
* Modify clGetSamplerInfo using cl_get_info_helper.Junyan He2016-12-151-1/+2
* Modify clGetDeviceInfo using cl_get_info_helper.Junyan He2016-12-151-0/+1
* Modify clGetContextInfo using cl_get_info_helper.Junyan He2016-12-151-0/+1
* Modify clGetPlatformInfo using cl_get_info_helper.Junyan He2016-12-151-0/+1
* Add a helper function for all information get.Junyan He2016-12-151-0/+1
* OCL20: Add svm support.Yang Rong2016-11-081-0/+5
* Delete useless cl_thread files.Junyan He2016-10-101-1/+0
* buildsys: Use CMRT_LIBDIR instead of CMRT_LIBRARY_DIRSArmin K2016-10-101-1/+1
* Modify all event related functions using new event handle.Junyan He2016-09-281-0/+5
* Runtime: re-enable cl_khr_gl_sharing with existing egl extension.Chuanbo Weng2016-09-121-12/+10
* Runtime: Add CL base object for all cl objects.Junyan He2016-09-021-0/+1
* Runtime: set the sub slice according to kernel pooled EU configure.Yang Rong2016-07-061-0/+10
* CMake: use CHECK_LIBRARY_EXISTS to check the function instead of version.Yang Rong2016-06-231-20/+20
* make Beignet as intermedia layer of CMRTGuo Yejun2015-12-091-0/+7
* CMake: Add -lrt to the link command of libcl.soJunyan He2015-11-171-0/+1
* Add extensions intel_accelerator and basic intel_motion_estimation.Chuanbo Weng2015-11-101-1/+3
* Reorder GBE_BIN_GENERATER arguments.Koop Mast2015-07-171-2/+2
* Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu2015-05-041-1/+1
* Query the driver directly for compute units and subsliceJeff McGee2015-03-191-0/+10
* Add LLVM_INCLUDE_DIR to CMakeList of src.Junyan He2015-03-171-1/+2
* Optimization of clEnqueueCopyImageToBuffer for 16 aligned case.Chuanbo Weng2015-02-131-1/+1
* Implement 1D/2D image array related cl_mem_kernel_copy_image in cl way instea...Chuanbo Weng2015-02-061-0/+3
* add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIRGuo Yejun2015-01-121-2/+3
* support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun2014-11-071-0/+5
* add building dependency GIT_SHA1Meng Mengmeng2014-11-051-0/+1
* create GIT_SHA1 without any dependencyMeng Mengmeng2014-10-241-3/+2
* add beignet GIT_HAL1 if there is .git directoryMeng Mengmeng2014-10-231-0/+7
* Only compiler X11 files and do X11 operations when found X11.Yang Rong2014-08-281-2/+9
* improve the clEnqueueCopyBufferRect performance in some casesLv Meng2014-07-161-1/+2
* remove lspci, gbe_bin_genenrater would generator llvm binary by default.Luo2014-07-081-19/+13
* Build: check whether lspci exists.Zhigang Gong2014-07-041-0/+7
* add cpu copy for 1Darray and 2darray related copy APIs.Luo2014-06-241-2/+2
* add BEIGNET_INSTALL_DIR to clean codeGuo Yejun2014-06-241-1/+1
* implement API clEnqueueFillImage.Luo2014-06-241-1/+3
* Fix linking to X11 libraries.Abrahm Scully2014-06-191-1/+1
* Add the kernels used by clEnqueueBufferFill APIJunyan He2014-06-131-1/+4
* relax the build dependency on Gen GPUopencl-1.1Guo Yejun2014-06-121-3/+5
* add DRM_LIBDIR path into link directory listLi Peng2014-06-041-1/+1
* extract libgbeinterp.so from runtime (libcl.so)Guo Yejun2014-05-301-1/+0
* separate runtime(libcl.so) and compiler(libgbe.so)Guo Yejun2014-05-281-1/+4
* move enqueue_copy_image kernels outside of runtime code.Luo2014-05-221-2/+21
* Add the pci id support for gbe_generateJunyan He2014-05-221-1/+7
* Use pkg-config to check modulesZhenyu Wang2014-04-171-6/+6
* Add three copy cl files for Enqueue Copy usage.Junyan He2014-04-021-1/+3