summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-27Runtime: Refine ext enable function for platform.Junyan He3-19/+54
2015-10-21Runtime: add CL_DEVICE_SPIR_VERSIONS to clGetDeviceInfo.Yang Rong3-0/+4
2015-10-21use table to define and query binary headers.Luo Xionghu2-26/+39
2015-10-20add conditions of pitch and h to enable userptr for climage_use_host_ptrGuo Yejun1-1/+4
2015-10-20pitchalignment should be set to 1.Luo Xionghu1-1/+1
2015-10-20Revert "return 32 could gain 0.2% performance on opencv optical flow case."Luo Xionghu1-1/+1
2015-10-20alignment of NO TILING surface limitation shouldn't be removed.Luo Xionghu1-3/+4
2015-10-14enable USE_HOST_PTR for cl image with userptr to avoid extra copyingGuo Yejun3-18/+44
2015-10-14refine code to separate the usage of data and image2d_from_bufferGuo Yejun3-26/+38
2015-10-13Fix a event leak in create contextPan Xiuli1-0/+1
2015-10-13runtime: refine the last_event in queue to a listPan Xiuli3-27/+55
2015-10-13Fix gpgpu node related bugPan Xiuli1-1/+1
2015-10-13Add -dump-opt-asm support to the clLinkProgram() APIManasi Navare1-3/+1
2015-10-12GBE: fix kernel arguments uploading bug.Zhigang Gong2-5/+9
2015-09-24GBE: refactor curbe register allocation.Zhigang Gong3-20/+30
2015-09-23Driver: fix the annoying "Failed to release userptr..." error messagePan Xiuli1-2/+4
2015-09-23Calculate appropriate timestamps for cl profileMidhun Kodiyath3-4/+71
2015-09-22enable create image 2d from buffer in clCreateImage.Luo Xionghu7-29/+99
2015-09-22return 32 could gain 0.2% performance on opencv optical flow case.Luo Xionghu1-1/+1
2015-09-21should check the return value of cl_program_new.Luo Xionghu1-0/+18
2015-09-21Fix clLinkProgram error.Yang Rong2-16/+29
2015-09-18Don't use cl_buffer_get_subdata in clEnqueueReadBuffer.Yang Rong1-1/+4
2015-09-18Fix piglit clLinkProgram fail.Yang Rong4-3/+24
2015-09-07Runtime: Add NULL pointer check in clGetKernelArgInfoJunyan He1-1/+2
2015-09-02Fix clGetKernelArgInfo fail on piglitPan Xiuli2-9/+13
2015-08-27remove GBE_CURBE_STACK_POINTER in payloadGuo Yejun1-9/+0
2015-08-13backend, src: Add ASM file name to gbe_program_new_from_llvmLaura Ekstrand1-1/+1
2015-08-13Set proper Vendor IDMidhun Kodiyath6-27/+30
2015-08-13generate sub_group_id inside kernel instead of payloadGuo Yejun1-8/+0
2015-08-10runtime: always try to update event status in clGetEventProfilingInfo().Zhigang Gong1-0/+1
2015-08-10Update last event status in clFinish.Luo Xionghu1-0/+3
2015-08-10runtime: add detailed broadwell device name.Ruiling Song1-6/+6
2015-08-10runtime: add Broadwell deviceID 0x162BRuiling Song2-1/+5
2015-07-17Runtime: correct event and the wait events compare when check event.Yang Rong1-1/+1
2015-07-17Remove deprecated function cl_context_get_static_kernel().Zhigang Gong2-66/+12
2015-07-17runtime: fix a builtin-kernel related thread safe bug.Zhigang Gong2-8/+26
2015-07-17runtime bug: brw GT3 devices reported to GT2.Luo Xionghu1-5/+5
2015-07-17Reorder GBE_BIN_GENERATER arguments.Koop Mast1-2/+2
2015-07-15Need to check eventWaitList in clEnqueueNDRangeKernel.Zhigang Gong1-0/+1
2015-07-15Fixed a thread safe bug.Zhigang Gong6-18/+56
2015-07-15runtime: Need to separate atomic in L3 test and SLM test in self_test().Zhigang Gong1-3/+12
2015-07-14Runtime: Add default extension for platforms before BDW.Junyan He3-0/+14
2015-07-06runtime: Add cl device's standalone extension.Junyan He4-22/+24
2015-07-06runtime: Use cl_get_platform_default to replace global value.Junyan He6-68/+66
2015-07-03enable CL_UNSIGNED_INT8 for CL_RG to fix regressionGuo Yejun1-0/+1
2015-07-02runtime: Add fp16 extension to BDW later platform.Junyan He6-56/+102
2015-06-30use self test to determine enable/or disable atomics in L3 for HSW.Luo Xionghu9-23/+66
2015-06-19enable CL_RG + CL_UNORM_INT8 for imageGuo Yejun1-0/+5
2015-06-18fix global variable out of boundary writing in libocl.Luo Xionghu1-1/+1
2015-05-18Docs: update/clarify Haswell issuesRebecca N. Palmer1-5/+9