summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-14Bump to 1.0.0.Release_v1.0.0stableZhigang Gong2-2/+6
2014-11-14GBE: work around error reporting for unresolved symbolsZhigang Gong2-0/+14
2014-11-13Fix the bug of multi-thread crashJunyan He1-13/+0
2014-11-13runtime: disable userptr due to random fail.Zhigang Gong1-6/+7
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-13Update documents.Zhigang Gong1-4/+11
2014-11-12runtime: fix one bug in BDW image.Zhigang Gong1-2/+4
2014-11-12update some documents.Zhigang Gong3-40/+29
2014-11-12GBE: fix one double related bugs for post register scheduling.Zhigang Gong4-6/+9
2014-11-12Revert "BDW: Change the default tiling mode to TILING_Y on BDW."Zhigang Gong1-8/+4
2014-11-11GBE: fix relocatable issue for pch file.Zhigang Gong2-37/+47
2014-11-11License: adjust all license version to LGPL v2.1+.Zhigang Gong206-208/+208
2014-11-11utests: remove all shader toy test cases.Zhigang Gong19-1138/+0
2014-11-11docs: update mixed_buffer_pointer document.Ruiling Song1-5/+30
2014-11-11Revert "fix issue to create cl image from libva with non-zero offset"Zhigang Gong4-7/+9
2014-11-11Revert "add test for clCreateImageFromLibvaIntel"Zhigang Gong3-226/+1
2014-11-10use posix_memalign instead of aligned_alloc to be more compatibleGuo Yejun2-8/+15
2014-11-10BDW: Change the default tiling mode to TILING_Y on BDW.Yang Rong1-4/+8
2014-11-10add test for clCreateImageFromLibvaIntelGuo Yejun3-1/+226
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-10GBE: Do topological sorting of basicblocks.Ruiling Song1-1/+52
2014-11-10GBE: Fix a bitcast from float vector to wide interger issue in legalize pass.Ruiling Song1-1/+8
2014-11-07add test for cl buffer created with CL_MEM_USE_HOST_PTRGuo Yejun3-0/+48
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 Yejun10-18/+87
2014-11-07BDW: Set the URB/REST size to 384K/384K when SLM disable.Yang Rong1-1/+2
2014-11-06utests: add a test to trigger cl_float3 bug in clSetKernelArg.Ruiling Song3-0/+51
2014-11-06GBE: Fix kernel argument size for vector3Ruiling Song1-1/+1
2014-11-06GBE: remove useless debug info.Zhigang Gong1-12/+2
2014-11-06utests: fix bugs in builtin_tgamma().Rebecca Palmer1-2/+7
2014-11-06utests: fix bugs in builtin_pow().Rebecca Palmer1-5/+11
2014-11-06GBE: fix bug in tgamma().Rebecca Palmer1-183/+7
2014-11-06GBE: fix bug in erf()/erfc().Rebecca Palmer2-16/+292
2014-11-06GBE: fix bug in pow()/pown().Rebecca Palmer3-7/+18
2014-11-06GBE: Support more instructions for constant expression handling.Zhigang Gong3-12/+120
2014-11-06GBE: fix a bool handling bug when SEL on a uniform bool variable.Zhigang Gong2-3/+15
2014-11-06utest: add new test that trigger an assignment operation bug in if.Chuanbo Weng3-0/+58
2014-11-05add building dependency GIT_SHA1Meng Mengmeng1-0/+1
2014-11-05fix bswap kernel function type issue.Luo Xionghu2-7/+12
2014-11-04GBE: fix disassembly bug.Zhigang Gong1-28/+0
2014-11-04utests: replace the nodistriutable picture.Zhigang Gong7-3/+3
2014-11-04utest: change the box_blur_image to be identical to box_blur.Zhigang Gong2-4/+6
2014-11-04add utest function bswap.Luo Xionghu3-0/+117
2014-11-04enable llvm intrinsic call bswap function.Luo Xionghu1-0/+89
2014-11-04GBE: Fix live range for temporary register in replaceRegRuiling Song1-5/+9
2014-11-03GBE: workaround register allocation fail caused by custom loop unroll.Ruiling Song1-7/+12
2014-11-03add utest for llvm intrinsic call usub_with_overflow funtion.Luo Xionghu2-35/+117