summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-24Make use of write enable flag for mem bo mapZhenyu Wang6-22/+27
2014-10-24create GIT_SHA1 without any dependencyMeng Mengmeng2-5/+4
2014-10-23add beignet GIT_HAL1 if there is .git directoryMeng Mengmeng3-2/+35
2014-10-23Fix the bug of 1D array slice pitchJunyan He5-14/+50
2014-10-17Refine the the error handling in function cl_command_queue_ND_range_gen7.Yang Rong1-3/+5
2014-10-16BDW: Also need set Shader Channel Select for constant buffer in BDW.Yang Rong1-0/+6
2014-10-15BDW: Change BDW's max work group size to 512.Yang Rong1-3/+5
2014-10-15Fix a HSW constant buffer regression.Yang Rong1-1/+35
2014-10-15Fit the printf bug in loopJunyan He1-0/+8
2014-10-14Fix HSW thread_n <= 64 assert.Yang Rong1-3/+7
2014-10-10BDW: Add gen8 into intel_driver_initJunyan He2-2/+4
2014-10-10Modify the bind sampler logic for gen8Junyan He1-5/+135
2014-10-10Add sampler state and tile define for gen8.Junyan He2-0/+60
2014-10-10BDW: Need not restore SLM setting in BDW.Yang Rong1-3/+3
2014-10-10BDW: Correct BDW device name.Yang Rong1-15/+15
2014-10-10BDW: Correct scratch buffer of BDW.Yang Rong1-4/+18
2014-10-10BDW: Add device's sub slice field, for cl_get_kernel_max_wg_sz.Yang Rong2-2/+12
2014-10-10BDW: enable SLM in BDW.Yang Rong2-19/+34
2014-10-10BDW: add some BDW function.Yang Rong2-53/+227
2014-10-10BDW: Refine intel_gpgpu_setup_bti and add intel_gpgpu_set_base_address for BDW.Yang Rong3-168/+97
2014-10-10BDW: Add function intel_gpgpu_bind_buf for gen8.Junyan He1-9/+27
2014-10-10BDW: Correct surface base address set in setup bti.Junyan He1-3/+3
2014-10-10BDW: Add function intel_gpgpu_setup_bti for gen8.Junyan He2-0/+55
2014-10-10BDW: refine the gen8_surface_state_t.Junyan He1-59/+59
2014-10-10BDW: Add gen8 surface state struct.Junyan He1-0/+161
2014-10-10BDW: Add BDW pci ids and BDW device struct.Yang Rong2-4/+136
2014-09-17fix one bug at cl_get_kernel_workgroup_info.Luo Xionghu1-0/+1
2014-09-12fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo5-0/+19
2014-09-12runtime: fix build status handling.Zhigang Gong3-23/+35
2014-09-12runtime: fix program binary type bug.Zhigang Gong1-0/+3
2014-09-11fix piglit cl-api-set-kernel-arg fail.Luo Xionghu3-1/+20
2014-09-11fix clGetKernelWorkGroupInfo built-in kernel fail.Luo Xionghu4-0/+42
2014-09-10Fix the issue of -cl-std=CLX.X option.Junyan He1-1/+49
2014-09-10Runtime: Implement clGetExtensionFunctionAddressForPlatform.Zhigang Gong2-3/+18
2014-09-09fix piglit cl-api-get-program-info fail.Luo Xionghu1-1/+1
2014-09-04GBE: fixup/refine a bug for image1D array's extra binding index handling.Zhigang Gong2-10/+23
2014-09-02Two minor fix.Yang Rong1-4/+4
2014-08-28Only compiler X11 files and do X11 operations when found X11.Yang Rong2-4/+22