Age | Commit message (Expand) | Author | Files | Lines |
2018-08-20 | Allow creating out-of-order queues with clCreateCommandQueueHEADmaster | Rebecca N. Palmer | 1 | -29/+5 |
2018-08-20 | Make in-order command queues actually be in-order | Rebecca N. Palmer | 6 | -34/+71 |
2018-08-20 | Add preliminary LLVM 7 support | Rebecca N. Palmer | 6 | -2/+22 |
2018-08-20 | Add LLVM 6.0 support | Rebecca N. Palmer | 2 | -1/+7 |
2018-08-20 | More user-friendly "type not supported" errors | Rebecca N. Palmer | 1 | -12/+12 |
2018-08-20 | Don't leak memory on long chains of events | Rebecca N. Palmer | 2 | -8/+25 |
2018-02-05 | Enable Coffee Lake support | Mark Thompson | 3 | -3/+153 |
2018-02-05 | Fix enabling of fp64 extension | Mark Thompson | 1 | -8/+8 |
2018-02-05 | Ensure that DRM device uses the i915 driver | Mark Thompson | 1 | -0/+30 |
2018-01-10 | Runtime: Remove X11 dri2 connection failed warning message. | Yang Rong | 1 | -2/+0 |
2017-11-01 | Docs: OCL_STRICT_CONFORMANCE is default-on since 1.1 | Rebecca N. Palmer | 1 | -3/+1 |
2017-11-01 | Docs: Fix grammar | Rebecca N. Palmer | 1 | -12/+12 |
2017-10-26 | Docs: Add Release 1.3.2 to NEWS. | Yang Rong | 1 | -0/+3 |
2017-10-26 | GBE: Fix a TBAA issue against llvm5.0. | Yang Rong | 1 | -1/+2 |
2017-10-09 | metainfo: escape ampersand | Igor Gnatenko | 1 | -1/+1 |
2017-09-21 | backend: use simd-1 for scalar dst in indirectMov. | Song, Ruiling | 1 | -14/+24 |
2017-09-21 | GBE: remove static context to fix Segmentation fault. | Yang Rong | 4 | -33/+39 |
2017-09-21 | GBE: enable llvm5.0 support. | Yang Rong | 6 | -33/+87 |
2017-09-21 | libocl: enable llvm5.0 support. | Yang Rong | 3 | -32/+59 |
2017-09-21 | libocl: Consider only bottom ilogb(2m-1)+1 bits | Jan Vesely | 1 | -30/+30 |
2017-09-21 | libocl: Add shuffle and shuffle2 builtins for half type | Jan Vesely | 2 | -0/+4 |
2017-09-21 | Runtime: implement clEnqueueAcquireGLObjects and clEnqueueReleaseGLObjects. | Yang Rong | 1 | -0/+150 |
2017-07-31 | Runtime: fix a build warning. | Yang, Rong R | 1 | -5/+6 |
2017-07-27 | GBE: fix a errMsg uninitialized build warning. | Yang, Rong R | 1 | -3/+3 |
2017-07-27 | Runtime: fix the context ref is not 0 assert when delete. | Yang, Rong R | 1 | -22/+8 |
2017-07-27 | backend: Fix a bug in load-store optimization. | Song, Ruiling | 1 | -25/+46 |
2017-07-27 | Runtime: fix a cl_gpgpu_bind_image_for_vme NULL SIGSEGV. | Yang, Rong R | 1 | -1/+2 |
2017-07-27 | cmake: add option OCL_ICD_INSTALL_PREFIX to set icd file install path. | Yang, Rong R | 1 | -12/+15 |
2017-07-20 | backend: refine global immediate optimization | rander | 1 | -4/+0 |
2017-07-20 | Fix GCC6 build bug | Pan Xiuli | 1 | -0/+1 |
2017-07-18 | backend: refine load store optimization | Song, Ruiling | 1 | -37/+88 |
2017-07-12 | add utest compiler_block_motion_estimate_intel for extension cl_intel_device_... | Luo Xionghu | 3 | -0/+224 |
2017-07-12 | add utest compiler_skip_check for extension cl_intel_device_side_avc_motion_e... | Luo Xionghu | 3 | -0/+244 |
2017-07-12 | add utest compiler_intra_prediction for extenstion cl_intel_device_side_avc_m... | Luo Xionghu | 3 | -1/+211 |
2017-07-12 | Implement extension cl_intel_device_side_avc_motion_estimation. | Chuanbo Weng | 32 | -36/+2282 |
2017-07-10 | Runtime: remove ctx's useless fileds. | Yang, Rong R | 3 | -43/+5 |
2017-07-10 | Utest: fix a build-in program leak. | Yang, Rong R | 1 | -0/+1 |
2017-07-10 | Runtime: fix a recurrent release context error. | Yang, Rong R | 1 | -10/+8 |
2017-07-06 | backend: improve add zero pattern | rander | 1 | -5/+5 |
2017-07-06 | utests: add utest for fdiv to rcp | rander | 3 | -1/+71 |
2017-07-06 | backend: refine fdiv to rcp at some cases | rander | 1 | -0/+28 |
2017-07-04 | backend: refine math log function | rander | 1 | -40/+10 |
2017-07-04 | backend: refine pow function | rander | 1 | -146/+148 |
2017-07-04 | Runtime: refine max group size for SKL & KBL | rander | 1 | -9/+9 |
2017-06-23 | backend: refine load/store merging algorithm | rander | 1 | -9/+78 |
2017-06-23 | backend: add global immediate optimization | rander | 1 | -25/+342 |
2017-06-23 | GBE: clean llvm module's clone and release. | Yang, Rong R | 10 | -58/+76 |
2017-06-22 | Add missed kernel names into built-in kernel list. | Yan Wang | 1 | -1/+16 |
2017-06-22 | Runtime: Add missing SKL deivce ID | Pan Xiuli | 2 | -1/+9 |
2017-06-16 | Fix context leak with internal kernels | Patrick Beaulieu | 1 | -1/+21 |