summaryrefslogtreecommitdiff
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
* Add preliminary LLVM 7 supportRebecca N. Palmer2018-08-206-2/+22
* Add LLVM 6.0 supportRebecca N. Palmer2018-08-202-1/+7
* More user-friendly "type not supported" errorsRebecca N. Palmer2018-08-201-12/+12
* Don't leak memory on long chains of eventsRebecca N. Palmer2018-08-202-8/+25
* Enable Coffee Lake supportMark Thompson2018-02-053-3/+153
* 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
* Docs: OCL_STRICT_CONFORMANCE is default-on since 1.1Rebecca N. Palmer2017-11-011-3/+1
* Docs: Fix grammarRebecca N. Palmer2017-11-011-12/+12
* Docs: Add Release 1.3.2 to NEWS.Yang Rong2017-10-261-0/+3
* GBE: Fix a TBAA issue against llvm5.0.Yang Rong2017-10-261-1/+2
* metainfo: escape ampersandIgor Gnatenko2017-10-091-1/+1
* backend: use simd-1 for scalar dst in indirectMov.Song, Ruiling2017-09-211-14/+24
* GBE: remove static context to fix Segmentation fault.Yang Rong2017-09-214-33/+39
* GBE: enable llvm5.0 support.Yang Rong2017-09-216-33/+87
* libocl: enable llvm5.0 support.Yang Rong2017-09-213-32/+59
* libocl: Consider only bottom ilogb(2m-1)+1 bitsJan Vesely2017-09-211-30/+30
* libocl: Add shuffle and shuffle2 builtins for half typeJan Vesely2017-09-212-0/+4
* Runtime: implement clEnqueueAcquireGLObjects and clEnqueueReleaseGLObjects.Yang Rong2017-09-211-0/+150
* Runtime: fix a build warning.Yang, Rong R2017-07-311-5/+6
* GBE: fix a errMsg uninitialized build warning.Yang, Rong R2017-07-271-3/+3
* Runtime: fix the context ref is not 0 assert when delete.Yang, Rong R2017-07-271-22/+8
* backend: Fix a bug in load-store optimization.Song, Ruiling2017-07-271-25/+46
* Runtime: fix a cl_gpgpu_bind_image_for_vme NULL SIGSEGV.Yang, Rong R2017-07-271-1/+2
* cmake: add option OCL_ICD_INSTALL_PREFIX to set icd file install path.Yang, Rong R2017-07-271-12/+15
* backend: refine global immediate optimizationrander2017-07-201-4/+0
* Fix GCC6 build bugPan Xiuli2017-07-201-0/+1
* backend: refine load store optimizationSong, Ruiling2017-07-181-37/+88
* add utest compiler_block_motion_estimate_intel for extension cl_intel_device_...Luo Xionghu2017-07-123-0/+224
* add utest compiler_skip_check for extension cl_intel_device_side_avc_motion_e...Luo Xionghu2017-07-123-0/+244
* add utest compiler_intra_prediction for extenstion cl_intel_device_side_avc_m...Luo Xionghu2017-07-123-1/+211
* Implement extension cl_intel_device_side_avc_motion_estimation.Chuanbo Weng2017-07-1232-36/+2282
* Runtime: remove ctx's useless fileds.Yang, Rong R2017-07-103-43/+5
* Utest: fix a build-in program leak.Yang, Rong R2017-07-101-0/+1
* Runtime: fix a recurrent release context error.Yang, Rong R2017-07-101-10/+8
* backend: improve add zero patternrander2017-07-061-5/+5
* utests: add utest for fdiv to rcprander2017-07-063-1/+71
* backend: refine fdiv to rcp at some casesrander2017-07-061-0/+28
* backend: refine math log functionrander2017-07-041-40/+10
* backend: refine pow functionrander2017-07-041-146/+148
* Runtime: refine max group size for SKL & KBLrander2017-07-041-9/+9
* backend: refine load/store merging algorithmrander2017-06-231-9/+78
* backend: add global immediate optimizationrander2017-06-231-25/+342
* GBE: clean llvm module's clone and release.Yang, Rong R2017-06-2310-58/+76
* 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