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