index
:
beignet
OCL20
Release_v0.9.x
Release_v1.0
Release_v1.1
Release_v1.2
Release_v1.3
master
newRT
Beignet OpenCL Library for Intel Ivy Bridge and newer GPUs (mirrored from https://gitlab.freedesktop.org/beignet/beignet)
keithp
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-27
Runtime: fix the context ref is not 0 assert when delete.
Yang, Rong R
1
-22
/
+8
2017-07-27
Runtime: fix a cl_gpgpu_bind_image_for_vme NULL SIGSEGV.
Yang, Rong R
1
-1
/
+2
2017-07-12
Implement extension cl_intel_device_side_avc_motion_estimation.
Chuanbo Weng
6
-3
/
+148
2017-07-10
Runtime: remove ctx's useless fileds.
Yang, Rong R
3
-43
/
+5
2017-07-10
Runtime: fix a recurrent release context error.
Yang, Rong R
1
-10
/
+8
2017-07-04
Runtime: refine max group size for SKL & KBL
rander
1
-9
/
+9
2017-06-23
GBE: clean llvm module's clone and release.
Yang, Rong R
3
-1
/
+7
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
2017-06-16
Runtime: Add new API enums for cl_intel_required_subgroup_size extension
Pan Xiuli
5
-0
/
+40
2017-06-14
Use aligned16 and aligne4 kernel to copy for large 3D image with TILE_Y.
Yan Wang
7
-37
/
+149
2017-06-13
Optimize clEnqueueWriteImageByKernel and clEnqueuReadImageByKernel.
Yan Wang
1
-7
/
+18
2017-06-13
Fix bug of clEnqueueUnmapMemObjectForKernel and clEnqueueMapImageByKernel.
Yan Wang
1
-34
/
+113
2017-06-13
Add clFinish for guarantee the kernel copying is finished when create TILE_Y ...
Yan Wang
1
-0
/
+7
2017-06-13
Add cl_mem_record_map_mem_for_kernel() for record map adress for TILE_Y image...
Yan Wang
2
-26
/
+88
2017-06-09
Runtime: Fix a mssing llvm version marco for LLVM40+
Pan Xiuli
1
-1
/
+1
2017-05-25
Fix bug of clEnqueueCopyBufferToImage and clEnqueueCopyImageToBuffer.
Yan Wang
5
-28
/
+89
2017-05-25
build: fix cmake code generation dependencies.
Ismo Puustinen
1
-2
/
+2
2017-05-18
Implement TILE_Y large image in clEnqueueWriteImage.
Yan Wang
1
-0
/
+46
2017-05-18
Implement TILE_Y large image in clEnqueueReadImage.
Yan Wang
1
-0
/
+55
2017-05-18
Implement TILE_Y large image in clEnqueueMapImage and clEnqueueUnmapMemObject.
Yan Wang
1
-0
/
+111
2017-05-18
Create image with TILE_Y mode still when image size>128MB for performance.
Yan Wang
4
-6
/
+111
2017-05-15
GLK: add geminilake runtime support.
Yang Rong
2
-2
/
+47
2017-05-15
GLK: add Geminilake pciids.
Yang Rong
1
-1
/
+8
2017-03-23
Limit get_program_global_data() calls to OpenCL 2.0
Jan Beich
1
-2
/
+4
2017-03-17
intel: Check that we can reserve the zero-offset
Yang Rong
1
-11
/
+20
2017-03-13
add extension cl_intel_media_block_io READ related function
Luo Xionghu
1
-0
/
+1
2017-03-13
add extension intel_planar_yuv.
Luo Xionghu
9
-24
/
+217
2017-03-07
CMAKE: Refine builtin kernel bin generator
Pan Xiuli
1
-7
/
+7
2017-02-14
Runtime: add a warning when load gen binary fail.
Yang Rong
1
-0
/
+1
2017-02-14
Runtime: fix get non support type device bug.
Yang Rong
2
-4
/
+8
2017-02-14
Enable OpenCL 2.0 only where supported
Pan Xiuli
5
-8
/
+18
2017-02-14
Enable support for two-component 16-bit planes
Mark Thompson
1
-0
/
+2
2017-02-10
Free context devices on context release
Giuseppe Bilotta
1
-0
/
+1
2017-02-10
Fix obvious copy-paste
Giuseppe Bilotta
1
-1
/
+1
2017-02-10
API: Fix local memory type to CL_LOCAL
Pan Xiuli
4
-4
/
+4
2017-02-08
Typo in error message
Giuseppe Bilotta
1
-1
/
+1
2017-02-06
Make CL-GL sharing available via ICD
Rebecca N. Palmer
1
-12
/
+16
2017-01-19
Android.mk: update Android.mk for android build.
Yang Rong
1
-3
/
+15
2017-01-11
Add some pointer access check.
Yang Rong
3
-1
/
+5
2017-01-11
Fix two bugs about command queue destroy.
Junyan He
2
-1
/
+4
2017-01-09
Fail, don't assert, if unable to create context
Rebecca N. Palmer
1
-3
/
+5
2017-01-06
Runtime: Fix a event bug.
Yang Rong
1
-7
/
+21
2017-01-06
Fix a event notify bug.
Junyan He
4
-48
/
+27
2017-01-05
Fix two bugs about event.
Junyan He
2
-16
/
+13
2016-12-30
Runtime: fix a profiling fail.
Yang Rong
3
-23
/
+6
2016-12-30
Runtime: add the head file to avoid implicit declaration of function ‘cl_de...
Yang Rong
1
-0
/
+1
2016-12-30
OCL20: handle device enqueue in runtime.
Yang, Rong R
15
-700
/
+1006
2016-12-30
OCL20: add a cl_kernel pointer to gpgpu.
Yang, Rong R
4
-5
/
+31
[next]