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
Age
Commit message (
Expand
)
Author
Files
Lines
2014-01-08
Start looking for LLVM from version 3.3 then higher version.
Simon Richter
2
-3
/
+8
2013-10-08
ICD dispatch table must be first
Simon Richter
1
-1
/
+1
2013-07-25
Add generated header and PCH to gitignore
Simon Richter
1
-0
/
+2
2013-07-25
Use access() instead of fopen() to search for PCH
Simon Richter
1
-3
/
+2
2013-07-08
Fix OpenCL C version format
Simon Richter
1
-1
/
+1
2013-06-21
Enable generation of convert_ and as_ functions for double
Simon Richter
2
-1
/
+775
2013-06-21
Define double vector types
Simon Richter
1
-0
/
+1
2013-06-21
Enable cl_khr_fp64 extension for OpenCL stdlib header
Simon Richter
1
-0
/
+4
2013-06-21
Add long and ulong types to generated functions.
Simon Richter
2
-1
/
+1219
2013-06-21
Define all convert_* functions.
Simon Richter
4
-23
/
+907
2013-06-21
Generate all supported as_* functions
Simon Richter
5
-7
/
+1236
2013-05-23
Add ICD dispatch table in cloned kernels
Simon Richter
1
-0
/
+1
2013-05-17
Add missing include of <limits>
Simon Richter
1
-0
/
+1
2013-05-17
Make libgbm optional without EGL support
Simon Richter
1
-4
/
+6
2013-05-17
Update gitignore files
Simon Richter
4
-1
/
+22
2013-05-17
Correct type of device properties
Simon Richter
1
-2
/
+2
2013-05-17
Add clGetDeviceInfo(..., CL_BUILT_IN_KERNELS, ...)
Simon Richter
3
-0
/
+4
2013-05-17
Define clamp(value, lower, upper)
Simon Richter
6
-21
/
+14
2013-04-24
Implement clGetDeviceInfo(..., CL_DRIVER_VERSION, ...)
Simon Richter
4
-2
/
+20
2013-04-24
Handle size queries in clGetDeviceInfo better
Simon Richter
1
-28
/
+14
2013-04-24
Add missing fmin() and fmax() overloads
Simon Richter
1
-0
/
+2
2013-04-24
Add missing select() overloads
Simon Richter
1
-0
/
+11
2013-04-24
Fix typo
Simon Richter
1
-1
/
+1
2013-04-22
Add typedefs for extension functions
Simon Richter
1
-0
/
+24
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
5
-44
/
+44
2013-04-19
Implement clGetMemObjectInfo
Simon Richter
3
-2
/
+68
2013-04-19
Fix pitch parameter in clCreateImage2D
Simon Richter
1
-1
/
+5
2013-04-18
Use "clang" command from PATH
Simon Richter
1
-2
/
+2
2013-04-18
Make EGL optional
Simon Richter
2
-5
/
+8
2013-04-18
Prefer versioned llvm-config
Simon Richter
1
-3
/
+3
2013-04-18
Accept glibc's implementation of memalign()
Simon Richter
1
-1
/
+1
2013-04-18
Implement KHR ICD extension
Simon Richter
25
-1
/
+297
2013-04-18
"Implement" clGetExtensionFunctionAddress()
Simon Richter
1
-1
/
+1
2013-04-18
Avoid extension names as preprocessor tokens
Simon Richter
3
-37
/
+34
2013-04-18
Fix typo in cl_get_platform_info function name
Simon Richter
3
-3
/
+3