index
:
platform/upstream/OpenCL-ICD-Loader
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_unified
master
tizen
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Graphics System / GL; Licenses: Apache-2.0;
Gwanglim Lee <gl77.lee@samsung.com>, Joonbum Ko <joonbum.ko@samsung.com>, SooChan Lim <sc1.lim@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-11
Add spec file for Tizen (#1)
tizen_9.0_m2_release
tizen_8.0_m2_release
tizen_7.0_m2_release
submit/tizen/20220315.071947
accepted/tizen/unified/20220315.205456
accepted/tizen/9.0/unified/20241030.231954
accepted/tizen/8.0/unified/20231005.094600
accepted/tizen/7.0/unified/hotfix/20221116.110543
accepted/tizen/7.0/unified/20221110.060246
tizen_9.0
tizen_8.0
tizen_7.0_hotfix
tizen_7.0
tizen
accepted/tizen_unified
accepted/tizen_9.0_unified
accepted/tizen_8.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_7.0_unified
Xuelian Bai/Visual Experience Platform Lab /SRC-Nanjing/Staff Engineer/Samsung Electronics
2
-0
/
+56
2021-12-15
Fix: stat was done on an incomplete file path. (#161)
upstream/v2022.01.04
upstream
Brice Videau
1
-24
/
+33
2021-12-14
Pedantic (#159)
Brice Videau
15
-71
/
+98
2021-12-01
Remove const warning (#158)
Ronan Keryell
1
-4
/
+4
2021-06-30
declare ret_val global variable static (#147)
Ben Ashbaugh
1
-1
/
+1
2021-06-30
Fix compiler warnings (#148)
John Plate
4
-19
/
+31
2021-06-21
update ICD loader generation scripts to handle empty arguments (#150)
Ben Ashbaugh
1
-0
/
+6
2021-03-30
Change OCL_ICD_LAYERS to OPENCL_LAYERS to conform to the specification. (#145)
Brice Videau
2
-4
/
+4
2021-03-12
do not add the API suffix macro to function definitions (#124)
Ben Ashbaugh
3
-301
/
+301
2021-03-12
Remove cl_gl_ext.h includes (#144)
James Price
6
-6
/
+0
2021-02-21
Replace uses of CL_EXT_{PRE,SUF}FIX* with CL_API_{PRE,SUF}FIX* (#142)
Kévin Petit
5
-88
/
+88
2021-02-17
Removed uneeded lines in Cmakelists.txt file. (#141)
Brice Videau
1
-2
/
+0
2021-02-12
Removed cl_icd_layer.h as it is now in the OpenCL-Headers repository under CL...
Brice Videau
5
-71
/
+3
2021-02-05
Fixed generators to better account for the lack of return value of clSVMFree....
Brice Videau
4
-2
/
+18
2020-12-11
Add C99 flag as last commit added some c99 variable declarations (#135)
John Kesapides
1
-0
/
+2
2020-12-09
Layers (#125)
Brice Videau
24
-125
/
+8326
2020-12-04
Add missing includes (#131)
James Price
3
-1
/
+3
2020-12-04
Switch from Travis CI to Github Actions (#132)
James Price
3
-19
/
+25
2020-10-08
Add force fPIC option
TP Boudreau
1
-0
/
+3
2020-10-08
Minor fixes to Windows build to improve header include order resiliency (#126)
Jesse Natalie
3
-4
/
+9
2020-10-06
remove CMake option for OpenCL 3.0 provisional (#121)
Ben Ashbaugh
12
-143
/
+68
2020-09-28
Revert "Merge branch 'master' into master"
Ben Ashbaugh
8
-34
/
+20
2020-09-28
Merge branch 'master' into master
Nikhil Joshi
8
-20
/
+34
2020-09-08
Define CL_USE_DEPRECATED_OPENCL_2_{1,2}_APIS (#122)
James Price
1
-0
/
+8
2020-09-08
skip testing except for icd loader project (#117)
Ben Ashbaugh
1
-2
/
+6
2020-09-08
Generate the ICD Loader Dispatch Functions (#114)
Ben Ashbaugh
7
-2617
/
+3163
2020-07-30
correctly pass user_data to destructor callbacks
Ben Ashbaugh
1
-4
/
+4
2020-07-30
add clSetContextDestructorCallback
Ben Ashbaugh
9
-1
/
+103
2020-06-25
Update and modernize some aspects of CMake (#92)
Kenneth Benzie
2
-3
/
+4
2020-05-08
runtimeobject.lib should be lower case
Ben Ashbaugh
1
-1
/
+1
2020-05-08
expand ifdefs to remove include file dependencies
Ben Ashbaugh
1
-5
/
+12
2020-05-08
add an option to disable support for OpenCLOn12
Ben Ashbaugh
3
-0
/
+14
2020-05-07
Add support for OpenCL 3.0 Provisional (#108)
Alastair Murray
9
-4
/
+316
2020-04-23
remove WDK dependency for OpenCL ICD loader (#102)
Ben Ashbaugh
5
-97
/
+146
2020-04-16
Add support for OpenCLOn12 ICD (#103)
Jesse Natalie
5
-3
/
+205
2020-04-15
Add a path separator to OCL_ICD_VENDORS
Kenneth Benzie (Benie)
2
-4
/
+4
2020-04-06
Make ret_val and ret_mem local to the functions in which they are used.
Dr I J Ormshaw
6
-125
/
+181
2020-02-26
Corrected inconsistent indentation
John Alexander
2
-7
/
+7
2020-02-26
Incorporating PR refinement requests so REG_MULTI_SZ is handled in the HKR co...
John Alexander
3
-4
/
+15
2020-02-26
Fix to allow windows ICD detection to detect AMD ICD drivers
John Alexander
1
-3
/
+9
2020-02-09
Use API function pointer and dispatch table definitions from the CL headers
Kevin Petit
1
-1413
/
+10
2020-01-21
Fix indentation with previous changes
Nikhil Joshi
1
-6
/
+6
2020-01-13
Merge branch 'origin/para-virtual-fixes'
Nikhil Joshi
11
-141
/
+213
2020-01-10
Update nikhiljnv:master with Khronos:master
Nikhil Joshi
26
-419
/
+633
2019-12-18
Remove link-time dependency on WDK
Nikhil Joshi
4
-48
/
+43
2019-10-10
Update branch with Khronos GitHub Master branch.
Nikhil Joshi
1
-1
/
+1
2019-10-07
Use QueryAdapter APIs as per MS directives
Nikhil Joshi
10
-55
/
+216
2019-10-04
Refactor ICD loader windows header files
Nikhil Joshi
5
-8
/
+31
2019-09-24
Update status based on DXGK and HKR enumearation
Nikhil Joshi
1
-4
/
+9
2019-09-19
Bump up OpenCL ICD Loader version
Nikhil Joshi
1
-1
/
+1
[next]