1. 26322fb Merge "[fxbug.dev] Migrate bug numbers" into main by Mitchell Kember · 4 months ago main
  2. 0d33234 [fxbug.dev] Migrate bug numbers by Mitchell Kember · 4 months ago
  3. 950d0d8 Merge "[fuchsia] update owners file" into main by Jaeheon Yi · 1 year, 4 months ago
  4. e46d0f0 [fuchsia] update owners file by Jaeheon Yi · 1 year, 4 months ago
  5. 9ef8b1f [lsc] Migrate to proper library headers by Yaneury Fermin · 1 year, 4 months ago
  6. 33f5df7 [opencl] Use //sdk/lib/component/incoming/cpp by Yaneury Fermin · 1 year, 6 months ago
  7. d547dbc [opencl] Migrate to `component_incoming_cpp` by Yaneury Fermin · 1 year, 6 months ago
  8. 288f306 [opencl] Add libsvc as runtime_dep by Yaneury Fermin · 1 year, 7 months ago
  9. 4ff1caf [opencl] Migrate to component::ConnectAt by Yaneury Fermin · 1 year, 7 months ago
  10. 15ecb49 [fidl] Replace BindSyncClient with WireSyncClient by Yifei Teng · 1 year, 8 months ago
  11. f5196b6 [build][fidl] Replace "llcpp" with "cpp/wire" in headers by Yifei Teng · 1 year, 10 months ago
  12. 0092c4c [build][fidl] Replace "_llcpp" with "_cpp_wire" by Yifei Teng · 1 year, 10 months ago
  13. c6f154a [opencl] Add Fuchsia loader to OpenCL-ICD-Loader by Jamie Howarth · 2 years, 4 months ago
  14. 676cfea [opencl] Fuchsia build for OpenCL-ICD-Loader by Jamie Howarth · 2 years, 6 months ago
  15. 4e65bd5 declare ret_val global variable static (#147) by Ben Ashbaugh · 2 years, 11 months ago v2021.06.30
  16. 2f24758 Fix compiler warnings (#148) by John Plate · 2 years, 11 months ago
  17. 99dec45 update ICD loader generation scripts to handle empty arguments (#150) by Ben Ashbaugh · 2 years, 11 months ago
  18. 9b5e384 Change OCL_ICD_LAYERS to OPENCL_LAYERS to conform to the specification. (#145) by Brice Videau · 3 years, 1 month ago v2021.04.29
  19. b68b15d do not add the API suffix macro to function definitions (#124) by Ben Ashbaugh · 3 years, 2 months ago
  20. 98768d3 Remove cl_gl_ext.h includes (#144) by James Price · 3 years, 2 months ago
  21. 5f82496 Replace uses of CL_EXT_{PRE,SUF}FIX* with CL_API_{PRE,SUF}FIX* (#142) by Kévin Petit · 3 years, 3 months ago
  22. 99df8d8 Removed uneeded lines in Cmakelists.txt file. (#141) by Brice Videau · 3 years, 3 months ago
  23. 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, 3 months ago
  24. 8631587 Fixed generators to better account for the lack of return value of clSVMFree. (#139) by Brice Videau · 3 years, 3 months ago
  25. 1d5315c Add C99 flag as last commit added some c99 variable declarations (#135) by John Kesapides · 3 years, 5 months ago v2020.12.18
  26. a4289e2 Layers (#125) by Brice Videau · 3 years, 5 months ago
  27. 34ef50a Add missing includes (#131) by James Price · 3 years, 5 months ago
  28. 460112e Switch from Travis CI to Github Actions (#132) by James Price · 3 years, 5 months ago
  29. b3b4833 Add force fPIC option by TP Boudreau · 4 years ago
  30. 4fdf7bc Minor fixes to Windows build to improve header include order resiliency (#126) by Jesse Natalie · 3 years, 7 months ago
  31. 6e02d35 remove CMake option for OpenCL 3.0 provisional (#121) by Ben Ashbaugh · 3 years, 7 months ago
  32. 2df1cbf Revert "Merge branch 'master' into master" by Ben Ashbaugh · 3 years, 8 months ago
  33. 97f0eb5 Merge branch 'master' into master by Nikhil Joshi · 3 years, 8 months ago
  34. 98ca71f Define CL_USE_DEPRECATED_OPENCL_2_{1,2}_APIS (#122) by James Price · 3 years, 8 months ago
  35. 1d12be0 skip testing except for icd loader project (#117) by Ben Ashbaugh · 3 years, 8 months ago
  36. b697982 Generate the ICD Loader Dispatch Functions (#114) by Ben Ashbaugh · 3 years, 8 months ago
  37. 862eebe correctly pass user_data to destructor callbacks by Ben Ashbaugh · 3 years, 10 months ago
  38. c7622e6 add clSetContextDestructorCallback by Ben Ashbaugh · 3 years, 10 months ago
  39. e546244 Update and modernize some aspects of CMake (#92) by Kenneth Benzie · 3 years, 11 months ago
  40. bbdf079 runtimeobject.lib should be lower case by Ben Ashbaugh · 4 years ago v2020.06.16
  41. c276388 expand ifdefs to remove include file dependencies by Ben Ashbaugh · 4 years ago
  42. bb98ad9 add an option to disable support for OpenCLOn12 by Ben Ashbaugh · 4 years ago
  43. 23475bd Add support for OpenCL 3.0 Provisional (#108) by Alastair Murray · 4 years ago
  44. fe09ad1 remove WDK dependency for OpenCL ICD loader (#102) by Ben Ashbaugh · 4 years, 1 month ago
  45. 47f05fa Add support for OpenCLOn12 ICD (#103) by Jesse Natalie · 4 years, 1 month ago
  46. 6d0b214 Add a path separator to OCL_ICD_VENDORS by Kenneth Benzie (Benie) · 4 years, 7 months ago
  47. 9acc3fc Make ret_val and ret_mem local to the functions in which they are used. by Dr I J Ormshaw · 4 years, 2 months ago
  48. c7fda8b Corrected inconsistent indentation by John Alexander · 4 years, 3 months ago v2020.03.13
  49. 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, 3 months ago
  50. 37173c4 Fix to allow windows ICD detection to detect AMD ICD drivers by John Alexander · 4 years, 3 months ago
  51. cd14f8c Use API function pointer and dispatch table definitions from the CL headers by Kevin Petit · 4 years, 11 months ago
  52. 8f7f56d Fix indentation with previous changes by Nikhil Joshi · 4 years, 4 months ago
  53. 1deed30 Merge branch 'origin/para-virtual-fixes' by Nikhil Joshi · 4 years, 4 months ago
  54. b20d7b0 Update nikhiljnv:master with Khronos:master by Nikhil Joshi · 4 years, 4 months ago
  55. 0b3756e Remove link-time dependency on WDK by Nikhil Joshi · 4 years, 7 months ago
  56. 59185fd Update branch with Khronos GitHub Master branch. by Nikhil Joshi · 4 years, 7 months ago
  57. 978b4b3 Use QueryAdapter APIs as per MS directives by Nikhil Joshi · 4 years, 10 months ago
  58. 53f2054 Refactor ICD loader windows header files by Nikhil Joshi · 4 years, 7 months ago
  59. e8b332d Update status based on DXGK and HKR enumearation by Nikhil Joshi · 4 years, 8 months ago
  60. b57177d Bump up OpenCL ICD Loader version by Nikhil Joshi · 4 years, 8 months ago
  61. 0787274 Merge pull request #10 from KhronosGroup/master by Nikhil Joshi · 4 years, 8 months ago
  62. 49d7c9e Minor fixes to cleanup Windows para-virtualization changes by Nikhil Joshi · 4 years, 8 months ago
  63. 6c03f8b added checks for high integrity for Windows secure_getenv by bashbaug · 4 years, 9 months ago
  64. fa993e4 Free adapter names and add check for DXGI interface queries by Nikhil Joshi · 4 years, 8 months ago
  65. ea04c7d Add return value checks for adapterAdd. by Nikhil Joshi · 4 years, 8 months ago
  66. 3ad1189 Fix variable naming, array size and cleanup paths. by Nikhil Joshi · 4 years, 9 months ago
  67. f5bf89e Minor fixes to para-virtualization support by Nikhil Joshi · 4 years, 9 months ago
  68. bee550f Merge branch 'KhronosGroup-master' into new_para_virtual by Nikhil Joshi · 4 years, 9 months ago
  69. 84c7740 Update nikhiljnv:new_para_virtual with Khronos master by Nikhil Joshi · 4 years, 9 months ago
  70. e6e30ab Install to standard locations using GNUInstallDirs by Craig Andrews · 4 years, 10 months ago
  71. ebbcd14 Use QueryAdapter APIs as per MS directives by Nikhil Joshi · 4 years, 10 months ago
  72. bc9728e increase loader rev for environment variable support by bashbaug · 4 years, 10 months ago
  73. ea822f0 need to include a lower-case windows.h for cross-compilation by bashbaug · 4 years, 10 months ago
  74. 82bda03 initial ICD loader environment variable support (#77) by Ben Ashbaugh · 4 years, 10 months ago
  75. 702226f Merge pull request #7 from KhronosGroup/master by Nikhil Joshi · 4 years, 11 months ago
  76. 467f286 Windows 10 RS4 Support for the OpenCL ICD Loader w/ Build Option (#78) by Ben Ashbaugh · 4 years, 11 months ago
  77. 4adae11 add CI badges for travis-ci and appveyor by bashbaug · 5 years ago
  78. 25e7faa basic appveyor enabling by bashbaug · 5 years ago
  79. 5ca2496 simple travis CI enabling by bashbaug · 5 years ago
  80. 26a1ca1 fix README typos by bashbaug · 5 years ago
  81. beb4352 removed non-CMake build files updated README with CMake build instructions by bashbaug · 5 years ago
  82. 6894b53 Use QueryAdapter APIs as per MS directives by Nikhil Joshi · 5 years ago
  83. 89138ca Windows 10 RS4 support for OpenCL ICD as per MS directive by nikhiljnv · 5 years ago
  84. 880d771 Downstream MinGW fixes by Morris Hafner · 5 years ago
  85. 7d2584c Create directory tree, fix warnings, cmake improvements (#58) by Ben Ashbaugh · 5 years ago
  86. 7433f2a Option to allow for dynamic linking with VC++ Runtime (#60) by Artur Harasimiuk · 5 years ago
  87. 66ecca5 Do parameter validation in clGetExtensionFunctionAddress by Alastair Murray · 5 years ago
  88. 1716c1f Statically link with VC++ Runtime (#57) by Artur Harasimiuk · 5 years ago
  89. 3cb852a fix compilation with VS2010 by Michael Eiler · 7 years ago
  90. b30c815 Update icd_windows.c (#51) by cos-public · 5 years ago
  91. e7d9330 Change header license to Apache 2.0 (#53) by Khronos Group Webmaster · 5 years ago
  92. d0f452d switch README from plain text to markdown by bashbaug · 5 years ago
  93. 44f384a Create LICENSE by Khronos Group Webmaster · 5 years ago
  94. bee421e Delete LICENSE.txt by Khronos Group Webmaster · 5 years ago
  95. 21aa894 Fix bugs encountered while building with VS 2017 64bit (#39) by SilverCamel · 5 years ago
  96. c262c83 Use PROJECT_SOURCE_DIR in CMakefile by Kedar Patil · 5 years ago
  97. 61e1a77 Update .gitignore to ignore build directory (#42) by mancoast · 5 years ago
  98. 34183b3 Add option to build static library. by Kedar Patil · 6 years ago
  99. 8088dd3 add extension function comments by bashbaug · 6 years ago
  100. 261c128 Support building on macOS (#40) by Kévin Petit · 6 years ago