1. c2cbdb3 Updated CI, added CD (#226) by Lőrinc Serfőző · 7 weeks ago upstream/main
  2. 861b68b Fix still reachable leaks in loader tests. (#234) by Brice Videau · 6 months ago upstream/v2024.05.08
  3. 932d826 Fix memory leaks in loader_test. (#233) by Brice Videau · 6 months ago
  4. 5383646 Explicitly mark compareLayer as __cdecl (#231) by Jesse Natalie · 6 months ago
  5. 229410f add const to fix compiler warnings (#222) by Ben Ashbaugh · 1 year, 2 months ago upstream/v2023.12.14
  6. 0b8be9f CTS cache (#221) by Brice Videau · 1 year, 3 months ago
  7. 66bdb19 Add function prototype for clGetICDLoaderInfoOCLICD using function type. (#219) by Brice Videau · 1 year, 3 months ago
  8. 920ecb6 Update generated code to reflect recent xml updates. (#218) by Brice Videau · 1 year, 3 months ago
  9. ee329ed Remove cl_icdl_private.h as it is now unneeded. (#210) by Brice Videau · 1 year, 3 months ago
  10. b1bce7c replaces calls to LoadLibrary with explicit calls to LoadLibraryA (#216) by Ben Ashbaugh · 1 year, 4 months ago upstream/v2023.04.17
  11. 617580b add extension API function pointer checks (#196) by Ben Ashbaugh · 1 year, 4 months ago
  12. ba84239 add the CL_NO_NON_ICD_DISPATCH_EXTENSION_PROTOTYPES compile definition (#213) by Ben Ashbaugh · 1 year, 4 months ago
  13. f558a17 Ci fix 2 (#215) by Brice Videau · 1 year, 4 months ago
  14. ece9144 Update path to pkg-config header file. (#207) by Brice Videau · 1 year, 5 months ago
  15. b0f1c3c Fix VERSIONINFO for llvm-rc (#206) by Gloria · 1 year, 5 months ago
  16. 2cde5d0 Add first prototype of cllayerinfo. (#175) by Brice Videau · 1 year, 6 months ago upstream/v2023.02.06
  17. 217a177 Fixes #204 with support for compiling with -fvisibility=hidden (#205) by gmeeker · 1 year, 7 months ago
  18. 6ceb5d2 Added OpenCL.pc file. (#190) by Brice Videau · 1 year, 7 months ago
  19. 9a3e962 do not use CMake defines for ICD loader name and vendor strings (#203) by Ben Ashbaugh · 1 year, 8 months ago
  20. 551a74d Implement clGetICDLoaderInfoOCLICD. (#188) by Brice Videau · 1 year, 8 months ago
  21. 8f51613 dynamically load functions for OpenCLon12 (#197) by Ben Ashbaugh · 1 year, 9 months ago
  22. f573575 clean up usage of CL_API_ENTRY (#189) by Ben Ashbaugh · 1 year, 9 months ago
  23. e009e32 fix MacOS CI (#198) by Ben Ashbaugh · 1 year, 9 months ago
  24. 96c536e OpenCL ICD Loader Fixes for mingw (#186) by Ben Ashbaugh · 1 year, 9 months ago
  25. 349f335 fix an incorrect KHR_ICD_ASSERT #193 by Ben Ashbaugh · 1 year, 9 months ago
  26. c5a6e01 add FreeBSD define to icd_platform.h (#185) by Ben Ashbaugh · 1 year, 10 months ago
  27. 4aa6837 Rewrite CLOn12 loader in C (#179) by Jesse Natalie · 1 year, 11 months ago upstream/v2022.09.23 upstream/v2022.09.30
  28. 7305673 System layer implementation. (#154) by Brice Videau · 1 year, 11 months ago
  29. 2e35ae7 Move khrIcdInitializeTrace call to platform initialization so it is only called once. (#180) by Brice Videau · 1 year, 11 months ago
  30. 7072cf2 Fix Windows enumeration for non-WDDM devices via HKR (#178) by Nikhil Joshi · 2 years, 2 months ago
  31. 5b280f6 Install PDBs (#169) by Nagy-Egri Máté Ferenc · 2 years, 3 months ago
  32. eaf36a6 Windows CI fix (#176) by Brice Videau · 2 years, 3 months ago upstream/v2022.05.18
  33. 792682a Fix handle validation macros (#174) by Brice Videau · 2 years, 3 months ago
  34. b5c4285 update README badges to reflect CI changes (#172) by Ben Ashbaugh · 2 years, 3 months ago
  35. aec3952 Fix Windows compilation error for Trace mechanism (#171) by Chunyang Dai · 2 years, 3 months ago
  36. 5d9177e Enable trace by OCL_ICD_ENABLE_TRACE environment variable (#168) by Chunyang Dai · 2 years, 4 months ago
  37. c8490f9 Match OpenCL-Docs default branch rename (#166) by Alastair Murray · 2 years, 5 months ago
  38. cd7d07c Renamed BUILD_SHARED_LIBS option (#163) by Leon Brands · 2 years, 6 months ago
  39. b7a648b OpenCL-SDK base changes (#160) by Nagy-Egri Máté Ferenc · 2 years, 7 months ago
  40. 169f05d Fix: stat was done on an incomplete file path. (#161) by Brice Videau · 2 years, 8 months ago upstream/v2022.01.04
  41. d08d0e6 Pedantic (#159) by Brice Videau · 2 years, 8 months ago
  42. 3756f5f Remove const warning (#158) by Ronan Keryell · 2 years, 8 months ago
  43. 4e65bd5 declare ret_val global variable static (#147) by Ben Ashbaugh · 3 years, 1 month ago upstream/v2021.06.30
  44. 2f24758 Fix compiler warnings (#148) by John Plate · 3 years, 1 month ago
  45. 99dec45 update ICD loader generation scripts to handle empty arguments (#150) by Ben Ashbaugh · 3 years, 1 month ago
  46. 9b5e384 Change OCL_ICD_LAYERS to OPENCL_LAYERS to conform to the specification. (#145) by Brice Videau · 3 years, 4 months ago upstream/v2021.04.29
  47. b68b15d do not add the API suffix macro to function definitions (#124) by Ben Ashbaugh · 3 years, 5 months ago
  48. 98768d3 Remove cl_gl_ext.h includes (#144) by James Price · 3 years, 5 months ago
  49. 5f82496 Replace uses of CL_EXT_{PRE,SUF}FIX* with CL_API_{PRE,SUF}FIX* (#142) by Kévin Petit · 3 years, 5 months ago
  50. 99df8d8 Removed uneeded lines in Cmakelists.txt file. (#141) by Brice Videau · 3 years, 6 months ago
  51. 1cacbf8 Removed cl_icd_layer.h as it is now in the OpenCL-Headers repository under CL/cl_layer.h. (#140) by Brice Videau · 3 years, 6 months ago
  52. 8631587 Fixed generators to better account for the lack of return value of clSVMFree. (#139) by Brice Videau · 3 years, 6 months ago
  53. 1d5315c Add C99 flag as last commit added some c99 variable declarations (#135) by John Kesapides · 3 years, 8 months ago upstream/v2020.12.18
  54. a4289e2 Layers (#125) by Brice Videau · 3 years, 8 months ago
  55. 34ef50a Add missing includes (#131) by James Price · 3 years, 8 months ago
  56. 460112e Switch from Travis CI to Github Actions (#132) by James Price · 3 years, 8 months ago
  57. b3b4833 Add force fPIC option by TP Boudreau · 4 years, 2 months ago
  58. 4fdf7bc Minor fixes to Windows build to improve header include order resiliency (#126) by Jesse Natalie · 3 years, 10 months ago
  59. 6e02d35 remove CMake option for OpenCL 3.0 provisional (#121) by Ben Ashbaugh · 3 years, 10 months ago
  60. 2df1cbf Revert "Merge branch 'master' into master" by Ben Ashbaugh · 3 years, 10 months ago
  61. 97f0eb5 Merge branch 'master' into master by Nikhil Joshi · 3 years, 10 months ago
  62. 98ca71f Define CL_USE_DEPRECATED_OPENCL_2_{1,2}_APIS (#122) by James Price · 3 years, 11 months ago
  63. 1d12be0 skip testing except for icd loader project (#117) by Ben Ashbaugh · 3 years, 11 months ago
  64. b697982 Generate the ICD Loader Dispatch Functions (#114) by Ben Ashbaugh · 3 years, 11 months ago
  65. 862eebe correctly pass user_data to destructor callbacks by Ben Ashbaugh · 4 years ago
  66. c7622e6 add clSetContextDestructorCallback by Ben Ashbaugh · 4 years ago
  67. e546244 Update and modernize some aspects of CMake (#92) by Kenneth Benzie · 4 years, 1 month ago
  68. bbdf079 runtimeobject.lib should be lower case by Ben Ashbaugh · 4 years, 3 months ago upstream/v2020.06.16
  69. c276388 expand ifdefs to remove include file dependencies by Ben Ashbaugh · 4 years, 3 months ago
  70. bb98ad9 add an option to disable support for OpenCLOn12 by Ben Ashbaugh · 4 years, 3 months ago
  71. 23475bd Add support for OpenCL 3.0 Provisional (#108) by Alastair Murray · 4 years, 3 months ago
  72. fe09ad1 remove WDK dependency for OpenCL ICD loader (#102) by Ben Ashbaugh · 4 years, 3 months ago
  73. 47f05fa Add support for OpenCLOn12 ICD (#103) by Jesse Natalie · 4 years, 4 months ago
  74. 6d0b214 Add a path separator to OCL_ICD_VENDORS by Kenneth Benzie (Benie) · 4 years, 10 months ago
  75. 9acc3fc Make ret_val and ret_mem local to the functions in which they are used. by Dr I J Ormshaw · 4 years, 4 months ago
  76. c7fda8b Corrected inconsistent indentation by John Alexander · 4 years, 6 months ago upstream/v2020.03.13
  77. 1c3a10a Incorporating PR refinement requests so REG_MULTI_SZ is handled in the HKR codepath, adding KHR_ICD_TRACE messages and incrementing the revision version number by John Alexander · 4 years, 6 months ago
  78. 37173c4 Fix to allow windows ICD detection to detect AMD ICD drivers by John Alexander · 4 years, 6 months ago
  79. cd14f8c Use API function pointer and dispatch table definitions from the CL headers by Kevin Petit · 5 years ago
  80. 8f7f56d Fix indentation with previous changes by Nikhil Joshi · 4 years, 7 months ago
  81. 1deed30 Merge branch 'origin/para-virtual-fixes' by Nikhil Joshi · 4 years, 7 months ago
  82. b20d7b0 Update nikhiljnv:master with Khronos:master by Nikhil Joshi · 4 years, 7 months ago
  83. 0b3756e Remove link-time dependency on WDK by Nikhil Joshi · 4 years, 9 months ago
  84. 59185fd Update branch with Khronos GitHub Master branch. by Nikhil Joshi · 4 years, 10 months ago
  85. 978b4b3 Use QueryAdapter APIs as per MS directives by Nikhil Joshi · 5 years ago
  86. 53f2054 Refactor ICD loader windows header files by Nikhil Joshi · 4 years, 10 months ago
  87. e8b332d Update status based on DXGK and HKR enumearation by Nikhil Joshi · 4 years, 10 months ago
  88. b57177d Bump up OpenCL ICD Loader version by Nikhil Joshi · 4 years, 11 months ago
  89. 0787274 Merge pull request #10 from KhronosGroup/master by Nikhil Joshi · 4 years, 11 months ago
  90. 49d7c9e Minor fixes to cleanup Windows para-virtualization changes by Nikhil Joshi · 4 years, 11 months ago
  91. 6c03f8b added checks for high integrity for Windows secure_getenv by bashbaug · 5 years ago
  92. fa993e4 Free adapter names and add check for DXGI interface queries by Nikhil Joshi · 5 years ago
  93. ea04c7d Add return value checks for adapterAdd. by Nikhil Joshi · 5 years ago
  94. 3ad1189 Fix variable naming, array size and cleanup paths. by Nikhil Joshi · 5 years ago
  95. f5bf89e Minor fixes to para-virtualization support by Nikhil Joshi · 5 years ago
  96. bee550f Merge branch 'KhronosGroup-master' into new_para_virtual by Nikhil Joshi · 5 years ago
  97. 84c7740 Update nikhiljnv:new_para_virtual with Khronos master by Nikhil Joshi · 5 years ago
  98. e6e30ab Install to standard locations using GNUInstallDirs by Craig Andrews · 5 years ago
  99. ebbcd14 Use QueryAdapter APIs as per MS directives by Nikhil Joshi · 5 years ago
  100. bc9728e increase loader rev for environment variable support by bashbaug · 5 years ago