summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-11-27add test for clCreateImageFromLibvaIntelGuo Yejun3-1/+226
2014-11-27fix issue to create cl image from libva with non-zero offsetGuo Yejun4-7/+5
2014-11-27utests: reduce work group size to 256 to satisfy BYT platform.Zhigang Gong1-1/+1
2014-11-26GBE: Place loop exits after loop blocks when sorting basic blocks.Ruiling Song1-10/+84
2014-11-25GBE: don't split instruction for some special case.Zhigang Gong1-1/+11
2014-11-25utests: fix a typo in test cases.Zhigang Gong1-1/+1
2014-11-25utests: fix work group size issue in compiler_fill_image_2d_array.Zhigang Gong1-2/+2
2014-11-25GBE: disable spill register under simd16 mode.Zhigang Gong1-3/+2
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-19add the reduced self loop node detection.Luo Xionghu1-11/+26
2014-11-19Fix NO_TILING alignment bug.Yang Rong1-1/+1
2014-11-19re-enable userptr with fix: CPU access after GPU finishes the renderingGuo Yejun3-15/+41
2014-11-18reuse the loop info from llvm.Luo Xionghu2-36/+21
2014-11-18Change the IVB/HSW L3 SQC credit setting.Yang Rong1-2/+2
2014-11-18Remove patch version on master branch.Zhigang Gong2-2/+0
2014-11-14Bump to 1.0.0.Release_v1.0.0Zhigang 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