summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* enable USE_HOST_PTR for cl image with userptr to avoid extra copyingGuo Yejun2015-10-143-18/+44
* refine code to separate the usage of data and image2d_from_bufferGuo Yejun2015-10-143-26/+38
* Fix a event leak in create contextPan Xiuli2015-10-131-0/+1
* runtime: refine the last_event in queue to a listPan Xiuli2015-10-133-27/+55
* Fix gpgpu node related bugPan Xiuli2015-10-131-1/+1
* Add -dump-opt-asm support to the clLinkProgram() APIManasi Navare2015-10-131-3/+1
* GBE: fix kernel arguments uploading bug.Zhigang Gong2015-10-122-5/+9
* GBE: refactor curbe register allocation.Zhigang Gong2015-09-243-20/+30
* Driver: fix the annoying "Failed to release userptr..." error messagePan Xiuli2015-09-231-2/+4
* Calculate appropriate timestamps for cl profileMidhun Kodiyath2015-09-233-4/+71
* enable create image 2d from buffer in clCreateImage.Luo Xionghu2015-09-227-29/+99
* return 32 could gain 0.2% performance on opencv optical flow case.Luo Xionghu2015-09-221-1/+1
* should check the return value of cl_program_new.Luo Xionghu2015-09-211-0/+18
* Fix clLinkProgram error.Yang Rong2015-09-212-16/+29
* Don't use cl_buffer_get_subdata in clEnqueueReadBuffer.Yang Rong2015-09-181-1/+4
* Fix piglit clLinkProgram fail.Yang Rong2015-09-184-3/+24
* Runtime: Add NULL pointer check in clGetKernelArgInfoJunyan He2015-09-071-1/+2
* Fix clGetKernelArgInfo fail on piglitPan Xiuli2015-09-022-9/+13
* remove GBE_CURBE_STACK_POINTER in payloadGuo Yejun2015-08-271-9/+0
* backend, src: Add ASM file name to gbe_program_new_from_llvmLaura Ekstrand2015-08-131-1/+1
* Set proper Vendor IDMidhun Kodiyath2015-08-136-27/+30
* generate sub_group_id inside kernel instead of payloadGuo Yejun2015-08-131-8/+0
* runtime: always try to update event status in clGetEventProfilingInfo().Zhigang Gong2015-08-101-0/+1
* Update last event status in clFinish.Luo Xionghu2015-08-101-0/+3
* runtime: add detailed broadwell device name.Ruiling Song2015-08-101-6/+6
* runtime: add Broadwell deviceID 0x162BRuiling Song2015-08-102-1/+5
* Runtime: correct event and the wait events compare when check event.Yang Rong2015-07-171-1/+1
* Remove deprecated function cl_context_get_static_kernel().Zhigang Gong2015-07-172-66/+12
* runtime: fix a builtin-kernel related thread safe bug.Zhigang Gong2015-07-172-8/+26
* runtime bug: brw GT3 devices reported to GT2.Luo Xionghu2015-07-171-5/+5
* Reorder GBE_BIN_GENERATER arguments.Koop Mast2015-07-171-2/+2
* Need to check eventWaitList in clEnqueueNDRangeKernel.Zhigang Gong2015-07-151-0/+1
* Fixed a thread safe bug.Zhigang Gong2015-07-156-18/+56
* runtime: Need to separate atomic in L3 test and SLM test in self_test().Zhigang Gong2015-07-151-3/+12
* Runtime: Add default extension for platforms before BDW.Junyan He2015-07-143-0/+14
* runtime: Add cl device's standalone extension.Junyan He2015-07-064-22/+24
* runtime: Use cl_get_platform_default to replace global value.Junyan He2015-07-066-68/+66
* enable CL_UNSIGNED_INT8 for CL_RG to fix regressionGuo Yejun2015-07-031-0/+1
* runtime: Add fp16 extension to BDW later platform.Junyan He2015-07-026-56/+102
* use self test to determine enable/or disable atomics in L3 for HSW.Luo Xionghu2015-06-309-23/+66
* enable CL_RG + CL_UNORM_INT8 for imageGuo Yejun2015-06-191-0/+5
* fix global variable out of boundary writing in libocl.Luo Xionghu2015-06-181-1/+1
* Docs: update/clarify Haswell issuesRebecca N. Palmer2015-05-181-5/+9
* Add a sanity test in clGetDeviceIDsRebecca N. Palmer2015-05-181-0/+82
* rename __gen_ocl_get_simd_id/size to get_sub_group_id/sizeGuo Yejun2015-05-121-1/+1
* Revert "CL/Driver: enable atomics in L3 for HSW."Zhigang Gong2015-05-042-14/+1
* add benckmark for copy data from buffer to image.Luo Xionghu2015-05-041-1/+1
* Optimization of clEnqueueCopyBufferToImage for 16 aligned case.Luo Xionghu2015-05-044-9/+56
* CHV: Add cherryview support in the runtime.Meng Mengmeng2015-05-044-3/+56
* add simd level function __gen_ocl_get_simd_idGuo Yejun2015-04-241-0/+8