1. 18fdcd5 Use _icd2_tag fields from https://github.com/KhronosGroup/OpenCL-Headers/pull/280. (#252) by Brice Videau · 5 weeks ago upstream/main
  2. b7bd280 Prevent windows library unloading at process termination. (#275) by Brice Videau · 9 weeks ago upstream/v2026.05.29
  3. 9f26060 fix the include directories for the plugin_test (#279) by Ben Ashbaugh · 10 weeks ago
  4. dfa960b remove use of the cl_khr_icd2.h header (#278) by Ben Ashbaugh · 10 weeks ago
  5. d71a5da update one more ICD loader version for OpenCL 3.1 (#277) by Ben Ashbaugh · 10 weeks ago
  6. 9403359 Bump softprops/action-gh-release from 1 to 3 in the github-actions group (#276) by dependabot[bot] · 10 weeks ago
  7. e3fae46 OpenCL ICD Loader updates for OpenCL 3.1 (#273) by Ben Ashbaugh · 10 weeks ago
  8. b07d900 feat: add support for GNU/Hurd (#272) by Pino Toscano · 4 months ago
  9. b1c5753 Add static link libs to OpenCL.pc (#263) by Kai Pastor · 5 months ago
  10. 71ea2a6 Static fixes (#270) by Brice Videau · 5 months ago
  11. 405c4be Added an OpenCL deinitialization test and plugin infrastructure. (#268) by Brice Videau · 5 months ago
  12. c987c97 OpenCL ICD Loader Deinitialization Support (#250) by Brice Videau · 6 months ago
  13. fc13ff1 update copyright dates to 2026 (#267) by Ben Ashbaugh · 6 months ago
  14. 634ef47 Dispatch table generation. Rename to main dispatch. (#266) by Brice Videau · 9 months ago
  15. ecb20fb Switch to __CL_HAS_ANON_UNION__ macro (#264) by Jose Lopez · 9 months ago
  16. 02134b0 Prevent clGetExtensionFunctionAddressForPlatform from returning ICD-specific symbols. (#253) by Brice Videau · 11 months ago
  17. cfb99ae Make android paths easier to override (#260) by Romaric Jodin · 11 months ago
  18. f234761 Test builds with and without C extensions. (#258) by Brice Videau · 12 months ago
  19. 6245403 Address anonymous union initialization when extensions are disabled. (#257) by Brice Videau · 12 months ago
  20. f9873de update the README build status badge link (#259) by Ben Ashbaugh · 12 months ago
  21. ad770a1 remove cl_khr_icd2.h from CMake sources (#255) by Ben Ashbaugh · 12 months ago upstream/v2025.07.22
  22. 9482bbe Fix nameless union initialization. (#254) by Brice Videau · 1 year, 1 month ago
  23. ddf6c70 cl_khr_icd2.h: include cl header (#251) by Romaric Jodin · 1 year, 3 months ago
  24. 86448ce cl_khr_icd 2.0.0 loader managed dispatch (#238) by Brice Videau · 1 year, 4 months ago
  25. d547426 feat: add compatibility support for QNX Neutrino (#248) by Xi Guo · 1 year, 4 months ago
  26. d615f1b use two-step casting to silence incompatible function type warning (#249) by Ben Ashbaugh · 1 year, 4 months ago
  27. 9228024 Fix Wcast-qual warning on windows (#244) by Evgenii Kudriashov · 1 year, 9 months ago
  28. 5907ac1 Temporarily disable PPA builds (#243) by Nagy-Egri Máté Ferenc · 1 year, 9 months ago upstream/v2024.10.24
  29. 804b6f0 Fix Wcast-qual warning. (#241) by Haonan Yang · 1 year, 10 months ago
  30. 3d27d7c Disable gcc-11 on macos (#237) by Brice Videau · 2 years ago
  31. c2cbdb3 Updated CI, added CD (#226) by Lőrinc Serfőző · 2 years, 1 month ago
  32. 861b68b Fix still reachable leaks in loader tests. (#234) by Brice Videau · 2 years, 5 months ago upstream/v2024.05.08
  33. 932d826 Fix memory leaks in loader_test. (#233) by Brice Videau · 2 years, 5 months ago
  34. 5383646 Explicitly mark compareLayer as __cdecl (#231) by Jesse Natalie · 2 years, 5 months ago
  35. 229410f add const to fix compiler warnings (#222) by Ben Ashbaugh · 3 years, 2 months ago upstream/v2023.12.14
  36. 0b8be9f CTS cache (#221) by Brice Videau · 3 years, 2 months ago
  37. 66bdb19 Add function prototype for clGetICDLoaderInfoOCLICD using function type. (#219) by Brice Videau · 3 years, 2 months ago
  38. 920ecb6 Update generated code to reflect recent xml updates. (#218) by Brice Videau · 3 years, 3 months ago
  39. ee329ed Remove cl_icdl_private.h as it is now unneeded. (#210) by Brice Videau · 3 years, 3 months ago
  40. b1bce7c replaces calls to LoadLibrary with explicit calls to LoadLibraryA (#216) by Ben Ashbaugh · 3 years, 3 months ago upstream/v2023.04.17
  41. 617580b add extension API function pointer checks (#196) by Ben Ashbaugh · 3 years, 4 months ago
  42. ba84239 add the CL_NO_NON_ICD_DISPATCH_EXTENSION_PROTOTYPES compile definition (#213) by Ben Ashbaugh · 3 years, 4 months ago
  43. f558a17 Ci fix 2 (#215) by Brice Videau · 3 years, 4 months ago
  44. ece9144 Update path to pkg-config header file. (#207) by Brice Videau · 3 years, 5 months ago
  45. b0f1c3c Fix VERSIONINFO for llvm-rc (#206) by Gloria · 3 years, 5 months ago
  46. 2cde5d0 Add first prototype of cllayerinfo. (#175) by Brice Videau · 3 years, 6 months ago upstream/v2023.02.06
  47. 217a177 Fixes #204 with support for compiling with -fvisibility=hidden (#205) by gmeeker · 3 years, 6 months ago
  48. 6ceb5d2 Added OpenCL.pc file. (#190) by Brice Videau · 3 years, 6 months ago
  49. 9a3e962 do not use CMake defines for ICD loader name and vendor strings (#203) by Ben Ashbaugh · 3 years, 8 months ago
  50. 551a74d Implement clGetICDLoaderInfoOCLICD. (#188) by Brice Videau · 3 years, 8 months ago
  51. 8f51613 dynamically load functions for OpenCLon12 (#197) by Ben Ashbaugh · 3 years, 8 months ago
  52. f573575 clean up usage of CL_API_ENTRY (#189) by Ben Ashbaugh · 3 years, 8 months ago
  53. e009e32 fix MacOS CI (#198) by Ben Ashbaugh · 3 years, 8 months ago
  54. 96c536e OpenCL ICD Loader Fixes for mingw (#186) by Ben Ashbaugh · 3 years, 8 months ago
  55. 349f335 fix an incorrect KHR_ICD_ASSERT #193 by Ben Ashbaugh · 3 years, 8 months ago
  56. c5a6e01 add FreeBSD define to icd_platform.h (#185) by Ben Ashbaugh · 3 years, 10 months ago
  57. 4aa6837 Rewrite CLOn12 loader in C (#179) by Jesse Natalie · 3 years, 10 months ago upstream/v2022.09.23 upstream/v2022.09.30
  58. 7305673 System layer implementation. (#154) by Brice Videau · 3 years, 10 months ago
  59. 2e35ae7 Move khrIcdInitializeTrace call to platform initialization so it is only called once. (#180) by Brice Videau · 3 years, 11 months ago
  60. 7072cf2 Fix Windows enumeration for non-WDDM devices via HKR (#178) by Nikhil Joshi · 4 years, 1 month ago
  61. 5b280f6 Install PDBs (#169) by Nagy-Egri Máté Ferenc · 4 years, 2 months ago
  62. eaf36a6 Windows CI fix (#176) by Brice Videau · 4 years, 2 months ago upstream/v2022.05.18
  63. 792682a Fix handle validation macros (#174) by Brice Videau · 4 years, 3 months ago
  64. b5c4285 update README badges to reflect CI changes (#172) by Ben Ashbaugh · 4 years, 3 months ago
  65. aec3952 Fix Windows compilation error for Trace mechanism (#171) by Chunyang Dai · 4 years, 3 months ago
  66. 5d9177e Enable trace by OCL_ICD_ENABLE_TRACE environment variable (#168) by Chunyang Dai · 4 years, 3 months ago
  67. c8490f9 Match OpenCL-Docs default branch rename (#166) by Alastair Murray · 4 years, 5 months ago
  68. cd7d07c Renamed BUILD_SHARED_LIBS option (#163) by Leon Brands · 4 years, 6 months ago
  69. b7a648b OpenCL-SDK base changes (#160) by Nagy-Egri Máté Ferenc · 4 years, 6 months ago
  70. 169f05d Fix: stat was done on an incomplete file path. (#161) by Brice Videau · 4 years, 7 months ago upstream/v2022.01.04
  71. d08d0e6 Pedantic (#159) by Brice Videau · 4 years, 7 months ago
  72. 3756f5f Remove const warning (#158) by Ronan Keryell · 4 years, 8 months ago
  73. 4e65bd5 declare ret_val global variable static (#147) by Ben Ashbaugh · 5 years ago upstream/v2021.06.30
  74. 2f24758 Fix compiler warnings (#148) by John Plate · 5 years ago
  75. 99dec45 update ICD loader generation scripts to handle empty arguments (#150) by Ben Ashbaugh · 5 years ago
  76. 9b5e384 Change OCL_ICD_LAYERS to OPENCL_LAYERS to conform to the specification. (#145) by Brice Videau · 5 years ago upstream/v2021.04.29
  77. b68b15d do not add the API suffix macro to function definitions (#124) by Ben Ashbaugh · 5 years ago
  78. 98768d3 Remove cl_gl_ext.h includes (#144) by James Price · 5 years ago
  79. 5f82496 Replace uses of CL_EXT_{PRE,SUF}FIX* with CL_API_{PRE,SUF}FIX* (#142) by Kévin Petit · 5 years ago
  80. 99df8d8 Removed uneeded lines in Cmakelists.txt file. (#141) by Brice Videau · 5 years ago
  81. 1cacbf8 Removed cl_icd_layer.h as it is now in the OpenCL-Headers repository under CL/cl_layer.h. (#140) by Brice Videau · 5 years ago
  82. 8631587 Fixed generators to better account for the lack of return value of clSVMFree. (#139) by Brice Videau · 5 years ago
  83. 1d5315c Add C99 flag as last commit added some c99 variable declarations (#135) by John Kesapides · 6 years ago upstream/v2020.12.18
  84. a4289e2 Layers (#125) by Brice Videau · 6 years ago
  85. 34ef50a Add missing includes (#131) by James Price · 6 years ago
  86. 460112e Switch from Travis CI to Github Actions (#132) by James Price · 6 years ago
  87. b3b4833 Add force fPIC option by TP Boudreau · 6 years ago
  88. 4fdf7bc Minor fixes to Windows build to improve header include order resiliency (#126) by Jesse Natalie · 6 years ago
  89. 6e02d35 remove CMake option for OpenCL 3.0 provisional (#121) by Ben Ashbaugh · 6 years ago
  90. 2df1cbf Revert "Merge branch 'master' into master" by Ben Ashbaugh · 6 years ago
  91. 97f0eb5 Merge branch 'master' into master by Nikhil Joshi · 6 years ago
  92. 98ca71f Define CL_USE_DEPRECATED_OPENCL_2_{1,2}_APIS (#122) by James Price · 6 years ago
  93. 1d12be0 skip testing except for icd loader project (#117) by Ben Ashbaugh · 6 years ago
  94. b697982 Generate the ICD Loader Dispatch Functions (#114) by Ben Ashbaugh · 6 years ago
  95. 862eebe correctly pass user_data to destructor callbacks by Ben Ashbaugh · 6 years ago
  96. c7622e6 add clSetContextDestructorCallback by Ben Ashbaugh · 6 years ago
  97. e546244 Update and modernize some aspects of CMake (#92) by Kenneth Benzie · 6 years ago
  98. bbdf079 runtimeobject.lib should be lower case by Ben Ashbaugh · 6 years ago upstream/v2020.06.16
  99. c276388 expand ifdefs to remove include file dependencies by Ben Ashbaugh · 6 years ago
  100. bb98ad9 add an option to disable support for OpenCLOn12 by Ben Ashbaugh · 6 years ago