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
2014-06-20
cl/driver: fix the incorrect handling of 1D array.
Zhigang Gong
2
-32
/
+34
2014-06-20
Enable the 1D and 2D image support in run time.
Junyan He
2
-20
/
+62
2014-06-19
Fix an event status bug.
Yang Rong
4
-8
/
+32
2014-06-19
Try to use drm render nodes.
Abrahm Scully
2
-0
/
+34
2014-06-19
Fix build with mesa 10.1.
Abrahm Scully
1
-3
/
+3
2014-06-19
Fix linking to X11 libraries.
Abrahm Scully
1
-1
/
+1
2014-06-18
add binary type support for compiled object and library.
Luo
5
-17
/
+102
2014-06-17
fix clEnqueueMarkerWithWaitList bug when input event is null.
Luo
2
-7
/
+9
2014-06-17
driver: fix a potential Null reference.
Zhigang Gong
1
-0
/
+2
2014-06-16
Fix a clEnqueueBarrierWithWaitList event status bug.
Yang Rong
1
-6
/
+10
2014-06-13
utests: use OpenCL 1.2 API for image related test cases.
Zhigang Gong
1
-8
/
+0
2014-06-13
clean code to remove gbe_kernel_set_const_buffer_size
Guo Yejun
2
-7
/
+0
2014-06-13
add [opencl-1.2] clUnloadPlatformCompiler implementation
Luo
2
-2
/
+8
2014-06-13
Implement the clEnqueueMigrateMemObjects API
Junyan He
4
-1
/
+55
2014-06-13
GBE: Enable some implemented Opencl 1.2 functions in icd table.
Zhigang Gong
1
-11
/
+11
2014-06-13
Add the clGetKernelArgInfo api and misc help functions
Junyan He
5
-0
/
+122
2014-06-13
add [opencl-1.2] API clLinkProgram.
Luo
5
-1
/
+112
2014-06-13
add [opencl-1.2] API clCompileProgram.
Luo
5
-2
/
+151
2014-06-13
add [opencl-1.2] API clCreateSubDevice.
Luo
4
-3
/
+27
2014-06-13
add [opencl-1.2] API clEnqueueBarrierWithWaitList.
Luo
6
-33
/
+148
2014-06-13
Add the support for 1D image from buffer.
Junyan He
6
-2
/
+153
2014-06-13
Add checks for clCreateImage and add 1d image creating logic
Junyan He
2
-6
/
+54
2014-06-13
add [opencl-1.2] API clCreateProgramWithBuiltInKernels.
Luo
6
-1
/
+138
2014-06-13
add [opencl 1.2] API clEnqueueMarkerWithWaitList.
Luo
3
-5
/
+42
2014-06-13
Implement the clEnqueueFillBuffer API.
Junyan He
8
-6
/
+268
2014-06-13
Add the kernels used by clEnqueueBufferFill API
Junyan He
6
-1
/
+51
2014-06-12
relax the build dependency on Gen GPU
Guo Yejun
1
-3
/
+5
2014-06-12
Fix the same kernel name issue of OCL_OUTPUT_KERNEL_PERF
Yongjia Zhang
3
-40
/
+92
2014-06-12
HSW: Fix potential issue of GT3 when calc stack address.
Yang Rong
2
-0
/
+10
2014-06-12
Handle the difference timestamp count, got from drm_intel_reg_read.
Yang Rong
1
-18
/
+44
2014-06-12
remove RTLD_DEEPBIND to avoid stdc++ issues
Guo Yejun
8
-171
/
+206
2014-06-11
fix issue when create cl image from libva with offset
Guo Yejun
3
-3
/
+5
2014-06-11
Add the printf logic into the run time.
Junyan He
6
-0
/
+204
2014-06-11
GBE: increase batch size to relax the max reloc restriction.
Zhigang Gong
1
-1
/
+1
2014-06-09
remove the code of saving the llvm bitcode to file, replace it with llvm::Module
Luo
1
-1
/
+1
2014-06-09
Handle server IVB GT2.
Abrahm Scully
2
-1
/
+5
2014-06-09
Add some lost pci id into GetGenID.sh
Junyan He
1
-1
/
+1
2014-06-09
HSW: Restore L3 control register to disable SLM mode.
Yang Rong
1
-1
/
+24
2014-06-09
HSW: enable the surface's cache in HSW.
Yang Rong
5
-28
/
+61
2014-06-09
HSW: Set correct max work group size for GT2 and GT3.
Yang Rong
2
-2
/
+9
2014-06-04
add DRM_LIBDIR path into link directory list
Li Peng
1
-1
/
+1
2014-06-04
refine code for the usage of set_image_base_index
Guo Yejun
3
-6
/
+7
2014-05-30
Refine the cl thread implement for queue.
Junyan He
6
-76
/
+192
2014-05-30
Fix timestamp on HASWELL
Li Peng
3
-12
/
+20
2014-05-30
extract libgbeinterp.so from runtime (libcl.so)
Guo Yejun
6
-27
/
+218
2014-05-28
Return CL_IMAGE_FORMAT_NOT_SUPPORTED if image_format is not supported.
Yang Rong
3
-4
/
+11
2014-05-28
Silence compilation warnings when release build.
Yang Rong
1
-5
/
+5
2014-05-28
Silence some compilation warnings.
Zhigang Gong
1
-3
/
+3
2014-05-28
separate runtime(libcl.so) and compiler(libgbe.so)
Guo Yejun
8
-5
/
+141
2014-05-28
GBE: fix baytrail L3 cache configuration.
Zhigang Gong
1
-1
/
+1
[prev]
[next]