summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-09Change the IVB/HSW L3 SQC credit setting.Yang Rong1-2/+2
2015-01-09CL/Driver: quick fix regression caused by remove MI_FLUSH.Zhigang Gong1-0/+2
2015-01-09CL/Driver: enable atomics in L3 for HSW.Zhigang Gong2-1/+14
2015-01-09Remove obsolete MI_FLUSHZhenyu Wang4-11/+3
2015-01-09runtime: fix max work group size for IVBGT1.Zhigang Gong1-2/+2
2015-01-09runtime: tweak max memory allocation size.Zhigang Gong2-2/+12
2015-01-09Separate flush and invalidate in function intel_gpgpu_pipe_control.Yang, Rong2-2/+36
2015-01-09Use libdrm interface to get device idZhenyu Wang2-22/+2
2015-01-09Add aub dump supportZhenyu Wang1-1/+16
2015-01-09Remove deprecated fulsim codeZhenyu Wang3-237/+1
2015-01-09fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu6-6/+7
2015-01-09fix max_parameter_size not correct on x86 platforms.Luo Xionghu2-2/+2
2015-01-09GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong4-12/+50
2015-01-09GBE: switch to CLANG native sampler_t.Zhigang Gong1-7/+5
2014-12-03enable CL_MEM_ALLOC_HOST_PTR with user_ptr to avoid copy between GPU/CPUGuo Yejun3-16/+33
2014-12-03clean code, the logic is already at the beginning of functionGuo Yejun1-16/+0
2014-12-02Fix based on piglit OpenCL falied case (cl-api-compile-program).Yan Wang1-4/+2
2014-12-02fix issue to pass utest of runtime_climage_from_boname for BDWGuo Yejun1-2/+2
2014-12-02fix issue to create cl image from libva with non-zero offsetGuo Yejun4-7/+5
2014-11-24Change the IVB/HSW's max_work_group_size to 512, and BYT to 256.Yang Rong1-15/+15
2014-11-21Fix the opencv_test_core/OCL_Arithm random segment fault.Yang Rong1-37/+36
2014-11-21BDW: Change the default tiling mode to TILING_Y on BDW.Yang Rong1-3/+7
2014-11-21Fix NO_TILING alignment bug.Yang Rong1-1/+1
2014-11-21re-enable userptr with fix: CPU access after GPU finishes the renderingGuo Yejun2-8/+35
2014-11-13Fix the bug of multi-thread crashJunyan He1-13/+0
2014-11-13runtime: fix bug in cl_enqueue_read_buffer.Zhigang Gong1-3/+8
2014-11-13runtime: refine version handling.Zhigang Gong2-0/+5
2014-11-12runtime: fix one bug in BDW image.Zhigang Gong1-2/+4
2014-11-12Revert "BDW: Change the default tiling mode to TILING_Y on BDW."Zhigang Gong1-8/+4
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong57-57/+57
2014-11-11Revert "fix issue to create cl image from libva with non-zero offset"Zhigang Gong4-7/+9
2014-11-10use posix_memalign instead of aligned_alloc to be more compatibleGuo Yejun1-7/+11
2014-11-10BDW: Change the default tiling mode to TILING_Y on BDW.Yang Rong1-4/+8
2014-11-10fix issue to create cl image from libva with non-zero offsetGuo Yejun4-9/+7
2014-11-10fix a bug in clCompileProgram().Luo Xionghu1-0/+4
2014-11-10fix piglit clCreateProgramWithBinary fail.Luo Xionghu1-0/+8
2014-11-07enable CL_DEVICE_HOST_UNIFIED_MEMORY when userptr is supportedGuo Yejun2-0/+21
2014-11-07support CL_MEM_USE_HOST_PTR with userptr for cl bufferGuo Yejun9-16/+78
2014-11-07BDW: Set the URB/REST size to 384K/384K when SLM disable.Yang Rong1-1/+2
2014-11-05add building dependency GIT_SHA1Meng Mengmeng1-0/+1
2014-10-31Remove intel_gpgpu_check_binded_buf_address()Zhenyu Wang1-9/+10
2014-10-29IVB/HSW/BYT: Revert the Dynamic state Base Addr and relative buffers address ...Yang Rong1-7/+45
2014-10-28Fix a size assert when setup bti.Yang Rong2-2/+14
2014-10-28Refine the intel gpgpu delete.Yang Rong5-82/+169
2014-10-27GBE: fix a wrong type of cl_device_info.Zhigang Gong1-1/+1
2014-10-24Fix AUX buffer for page alignmentZhenyu Wang1-3/+6
2014-10-24Use pread/pwrite for buffer enqueue read/writeZhenyu Wang4-26/+10
2014-10-24Clear batch buffer pointer after unmapZhenyu Wang1-1/+2