Avoid using types not supported by OpenCL headers in ocl_icd.h
[ocl-icd] / ocl_icd_loader.c
2014-09-01  Aaron WatryDon't read past the potential end of the lib_path string
2014-09-01  Aaron WatryFix directory resource leak
2013-12-03  Vincent DanjeanRefactor code for selection of default platform
2013-12-02  Vincent DanjeanRewrote initialization comments
2013-11-20  Brice VideauIf we have no valid platforms non can be valid.
2013-11-20  Brice VideauMoved some declarations to the header as they are neede...
2013-10-23  Vincent DanjeanAlso check for NULL events
2013-10-23  Vincent DanjeanRefactor code and compilation fix in clGetGLContextInfoKHR
2013-10-23  Brice VideauAdded platform checking for clGetGLContextInfoKHR.
2013-10-23  Brice VideauCode cleanup.
2013-10-23  Brice Videaucl_platform_id s provided by users to clCreateContext...
2013-10-23  Brice VideauCheck for platform validity. Could be improved.
2013-10-23  Brice VideauIndentation fix
2013-10-22  Vincent DanjeanFix missing NULL argument handling in clCreateContext
2013-03-28  Brice VideauSmall potential bugfix and hopefull norm interpretation...
2013-02-11  Vincent DanjeanMerge branch 'master' of git+ssh://scm.forge.imag.fr...
2013-01-16  Brice Videaufix bug when loading a correct icd *after* rejecting one
2012-12-05  Vincent DanjeanDefault platform is now specified
2012-10-05  Vincent DanjeanImplement clGetICDLoaderInfoOCLICD extension with a...
2012-10-05  Vincent DanjeanclGetExtensionFunctionAddress should return only extens...
2012-10-05  Vincent DanjeanFix bug for dumping the internal ICD structure
2012-09-12  Vincent DanjeanWorkaround for a bug in intel ICD with optimus
2012-09-12  Vincent DanjeanCleanup and fix debug ifdef
2012-09-11  Vincent DanjeanImprove OCL_ICD_VENDORS envvar
2012-09-10  Vincent DanjeanFix re-entrancy in DEBUG mode while initializing.
2012-09-06  Vincent DanjeanAllow OCL_ICD_VENDORS to directly provide the ICD libra...
2012-09-03  Vincent DanjeanMake initialisation more robust
2012-09-03  Vincent DanjeanFix race in initialization on pthread programs
2012-09-03  Vincent DanjeanMerge branch 'master' of git+ssh://scm.forge.imag.fr...
2012-08-30  Vincent Danjean[debug] More debug info
2012-08-30  Vincent Danjean[bug fix] clCreateContextFromType can have a NULL prope...
2012-08-30  Vincent Danjean[bug fix] Initialize the library in all possible first...
2012-07-19  Vincent Danjean[build] ignore warnings of OpenCL headers even with...
2012-07-19  Vincent Danjean[build] cleanup code
2012-07-19  Vincent Danjean[debug] improve platform dump
2012-06-26  Brice VideauCode factoring and race condition reduction.
2012-06-20  Vincent Danjeancleanup code and add additionnal tests
2012-06-19  Vincent DanjeanMerge remote-tracking branch 'origin/master'
2012-06-19  Vincent DanjeanCleanup debug, refactor libdummycl
2012-06-19  Vincent DanjeanCorrect iteration in vendors/ directory
2012-06-19  Vincent DanjeanAdd support for using alternate vendors configuration...
2012-06-14  vdanjeanImprove debug mode
2012-06-13  vdanjeanCleanup debug
2012-06-13  vdanjeanRewrite ICD loader
2012-06-13  vdanjeanAdd visibility("hidden") for all but public symbols
2012-06-13  vdanjeanRename files and cleanup includes