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
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-01
Add AppStream metadata
Rebecca N. Palmer
1
-0
/
+5
2017-02-14
Enable OpenCL 2.0 only where supported
Pan Xiuli
1
-14
/
+32
2017-02-10
CMAKE: if user disable ICD support, must pass cmake option explicitly.
Yang Rong
1
-0
/
+1
2017-02-10
Add example of using cl_khr_gl_sharing to do gl buffer sharing.
Chuanbo Weng
1
-17
/
+17
2017-02-07
Add a CMake option for toggling OCL ICD Loader compatibility
Marek Szuba
1
-0
/
+3
2017-01-20
Bump version to 1.4.
Yang Rong
1
-1
/
+1
2016-12-30
CMake: add an option to enable OpenCL 2.0.
Yang, Rong R
1
-15
/
+41
2016-12-02
disable CMRT as default, since no real case reported
Guo, Yejun
1
-0
/
+5
2016-11-08
OCL20: Add OpenCL2.0 apis to icd.
Yang Rong
1
-2
/
+7
2016-11-08
OCL20: Add svm support.
Yang Rong
1
-2
/
+3
2016-09-12
Runtime: re-enable cl_khr_gl_sharing with existing egl extension.
Chuanbo Weng
1
-23
/
+16
2016-08-30
Bump version to 1.3.
Yang Rong
1
-1
/
+1
2016-07-20
CMAKE: Make utests and benchmark not build for default
Pan Xiuli
1
-2
/
+2
2016-07-06
Runtime: set the sub slice according to kernel pooled EU configure.
Yang Rong
1
-0
/
+12
2016-06-30
CMAKE: Use DRM_INTEL_LIBDIR for CHECK_LIBRARY_EXISTS path
Pan Xiuli
1
-3
/
+3
2016-06-23
CMake: use CHECK_LIBRARY_EXISTS to check the function instead of version.
Yang Rong
1
-11
/
+14
2016-05-25
CMakeLists: respect existing CMAKE_C/CXX_FLAGS
Ross Burton
1
-2
/
+2
2016-04-22
standalone utest for unified OpenCL implementation.
Luo Xionghu
1
-0
/
+2
2015-12-23
Runtime: because double's built-ins haven't completely support, so disable it...
Yang Rong
1
-0
/
+6
2015-12-09
make Beignet as intermedia layer of CMRT
Guo Yejun
1
-0
/
+6
2015-11-17
First reference beignet's CL header to build
Zhenyu Wang
1
-1
/
+3
2015-07-31
Bump master version to 1.2.
Yang Rong
1
-1
/
+1
2015-06-19
Add example to show v4l2 buffer sharing with extension clGetMemObjectFdIntel.
Chuanbo Weng
1
-14
/
+21
2015-03-24
BUGFIX: Prohibit 'make package' from doing system install of ICD vendor file
Brian Kloppenborg
1
-0
/
+1
2015-03-19
Query the driver directly for compute units and subslice
Jeff McGee
1
-0
/
+9
2015-03-19
Build: fix the beignet icd name when CMAKE_INSTALL_FULL_LIBDIR is undefined.
Zhigang Gong
1
-2
/
+8
2015-03-16
Bump to 1.1
Zhigang Gong
1
-1
/
+1
2015-03-02
Build: use -Bsymbolic to fix conflicts with other LLVM users.
Zhigang Gong
1
-1
/
+1
2015-02-27
Enable multiarch (32/64-bit co-installation)
Rebecca N. Palmer
1
-3
/
+18
2015-02-11
remove unsafe define -D__$(USER)__
Andreas Beckmann
1
-2
/
+0
2015-02-06
Add example to show libva buffer sharing with extension clCreateImageFromLibv...
Chuanbo Weng
1
-0
/
+28
2015-01-12
only build tests that do not need compiler when standalone compiler is provided
Guo Yejun
1
-0
/
+4
2015-01-12
add CMake option USE_STANDALONE_GBE_COMPILER and STANDALONE_GBE_COMPILER_DIR
Guo Yejun
1
-4
/
+11
2014-12-25
Remove deprecated fulsim code
Zhenyu Wang
1
-23
/
+1
2014-12-15
CL: Don't find mesa source code.
Zhigang Gong
1
-6
/
+6
2014-12-15
Fix a makefile bug for gcc is not the default compiler
Lv Meng
1
-2
/
+9
2014-11-19
re-enable userptr with fix: CPU access after GPU finishes the rendering
Guo Yejun
1
-7
/
+6
2014-11-18
Remove patch version on master branch.
Zhigang Gong
1
-1
/
+0
2014-11-14
Bump to 1.0.0.
Release_v1.0.0
Zhigang Gong
1
-2
/
+3
2014-11-13
runtime: disable userptr due to random fail.
Zhigang Gong
1
-6
/
+7
2014-11-07
support CL_MEM_USE_HOST_PTR with userptr for cl buffer
Guo Yejun
1
-2
/
+9
2014-10-14
Let the failure of intel_drm lib's check as a FATAL_ERROR
Junyan He
1
-1
/
+1
2014-10-14
Add the libdrm version check.
Junyan He
1
-1
/
+1
2014-09-16
Fix the bug of LLVM_LFLAGS fail to set
Junyan He
1
-1
/
+2
2014-09-12
Enable ICC and CLANG compiler for beignet
Lv Meng
1
-5
/
+33
2014-09-02
remove dependency for non-X runtime environment
Guo Yejun
1
-5
/
+6
2014-08-13
cmake: Fix a license issue.
Ruiling Song
1
-7
/
+0
2014-07-08
Build: Change versioning policy.
Zhigang Gong
1
-1
/
+0
2014-06-30
Bump to 0.9.1 (development version).
Zhigang Gong
1
-1
/
+1
2014-06-26
Bump to version 0.9.
Release_v0.9
Zhigang Gong
1
-2
/
+2
[next]