summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump to 1.0.0.Release_v1.0.0Zhigang Gong2014-11-142-2/+6
* GBE: work around error reporting for unresolved symbolsZhigang Gong2014-11-142-0/+14
* Fix the bug of multi-thread crashJunyan He2014-11-131-13/+0
* runtime: disable userptr due to random fail.Zhigang Gong2014-11-131-6/+7
* runtime: fix bug in cl_enqueue_read_buffer.Zhigang Gong2014-11-131-3/+8
* runtime: refine version handling.Zhigang Gong2014-11-132-0/+5
* Update documents.Zhigang Gong2014-11-131-4/+11
* runtime: fix one bug in BDW image.Zhigang Gong2014-11-121-2/+4
* update some documents.Zhigang Gong2014-11-123-40/+29
* GBE: fix one double related bugs for post register scheduling.Zhigang Gong2014-11-124-6/+9
* Revert "BDW: Change the default tiling mode to TILING_Y on BDW."Zhigang Gong2014-11-121-8/+4
* GBE: fix relocatable issue for pch file.Zhigang Gong2014-11-112-37/+47
* License: adjust all license version to LGPL v2.1+.Zhigang Gong2014-11-11206-208/+208
* utests: remove all shader toy test cases.Zhigang Gong2014-11-1119-1138/+0
* docs: update mixed_buffer_pointer document.Ruiling Song2014-11-111-5/+30
* Revert "fix issue to create cl image from libva with non-zero offset"Zhigang Gong2014-11-114-7/+9
* Revert "add test for clCreateImageFromLibvaIntel"Zhigang Gong2014-11-113-226/+1
* use posix_memalign instead of aligned_alloc to be more compatibleGuo Yejun2014-11-102-8/+15
* BDW: Change the default tiling mode to TILING_Y on BDW.Yang Rong2014-11-101-4/+8
* add test for clCreateImageFromLibvaIntelGuo Yejun2014-11-103-1/+226
* 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
* GBE: Do topological sorting of basicblocks.Ruiling Song2014-11-101-1/+52
* GBE: Fix a bitcast from float vector to wide interger issue in legalize pass.Ruiling Song2014-11-101-1/+8
* add test for cl buffer created with CL_MEM_USE_HOST_PTRGuo Yejun2014-11-073-0/+48
* 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-0710-18/+87
* BDW: Set the URB/REST size to 384K/384K when SLM disable.Yang Rong2014-11-071-1/+2
* utests: add a test to trigger cl_float3 bug in clSetKernelArg.Ruiling Song2014-11-063-0/+51
* GBE: Fix kernel argument size for vector3Ruiling Song2014-11-061-1/+1
* GBE: remove useless debug info.Zhigang Gong2014-11-061-12/+2
* utests: fix bugs in builtin_tgamma().Rebecca Palmer2014-11-061-2/+7
* utests: fix bugs in builtin_pow().Rebecca Palmer2014-11-061-5/+11
* GBE: fix bug in tgamma().Rebecca Palmer2014-11-061-183/+7
* GBE: fix bug in erf()/erfc().Rebecca Palmer2014-11-062-16/+292
* GBE: fix bug in pow()/pown().Rebecca Palmer2014-11-063-7/+18
* GBE: Support more instructions for constant expression handling.Zhigang Gong2014-11-063-12/+120
* GBE: fix a bool handling bug when SEL on a uniform bool variable.Zhigang Gong2014-11-062-3/+15
* utest: add new test that trigger an assignment operation bug in if.Chuanbo Weng2014-11-063-0/+58
* add building dependency GIT_SHA1Meng Mengmeng2014-11-051-0/+1
* fix bswap kernel function type issue.Luo Xionghu2014-11-052-7/+12
* GBE: fix disassembly bug.Zhigang Gong2014-11-041-28/+0
* utests: replace the nodistriutable picture.Zhigang Gong2014-11-047-3/+3
* utest: change the box_blur_image to be identical to box_blur.Zhigang Gong2014-11-042-4/+6
* add utest function bswap.Luo Xionghu2014-11-043-0/+117
* enable llvm intrinsic call bswap function.Luo Xionghu2014-11-041-0/+89
* GBE: Fix live range for temporary register in replaceRegRuiling Song2014-11-041-5/+9
* GBE: workaround register allocation fail caused by custom loop unroll.Ruiling Song2014-11-031-7/+12
* add utest for llvm intrinsic call usub_with_overflow funtion.Luo Xionghu2014-11-032-35/+117