summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Allow creating out-of-order queues with clCreateCommandQueueHEADmasterRebecca N. Palmer2018-08-201-29/+5
* Make in-order command queues actually be in-orderRebecca N. Palmer2018-08-206-34/+71
* Don't leak memory on long chains of eventsRebecca N. Palmer2018-08-202-8/+25
* Enable Coffee Lake supportMark Thompson2018-02-052-3/+148
* Fix enabling of fp64 extensionMark Thompson2018-02-051-8/+8
* Ensure that DRM device uses the i915 driverMark Thompson2018-02-051-0/+30
* Runtime: Remove X11 dri2 connection failed warning message.Yang Rong2018-01-101-2/+0
* Runtime: implement clEnqueueAcquireGLObjects and clEnqueueReleaseGLObjects.Yang Rong2017-09-211-0/+150
* Runtime: fix a build warning.Yang, Rong R2017-07-311-5/+6
* Runtime: fix the context ref is not 0 assert when delete.Yang, Rong R2017-07-271-22/+8
* Runtime: fix a cl_gpgpu_bind_image_for_vme NULL SIGSEGV.Yang, Rong R2017-07-271-1/+2
* Implement extension cl_intel_device_side_avc_motion_estimation.Chuanbo Weng2017-07-126-3/+148
* Runtime: remove ctx's useless fileds.Yang, Rong R2017-07-103-43/+5
* Runtime: fix a recurrent release context error.Yang, Rong R2017-07-101-10/+8
* Runtime: refine max group size for SKL & KBLrander2017-07-041-9/+9
* GBE: clean llvm module's clone and release.Yang, Rong R2017-06-233-1/+7
* Add missed kernel names into built-in kernel list.Yan Wang2017-06-221-1/+16
* Runtime: Add missing SKL deivce IDPan Xiuli2017-06-222-1/+9
* Fix context leak with internal kernelsPatrick Beaulieu2017-06-161-1/+21
* Runtime: Add new API enums for cl_intel_required_subgroup_size extensionPan Xiuli2017-06-165-0/+40
* Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.Yan Wang2017-06-147-37/+149
* Optimize clEnqueueWriteImageByKernel and clEnqueuReadImageByKernel.Yan Wang2017-06-131-7/+18
* Fix bug of clEnqueueUnmapMemObjectForKernel and clEnqueueMapImageByKernel.Yan Wang2017-06-131-34/+113
* Add clFinish for guarantee the kernel copying is finished when create TILE_Y ...Yan Wang2017-06-131-0/+7
* Add cl_mem_record_map_mem_for_kernel() for record map adress for TILE_Y image...Yan Wang2017-06-132-26/+88
* Runtime: Fix a mssing llvm version marco for LLVM40+Pan Xiuli2017-06-091-1/+1
* Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.Yan Wang2017-05-255-28/+89
* build: fix cmake code generation dependencies.Ismo Puustinen2017-05-251-2/+2
* Implement TILE_Y large image in clEnqueueWriteImage.Yan Wang2017-05-181-0/+46
* Implement TILE_Y large image in clEnqueueReadImage.Yan Wang2017-05-181-0/+55
* Implement TILE_Y large image in clEnqueueMapImage and clEnqueueUnmapMemObject.Yan Wang2017-05-181-0/+111
* Create image with TILE_Y mode still when image size>128MB for performance.Yan Wang2017-05-184-6/+111
* GLK: add geminilake runtime support.Yang Rong2017-05-152-2/+47
* GLK: add Geminilake pciids.Yang Rong2017-05-151-1/+8
* Limit get_program_global_data() calls to OpenCL 2.0Jan Beich2017-03-231-2/+4
* intel: Check that we can reserve the zero-offsetYang Rong2017-03-171-11/+20
* add extension cl_intel_media_block_io READ related functionLuo Xionghu2017-03-131-0/+1
* add extension intel_planar_yuv.Luo Xionghu2017-03-139-24/+217
* CMAKE: Refine builtin kernel bin generatorPan Xiuli2017-03-071-7/+7
* Runtime: add a warning when load gen binary fail.Yang Rong2017-02-141-0/+1
* Runtime: fix get non support type device bug.Yang Rong2017-02-142-4/+8
* Enable OpenCL 2.0 only where supportedPan Xiuli2017-02-145-8/+18
* Enable support for two-component 16-bit planesMark Thompson2017-02-141-0/+2
* Free context devices on context releaseGiuseppe Bilotta2017-02-101-0/+1
* Fix obvious copy-pasteGiuseppe Bilotta2017-02-101-1/+1
* API: Fix local memory type to CL_LOCALPan Xiuli2017-02-104-4/+4
* Typo in error messageGiuseppe Bilotta2017-02-081-1/+1
* Make CL-GL sharing available via ICDRebecca N. Palmer2017-02-061-12/+16
* Android.mk: update Android.mk for android build.Yang Rong2017-01-191-3/+15
* Add some pointer access check.Yang Rong2017-01-113-1/+5