summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use pread/pwrite for buffer enqueue read/writeZhenyu Wang2014-10-244-26/+10
* Clear batch buffer pointer after unmapZhenyu Wang2014-10-241-1/+2
* Make use of write enable flag for mem bo mapZhenyu Wang2014-10-246-22/+27
* create GIT_SHA1 without any dependencyMeng Mengmeng2014-10-242-5/+4
* add beignet GIT_HAL1 if there is .git directoryMeng Mengmeng2014-10-233-2/+35
* Fix the bug of 1D array slice pitchJunyan He2014-10-235-14/+50
* Refine the the error handling in function cl_command_queue_ND_range_gen7.Yang Rong2014-10-171-3/+5
* BDW: Also need set Shader Channel Select for constant buffer in BDW.Yang Rong2014-10-161-0/+6
* BDW: Change BDW's max work group size to 512.Yang Rong2014-10-151-3/+5
* Fix a HSW constant buffer regression.Yang Rong2014-10-151-1/+35
* Fit the printf bug in loopJunyan He2014-10-151-0/+8
* Fix HSW thread_n <= 64 assert.Yang Rong2014-10-141-3/+7
* BDW: Add gen8 into intel_driver_initJunyan He2014-10-102-2/+4
* Modify the bind sampler logic for gen8Junyan He2014-10-101-5/+135
* Add sampler state and tile define for gen8.Junyan He2014-10-102-0/+60
* BDW: Need not restore SLM setting in BDW.Yang Rong2014-10-101-3/+3
* BDW: Correct BDW device name.Yang Rong2014-10-101-15/+15
* BDW: Correct scratch buffer of BDW.Yang Rong2014-10-101-4/+18
* BDW: Add device's sub slice field, for cl_get_kernel_max_wg_sz.Yang Rong2014-10-102-2/+12
* BDW: enable SLM in BDW.Yang Rong2014-10-102-19/+34
* BDW: add some BDW function.Yang Rong2014-10-102-53/+227
* BDW: Refine intel_gpgpu_setup_bti and add intel_gpgpu_set_base_address for BDW.Yang Rong2014-10-103-168/+97
* BDW: Add function intel_gpgpu_bind_buf for gen8.Junyan He2014-10-101-9/+27
* BDW: Correct surface base address set in setup bti.Junyan He2014-10-101-3/+3
* BDW: Add function intel_gpgpu_setup_bti for gen8.Junyan He2014-10-102-0/+55
* BDW: refine the gen8_surface_state_t.Junyan He2014-10-101-59/+59
* BDW: Add gen8 surface state struct.Junyan He2014-10-101-0/+161
* BDW: Add BDW pci ids and BDW device struct.Yang Rong2014-10-102-4/+136
* fix one bug at cl_get_kernel_workgroup_info.Luo Xionghu2014-09-171-0/+1
* fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo2014-09-125-0/+19
* runtime: fix build status handling.Zhigang Gong2014-09-123-23/+35