summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-21Minor fixes for Fedora. Don't upstream.HEADmasterLaura Ekstrand2-0/+6
2015-05-19Remove some LGPL incompatible code.Zhigang Gong4-1449/+0
2015-05-18Docs: update/clarify Haswell issuesRebecca N. Palmer2-19/+35
2015-05-18Add a sanity test in clGetDeviceIDsRebecca N. Palmer2-0/+84
2015-05-18Fix a indirect register bug.Yang Rong1-1/+2
2015-05-15CHV: Fix a chv long convert bug.Yang Rong1-4/+4
2015-05-15GBE: remove unnecessary assertRuiling Song2-2/+0
2015-05-15GBE: Fix the immediate data typeRuiling Song2-7/+7
2015-05-15GBE: make all memory operation share same bti dependency.Ruiling Song1-22/+17
2015-05-15correct the src output of alu3 when OCL_OUTPUT_ASM=1Guo Yejun1-3/+12
2015-05-15add environment variable OCL_OUTPUT_KERNEL_SOURCE.Luo Xionghu2-0/+12
2015-05-15Add stuct argument indirect load test.Yang Rong5-5/+63
2015-05-15Add Indirect struct argument read support.Yang Rong8-36/+257
2015-05-13add utest for intel_sub_group_shuffleGuo Yejun3-1/+65
2015-05-12rename __gen_ocl_simd_any/all to sub_group_any/allGuo Yejun12-47/+43
2015-05-12add sub group functions intel_sub_group_shuffleGuo Yejun9-3/+81
2015-05-12rename __gen_ocl_get_simd_id/size to get_sub_group_id/sizeGuo Yejun10-26/+31
2015-05-12GBE: fix LOD initialization for typed write instruction.Zhigang Gong1-1/+1
2015-05-12add introduction to build Beignet with yoctoGuo Yejun2-4/+73
2015-05-12Fix two argument lowering bug.Yang Rong1-4/+7
2015-05-04Revert "CL/Driver: enable atomics in L3 for HSW."Zhigang Gong2-14/+1
2015-05-04add benckmark for copy data from buffer to image.Luo Xionghu3-1/+68
2015-05-04Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu4-9/+56
2015-05-04Chv: Add chv backend support.Yang Rong5-10/+193
2015-05-04CHV: Add cherryview support in the runtime.Meng Mengmeng7-7/+71
2015-04-30utests: fix test case builtin_tgamma.Rebecca N. Palmer1-3/+16
2015-04-30Allow building with Python 3Rebecca N. Palmer2-12/+14
2015-04-29Make tgamma meet the accuracy standard.Rebecca N. Palmer1-7/+89
2015-04-29utest_pow: don't fail on declared lack of denormals.Rebecca N. Palmer1-2/+8
2015-04-24add utest for __gen_ocl_get_simd_idGuo Yejun3-1/+43
2015-04-24add simd level function __gen_ocl_get_simd_idGuo Yejun13-3/+46
2015-04-24add utest for __gen_ocl_get_simd_sizeGuo Yejun3-1/+39
2015-04-24add simd level function __gen_ocl_get_simd_sizeGuo Yejun12-1/+140
2015-04-15Doc: update known issue for the store/load pointer issue.Zhigang Gong1-0/+11
2015-04-14Kill the A0 cache in GenContext.Junyan He3-82/+24
2015-04-14Doc: update cmd parser issue for HSW platforms.Zhigang Gong1-5/+8
2015-04-14GBE: should initialize useDWLabel to false by default.Zhigang Gong1-1/+1
2015-04-14Doc: add a command to install dependencies.Zhigang Gong1-0/+6
2015-04-14utests: don't continue to run any case when fail to initialize device.Zhigang Gong1-1/+5
2015-04-14runtime: don't try to open nonexistent render nodes or device files.Zhigang Gong1-1/+4
2015-04-13BDW: Refine unpacked_ud in the gen8_context.cpp.Yang Rong1-16/+19
2015-04-13GBE: fix a bug in byte scatter write.Zhigang Gong1-5/+11
2015-04-13GBE: fix an potential assertion in constant expanding pass.Zhigang Gong1-1/+1
2015-04-13GBE: correct the instruction replacement logic in scalarize pass.Zhigang Gong1-9/+34
2015-04-13GBE: refine error handling for private libva buffer sharing extension.Zhigang Gong2-0/+11
2015-04-13GBE: Use actual bti information to determine a pointer's addressspace.Zhigang Gong5-8/+23
2015-04-13GBE: Extend front label ip to 32 bit on demand.Zhigang Gong10-29/+128
2015-04-13GBE: don't type cast register/labelindex to integer.Zhigang Gong3-33/+32
2015-04-13GBE: extend backend label to 32 bit.Zhigang Gong3-15/+15
2015-04-13GBE: extend registers/tuples/immediates to 32bit wide.Zhigang Gong7-29/+30