summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-01-05CL/Driver: enable atomics in L3 for HSW.hsw_darktableZhigang Gong2-1/+12
2015-01-05Remove obsolete MI_FLUSHZhenyu Wang4-27/+16
2015-01-04add edge case detection for powr in utestsMeng Mengmeng2-3/+6
2015-01-04runtime: fix max work group size for IVBGT1.Zhigang Gong1-2/+2
2015-01-04runtime: tweak max memory allocation size.Zhigang Gong2-2/+12
2015-01-04utests: reduce test count.Zhigang Gong1-4/+5
2014-12-29Fix PrintfState copying.Yan Wang1-4/+29
2014-12-29Separate flush and invalidate in function intel_gpgpu_pipe_control.Yang, Rong2-2/+36
2014-12-29Use libdrm interface to get device idZhenyu Wang2-22/+2
2014-12-29Add aub dump supportZhenyu Wang1-1/+16
2014-12-25Remove deprecated fulsim codeZhenyu Wang7-274/+2
2014-12-25replace hash_map with mapGuo Yejun5-91/+5
2014-12-25add collectImageArgs to handle image count limitations.Luo Xionghu1-0/+28
2014-12-25fix min_max_read_image_args and min_max_parameter_size issue.Luo Xionghu8-10/+13
2014-12-24libocl: implement high precision pown()Ruiling Song1-5/+232
2014-12-24GBE: remove software maintained SLM offset related code.Zhigang Gong7-37/+1
2014-12-24GBE: use sr0.1's SLM Offset to eliminate the software SLM offset for HSW.Zhigang Gong2-4/+10
2014-12-23GBE: fix an image regression.Zhigang Gong2-29/+30
2014-12-23fix max_parameter_size not correct on x86 platforms.Luo Xionghu2-2/+2
2014-12-22libocl: flush denorm to zero in remquo()Ruiling Song1-0/+2
2014-12-22libocl: Correctly handle -inf in exp10.Ruiling Song1-3/+3
2014-12-22libocl: flush denorm into zero in ldexp()Ruiling Song1-1/+1
2014-12-22libocl: Flush denorm input into zero in rootn()Ruiling Song1-0/+8
2014-12-22libocl: Imporve precision of exp()Ruiling Song1-9/+27
2014-12-22libocl: Improve precision of pow/powr.Ruiling Song1-14/+67
2014-12-19add half math function support.Luo Xionghu1-1/+15
2014-12-19GBE: code cleanup.Zhigang Gong3-12/+2
2014-12-18GBE/CL: use 2D image to implement large image1D_buffer.Zhigang Gong5-15/+67
2014-12-18GBE: remove some image1d_buffer related builtin functions.Zhigang Gong2-9/+9
2014-12-18GBE: switch to CLANG native sampler_t.Zhigang Gong10-25/+184
2014-12-18GBE: switch to use CLANG native image types.Zhigang Gong9-424/+175
2014-12-18Refactor all image builtin functions.Zhigang Gong4-416/+618
2014-12-17GBE: don't always treat a multiple destination instruction as root.Zhigang Gong1-3/+2
2014-12-16disable overflow utest test before llvm-3.5Luo Xionghu1-1/+6
2014-12-16change the utest summary codeZhu Bingbing2-5/+6
2014-12-16Fix delete operator using.Yan Wang2-2/+2
2014-12-16Update optimization tips.Zhigang Gong1-14/+92
2014-12-15GBE: Add some missing constant expression cases.Zhigang Gong4-11/+135
2014-12-15CL: Don't find mesa source code.Zhigang Gong1-6/+6
2014-12-15GBE: Add constant pointer in the memcpy intrinsic.Zhigang Gong3-1/+187
2014-12-15GBE: eliminate duplicate GEP handling logic.Zhigang Gong3-61/+50
2014-12-15GBE: remove useless code.Zhigang Gong1-23/+4
2014-12-15libocl: Move spec required macro to header file.Ruiling Song2-3/+3
2014-12-15libocl: Fix precision of builtin tanpi.Ruiling Song1-1/+27
2014-12-15refine overflow utest to cover nsetc fail cases.Luo Xionghu1-0/+52
2014-12-15Fix a makefile bug for gcc is not the default compilerLv Meng1-2/+9
2014-12-04refine bswap utest to cover nsetc fail cases.Luo Xionghu2-0/+8
2014-12-04GBE: Fix the printf issue caused by new bti implementationRuiling Song1-4/+16
2014-12-04GBE: Fix a disassembly bug.Ruiling Song1-2/+2
2014-12-04utests: Add const private array initialization test.Ruiling Song3-0/+37