summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-12relax the build dependency on Gen GPUopencl-1.1Guo Yejun2-8/+5
2014-06-12Fix the same kernel name issue of OCL_OUTPUT_KERNEL_PERFYongjia Zhang3-40/+92
2014-06-12utest: reduce group size to fit into baytrail platform.Zhigang Gong1-1/+1
2014-06-12HSW: Remove the jmpi distance limit of HSW.Yang Rong4-17/+49
2014-06-12GBE: fix some bugs in 64bit bitcast.Ruiling Song1-3/+7
2014-06-12HSW: Fix potential issue of GT3 when calc stack address.Yang Rong3-2/+12
2014-06-12Handle the difference timestamp count, got from drm_intel_reg_read.Yang Rong1-18/+44
2014-06-12remove RTLD_DEEPBIND to avoid stdc++ issuesGuo Yejun8-171/+206
2014-06-11fix utest simd_any for simd width 8 and 16Guo Yejun1-1/+1
2014-06-11GBE: ignoring some debug related intrinsics.Zhigang Gong1-0/+8
2014-06-11GBE: output compact flag when output asm.Ruiling Song5-9/+24
2014-06-11fix issue when create cl image from libva with offsetGuo Yejun3-3/+5
2014-06-11Add the utest case for printfJunyan He3-0/+32
2014-06-11Add the printf logic into the run time.Junyan He7-0/+210
2014-06-11Add the printfSet into the kernel Class and add misc helper functionsJunyan He3-2/+95
2014-06-11Add the PrintfParser llvm parser into the llvm backend.Junyan He7-0/+693
2014-06-11Add the PrintfSet class into the irJunyan He3-0/+318
2014-06-11Add two special register for printf output buffer usageJunyan He7-2/+32
2014-06-11GBE: support SLM bool load and store.Zhigang Gong3-2/+7
2014-06-11GBE: increase batch size to relax the max reloc restriction.Zhigang Gong1-1/+1
2014-06-09remove the code of saving the llvm bitcode to file, replace it with llvm::ModuleLuo8-57/+100
2014-06-09Handle server IVB GT2.Abrahm Scully2-1/+5
2014-06-09GBE: Fix an assert on bitcast long to char8Ruiling Song1-12/+15
2014-06-09Add some lost pci id into GetGenID.shJunyan He1-1/+1
2014-06-09HSW: Restore L3 control register to disable SLM mode.Yang Rong1-1/+24
2014-06-09HSW: enable the surface's cache in HSW.Yang Rong5-28/+61
2014-06-09HSW: Set correct max work group size for GT2 and GT3.Yang Rong2-2/+9
2014-06-09HSW: add data port 1 support in disassemble.Yang Rong5-18/+67
2014-06-09GBE: fix one illegal instruction.Zhigang Gong2-2/+14
2014-06-09GBE: Fix a jump issue in int64 to float conversionRuiling Song1-1/+1
2014-06-09GBE: fix a bug in int64 to float conversion.Zhigang Gong1-0/+1
2014-06-09GBE: fix a typo in utests.Zhigang Gong1-2/+2
2014-06-09utests: add a double precision check test case.Zhigang Gong3-0/+55
2014-06-09GBE: Add support double to float conversion.Zhigang Gong3-53/+59
2014-06-09GBE: optimize a special case of convert INT64 to float.Zhigang Gong1-16/+93
2014-06-04add DRM_LIBDIR path into link directory listLi Peng4-5/+5
2014-06-04HSW: Fix a compact assert.Yang Rong1-0/+2
2014-06-04GBE: Optmize phi eliminationRuiling Song2-1/+93
2014-06-04Revert "GBE: No need to compute liveout again in value.cpp."Ruiling Song1-0/+33
2014-06-04refine code for the usage of set_image_base_indexGuo Yejun7-13/+12
2014-05-30GBE: Fix bitcast between long and other type.Ruiling Song1-1/+10
2014-05-30Make utest pass rate reach 100%.Yi Sun1-9/+10
2014-05-30Refine some test for math functionYi Sun1-47/+77
2014-05-30Refine the cl thread implement for queue.Junyan He6-76/+192
2014-05-30Fix timestamp on HASWELLLi Peng3-12/+20
2014-05-30extract libgbeinterp.so from runtime (libcl.so)Guo Yejun10-28/+226
2014-05-29GBE: fix one illegal instruction when replace a uniform dst.Zhigang Gong1-2/+4
2014-05-29utests: disable double test case.Ruiling Song5-8/+4
2014-05-29GBE: Pass correct register type when replaceRegRuiling Song3-1/+21
2014-05-29GBE: Change 64bit integer storage in registerRuiling Song7-349/+122