summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-09-12fix piglit get kernel info FUNCTION ATTRIBUTE fail.Luo5-0/+19
2014-09-12runtime: fix build status handling.Zhigang Gong3-23/+35
2014-09-12runtime: fix program binary type bug.Zhigang Gong1-0/+3
2014-09-11fix piglit cl-api-set-kernel-arg fail.Luo Xionghu3-1/+20
2014-09-11fix clGetKernelWorkGroupInfo built-in kernel fail.Luo Xionghu4-0/+42
2014-09-10Fix the issue of -cl-std=CLX.X option.Junyan He1-1/+49
2014-09-10Runtime: Implement clGetExtensionFunctionAddressForPlatform.Zhigang Gong2-3/+18
2014-09-09fix piglit cl-api-get-program-info fail.Luo Xionghu1-1/+1
2014-09-05GBE: fixup/refine a bug for image1D array's extra binding index handling.Zhigang Gong2-11/+24
2014-09-05GBE: cleanup image base index related code.Zhigang Gong3-25/+0
2014-09-05GBE: Handle bti allocation for internal buffer used by printf.Ruiling Song5-5/+17
2014-09-05GBE: Refine bti usage in backend & runtime.Ruiling Song8-44/+49
2014-09-05GBE: Optimize constant load with sampler.Ruiling Song1-1/+1
2014-09-03GBE: adjust preferred vector length.Zhigang Gong1-12/+12
2014-09-02Two minor fix.Yang Rong1-4/+4
2014-08-28Only compiler X11 files and do X11 operations when found X11.Yang Rong2-4/+22
2014-08-28Fail gracefully on unsupported hardwareRebecca Palmer4-6/+9
2014-07-30runtime: set correct state for constant buffer on hsw.Ruiling Song1-2/+41
2014-07-25clean llvm resource in compiler (libgbe.so)Guo Yejun3-1/+11
2014-07-25fix three memory leaksGuo Yejun1-0/+2
2014-07-18free build_log when the cl program is releasedGuo Yejun1-0/+5
2014-07-17remove requirment as drm master in non-x environmentGuo Yejun2-35/+24
2014-07-11Add some hsw missed pci ids (reserved PCI IDs).Yang Rong2-3/+95
2014-07-11runtime: fix some subtle event bugs.Zhigang Gong4-8/+19
2014-07-11runtime/driver: refine error handlings.Zhigang Gong5-40/+91
2014-07-08remove lspci, gbe_bin_genenrater would generator llvm binary by default.Luo3-49/+31
2014-07-04Build: check whether lspci exists.Zhigang Gong1-0/+7
2014-07-03runtime: fix a gpgpu event and thread local gpgpu handling bug.Zhigang Gong13-74/+97
2014-07-03runtime: recover the maximum read image args to 128.Zhigang Gong1-1/+1
2014-07-03Refine some event code.Yang Rong2-8/+19
2014-07-02Refine the logic when suspend a batch buffer.Yang Rong3-3/+14
2014-07-02Fix some event ref count error.Yang Rong1-16/+16
2014-07-01runtime: fix potential curbe allocation issue.Zhigang Gong2-15/+31
2014-07-01runtime: fix max group size calculation issue.Zhigang Gong5-33/+53
2014-06-26Fix call cl_mem_copy_image_region bug.Yang Rong4-16/+25
2014-06-26gbe_bin_generator: fix the incorrect type of cl_internal_built_in_kernel_str_...Zhigang Gong2-27/+27
2014-06-25runtime: Remove 'Experiment' from the platform name.Zhigang Gong1-1/+1
2014-06-25Fix clEnqueueMapImage with CL_MEM_USE_HOST_PTR bug.Yang Rong3-30/+60
2014-06-25add image_1d_to_1d builtin kernel name.Luo1-0/+1
2014-06-24add cpu copy for 1Darray and 2darray related copy APIs.Luo5-6/+91
2014-06-24add BEIGNET_INSTALL_DIR to clean codeGuo Yejun1-1/+1
2014-06-24implement API clEnqueueFillImage.Luo15-26/+261
2014-06-23Add some OpenCL1.2 parameters of function clGetDeviceInfo.Yang Rong3-0/+9
2014-06-23Fix a CL_MEM_HOST_PTR bug.Yang Rong1-2/+6
2014-06-23Fix a crash bug when no %d appears in the printf fmtJunyan He2-4/+12
2014-06-23GBE: fix some get kernel arg info bugs.Zhigang Gong1-1/+1
2014-06-23runtime: choose the actual EU number as the max compute units.Zhigang Gong2-9/+9
2014-06-20Add some API's OpenCL 1.2 parameter support.Yang Rong7-1/+57
2014-06-20Add some OpenCL1.2 new buffer flags handle.Yang Rong2-3/+28
2014-06-20Fix sub buffer bug in clEnqueueReadBufferRect, clEnqueueWriteBufferRect, clEn...Yang Rong1-7/+17