summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIRGuo Yejun2015-01-121-2/+3
* CL/Driver/HSW: Convert L3 cycle for texture to uncachable.Zhigang Gong2015-01-091-1/+1
* CL/Driver: quick fix regression caused by remove MI_FLUSH.Zhigang Gong2015-01-071-0/+2
* CL/Driver: enable atomics in L3 for HSW.Zhigang Gong2015-01-072-1/+14
* Remove obsolete MI_FLUSHZhenyu Wang2015-01-064-11/+3
* runtime: fix max work group size for IVBGT1.Zhigang Gong2015-01-041-2/+2
* runtime: tweak max memory allocation size.Zhigang Gong2015-01-042-2/+12
* Separate flush and invalidate in function intel_gpgpu_pipe_control.Yang, Rong2014-12-292-2/+36
* Use libdrm interface to get device idZhenyu Wang2014-12-292-22/+2
* Add aub dump supportZhenyu Wang2014-12-291-1/+16
* Remove deprecated fulsim codeZhenyu Wang2014-12-253-237/+1
* fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu2014-12-256-6/+7
* fix max_parameter_size not correct on x86 platforms.Luo Xionghu2014-12-232-2/+2
* GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong2014-12-184-12/+50
* GBE: switch to CLANG native sampler_t.Zhigang Gong2014-12-181-7/+5
* Change CL_DEVICE_PREFERRED_VECTOR_WIDTH_CHAR from 8 to 16.Chuanbo Weng2014-12-031-1/+1
* enable CL_MEM_ALLOC_HOST_PTR with user_ptr to avoid copy between GPU/CPUGuo Yejun2014-12-023-16/+33
* clean code, the logic is already at the beginning of functionGuo Yejun2014-12-021-16/+0
* Fix based on piglit OpenCL falied case (cl-api-compile-program).Yan Wang2014-12-021-4/+2
* fix issue to pass utest of runtime_climage_from_boname for BDWGuo Yejun2014-11-281-2/+2
* fix issue to create cl image from libva with non-zero offsetGuo Yejun2014-11-274-7/+5
* Change the IVB/HSW's max_work_group_size to 512, and BYT to 256.Yang Rong2014-11-241-15/+15
* Fix the opencv_test_core/OCL_Arithm random segment fault.Yang Rong2014-11-211-37/+36
* BDW: Change the default tiling mode to TILING_Y on BDW.Yang Rong2014-11-211-3/+7
* Fix NO_TILING alignment bug.Yang Rong2014-11-191-1/+1
* re-enable userptr with fix: CPU access after GPU finishes the renderingGuo Yejun2014-11-192-8/+35
* Change the IVB/HSW L3 SQC credit setting.Yang Rong2014-11-181-2/+2
* Remove patch version on master branch.Zhigang Gong2014-11-181-1/+0
* Fix the bug of multi-thread crashJunyan He2014-11-131-13/+0
* runtime: fix bug in cl_enqueue_read_buffer.Zhigang Gong2014-11-131-3/+8
* runtime: refine version handling.Zhigang Gong2014-11-132-0/+5
* runtime: fix one bug in BDW image.Zhigang Gong2014-11-121-2/+4
* Revert "BDW: Change the default tiling mode to TILING_Y on BDW."Zhigang Gong2014-11-121-8/+4
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-1157-57/+57
* Revert "fix issue to create cl image from libva with non-zero offset"Zhigang Gong2014-11-114-7/+9
* use posix_memalign instead of aligned_alloc to be more compatibleGuo Yejun2014-11-101-7/+11
* BDW: Change the default tiling mode to TILING_Y on BDW.Yang Rong2014-11-101-4/+8
* fix issue to create cl image from libva with non-zero offsetGuo Yejun2014-11-104-9/+7
* fix a bug in clCompileProgram().Luo Xionghu2014-11-101-0/+4
* fix piglit clCreateProgramWithBinary fail.Luo Xionghu2014-11-101-0/+8
* enable CL_DEVICE_HOST_UNIFIED_MEMORY when userptr is supportedGuo Yejun2014-11-072-0/+21
* support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun2014-11-079-16/+78
* BDW: Set the URB/REST size to 384K/384K when SLM disable.Yang Rong2014-11-071-1/+2
* add building dependency GIT_SHA1Meng Mengmeng2014-11-051-0/+1
* Remove intel_gpgpu_check_binded_buf_address()Zhenyu Wang2014-10-311-9/+10
* IVB/HSW/BYT: Revert the Dynamic state Base Addr and relative buffers address ...Yang Rong2014-10-291-7/+45
* Fix a size assert when setup bti.Yang Rong2014-10-282-2/+14
* Refine the intel gpgpu delete.Yang Rong2014-10-285-82/+169
* GBE: fix a wrong type of cl_device_info.Zhigang Gong2014-10-271-1/+1
* Fix AUX buffer for page alignmentZhenyu Wang2014-10-241-3/+6