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
/
cl_context.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-10
Runtime: remove ctx's useless fileds.
Yang, Rong R
1
-6
/
+0
2017-07-10
Runtime: fix a recurrent release context error.
Yang, Rong R
1
-10
/
+8
2017-06-16
Fix context leak with internal kernels
Patrick Beaulieu
1
-1
/
+21
2017-05-18
Create image with TILE_Y mode still when image size>128MB for performance.
Yan Wang
1
-0
/
+6
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-01-06
Fix a event notify bug.
Junyan He
1
-3
/
+8
2016-12-30
OCL20: handle device enqueue in runtime.
Yang, Rong R
1
-0
/
+17
2016-12-28
Runtime: fix fill image event assert and some SVM rebase error.
Yang, Rong R
1
-13
/
+1
2016-12-28
Refine list related functions.
Junyan He
1
-12
/
+12
2016-12-16
refine clCreateCommandQueue and clRetainCommandQueue.
Junyan He
1
-26
/
+0
2016-12-16
Add multi devices support in context.
Junyan He
1
-6
/
+37
2016-11-08
OCL20: add svm enqueue apis and svm's sub buffer support.
Yang Rong
1
-2
/
+3
2016-11-08
OCL20: Add svm support.
Yang Rong
1
-0
/
+29
2016-09-23
Delete all the verbose locks and use list to store CL objects.
Junyan He
1
-14
/
+139
2016-09-02
Runtime: Apply base object to cl_context
Junyan He
1
-6
/
+4
2015-11-10
Add extensions intel_accelerator and basic intel_motion_estimation.
Chuanbo Weng
1
-0
/
+1
2015-07-17
Remove deprecated function cl_context_get_static_kernel().
Zhigang Gong
1
-62
/
+11
2015-07-17
runtime: fix a builtin-kernel related thread safe bug.
Zhigang Gong
1
-7
/
+15
2015-07-06
runtime: Use cl_get_platform_default to replace global value.
Junyan He
1
-1
/
+1
2015-06-30
use self test to determine enable/or disable atomics in L3 for HSW.
Luo Xionghu
1
-0
/
+1
2014-11-11
License: adjust all license version to LGPL v2.1+.
Zhigang Gong
1
-1
/
+1
2014-06-24
implement API clEnqueueFillImage.
Luo
1
-1
/
+1
2014-06-13
add [opencl-1.2] API clCreateProgramWithBuiltInKernels.
Luo
1
-0
/
+8
2014-06-13
Implement the clEnqueueFillBuffer API.
Junyan He
1
-6
/
+73
2014-05-30
Refine the cl thread implement for queue.
Junyan He
1
-1
/
+0
2014-01-07
Fix the multi-thread crash problem of batch buffer release.
Junyan He
1
-0
/
+1
2013-11-07
Runtime: fix the length of properties.
Zhigang Gong
1
-0
/
+1
2013-10-10
Implement the clEnqueueCopyBuffer API using internal binary kernel
Junyan He
1
-0
/
+26
2013-09-09
Add api clEnqueueCopyImage.
Yang Rong
1
-0
/
+25
2013-08-30
Add pfn_notify support in clCreateContext.
Yang Rong
1
-1
/
+4
2013-07-12
improve clCreateContext conformance
Homer Hsing
1
-0
/
+18
2013-07-02
Implement clGetContextInfo
Ruiling Song
1
-3
/
+11
2013-06-26
Add the support of the API: clGetCommandQueueInfo
Junyan He
1
-0
/
+1
2013-06-14
Refine error check in clCreateCommandQueue()
Ruiling Song
1
-4
/
+1
2013-06-06
Refine error check in clCreateContext()
Ruiling Song
1
-20
/
+1
2013-05-23
Fix several CL error code return bugs
Dag Lem
1
-0
/
+1
2013-04-18
Implement KHR ICD extension
Simon Richter
1
-0
/
+2
2013-03-29
First implementation for extension cl_khr_gl_sharing.
Zhigang Gong
1
-19
/
+50
2012-08-10
Added all the call backs to support the simulator. The simulator does nothing...
Benjamin Segovia
1
-1
/
+0
2012-08-10
Made the structure naming more consistent
Benjamin Segovia
1
-1
/
+1
2012-08-10
Removed all direct dependencies to the intel driver (ie files contained in in...
Benjamin Segovia
1
-14
/
+8
2012-08-10
Added more call backs to abstract the driver back end
Benjamin Segovia
1
-2
/
+2
2012-08-10
Implemented SIMD8 for IVB (only tested on Fulsim but should work out of the b...
bsegovia
1
-3
/
+8
2012-08-10
Removed some useless code in cl_utils.h Started to implement support for samp...
bsegovia
1
-0
/
+1
2012-08-10
Started to remove genx_driver files
bsegovia
1
-2
/
+2
2012-08-10
Cleaned and simplified CMakeLists file Fixed some warnings with latest GCC
bsegovia
1
-5
/
+4
2012-08-10
Added all miniCL files
bsegovia
1
-0
/
+205