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_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-07-02
Implement API clGetKernelInfo
Ruiling Song
1
-2
/
+23
2013-07-02
Implement clGetContextInfo
Ruiling Song
1
-18
/
+23
2013-06-27
CL: remove the deprecated function clSetCommandQueueProperty.
Zhigang Gong
1
-13
/
+0
2013-06-26
Refine the get_local_id/... builtins.
Zhigang Gong
1
-1
/
+1
2013-06-26
Add the support of the API: clGetCommandQueueInfo
Junyan He
1
-26
/
+37
2013-06-19
update to OpenCL 1.1 header
Homer Hsing
1
-0
/
+9
2013-06-19
add the support of clGetProgramBuildInfo and clGetProgramInfo
Junyan He
1
-4
/
+91
2013-06-19
Support multi-source CL program
Ruiling Song
1
-1
/
+4
2013-06-14
Refine error check in clCreateProgramFromSource() and clCreateKernel()
Ruiling Song
1
-4
/
+11
2013-06-14
Refine error check in clCreateCommandQueue()
Ruiling Song
1
-0
/
+9
2013-06-06
Refine error check in clCreateContext()
Ruiling Song
1
-2
/
+25
2013-06-06
Refine error check in clGetDeviceIDs()
Ruiling Song
1
-0
/
+37
2013-06-06
Refine error check in clGetPlatformIDs() and clGetPlatformInfo()
Ruiling Song
1
-0
/
+9
2013-06-05
GBE: Add two builtin functions get_work_dim / get_global_offset.
Zhigang Gong
1
-0
/
+1
2013-05-27
Correct clEnqueueReadBuffer, clEnqueueWriteBuffer and clEnqueueMapBuffer
Dag Lem
1
-19
/
+85
2013-05-23
Fix several CL error code return bugs
Dag Lem
1
-20
/
+22
2013-05-21
Corrected return of error code in clCreateImage.
Dag Lem
1
-1
/
+1
2013-05-21
Implement clEnqueueReadImage and clEnqueueWriteImage.
Dag Lem
1
-6
/
+162
2013-05-21
Implement clEnqueueMapImage.
Dag Lem
1
-6
/
+69
2013-05-17
Stubs for C++ Bindings
Dag Lem
1
-0
/
+25
2013-05-08
enable image3d_t
Homer Hsing
1
-2
/
+22
2013-05-08
clEnqueueNDRangeKernel: fix for segfault caused by empty local_work_size
Mario Kicherer
1
-10
/
+3
2013-05-07
enable clGetContextInfo with CL_CONTEXT_DEVICES
Mario Kicherer
1
-1
/
+18
2013-04-22
Add cl*Intel to extension function lookup
Simon Richter
1
-2
/
+16
2013-04-22
Rename Intel specific extension functions for ICD
Simon Richter
1
-18
/
+18
2013-04-22
Add clIntelMapBufferGTT, clIntelUnmapBufferGTT, cl_mem_map_gtt and cl_mem_unm...
Homer Hsing
1
-0
/
+23
2013-04-19
Implement clGetMemObjectInfo
Simon Richter
1
-2
/
+5
2013-04-18
Implement KHR ICD extension
Simon Richter
1
-1
/
+8
2013-04-18
"Implement" clGetExtensionFunctionAddress()
Simon Richter
1
-1
/
+1
2013-04-18
Fix typo in cl_get_platform_info function name
Simon Richter
1
-1
/
+1
2013-04-12
Enable the clFlush.
Zhigang Gong
1
-1
/
+4
2013-04-10
implement clCreateContextFromType()
Lu Guanqun
1
-2
/
+20
2013-04-10
fix one typo for clCreateContextFromType()
Lu Guanqun
1
-1
/
+1
2013-04-10
implement OCL 1.2 new APIs.
Zhigang Gong
1
-9
/
+37
2013-04-10
fix the sign-compare warning
Lu Guanqun
1
-1
/
+1
2013-04-10
implement blocking mode of clEnqueueUnmapMemObject
Homer Hsing
1
-2
/
+1
2013-04-10
implement blocking mode of clEnqueueMapBuffer
Homer Hsing
1
-2
/
+7
2013-04-10
Implement clEnqueueWriteBuffer
Homer Hsing
1
-2
/
+9
2013-03-29
update headers to OpenCL 1.2 standards
Lu Guanqun
1
-6
/
+6
2013-03-29
pass build-options of clBuildProgram to clang compiler
Homer Hsing
1
-1
/
+1
2012-11-08
Added support for llvm 3.1
Benjamin Segovia
1
-1
/
+1
2012-08-10
Added first test for stack handling
Benjamin Segovia
1
-1
/
+9
2012-08-10
Added first support for compilation from source
Benjamin Segovia
1
-12
/
+19
2012-08-10
Made most of the very basic pieces for the simulation parts
Benjamin Segovia
1
-5
/
+5
2012-08-10
Made EOT work on simulator
Benjamin Segovia
1
-18
/
+0
2012-08-10
Started to inject the new compiler API
Benjamin Segovia
1
-0
/
+14
2012-08-10
Removed Gen6 Stripped out all dependencies from previous compiler Added a dep...
Benjamin Segovia
1
-14
/
+0
2012-08-10
Plasma specific changes
ojomer
1
-0
/
+18
2012-08-10
Implemented API functions related to samplers
bsegovia
1
-9
/
+22
2012-08-10
Finished first support for image2D. Right now, we only support linear formats
bsegovia
1
-9
/
+27
[next]