ocl-icd
2013-01-16  Brice VideauNew version
2013-01-16  Brice Videaufix bug when loading a correct icd *after* rejecting one
2012-12-05  Vincent DanjeanDefault platform is now specified
2012-12-05  Vincent Danjean[build] lower requirement on autoconf
2012-12-04  Brice VideauAdded windows specific functions to the table, then...
2012-10-05  Vincent DanjeanImplement clGetICDLoaderInfoOCLICD extension with a...
2012-10-05  Vincent Danjeancleanup code
2012-10-05  Vincent DanjeanclGetExtensionFunctionAddress should return only extens...
2012-10-05  Vincent DanjeanFix bug for dumping the internal ICD structure
2012-09-14  Vincent DanjeanMerge branch 'master'
2012-09-14  Vincent DanjeanNew release
2012-09-14  Vincent DanjeanNew release
2012-09-14  Vincent Danjean[doc] fix another typo found by lintian
2012-09-14  Vincent Danjean[doc] remove unused synopsis
2012-09-14  Vincent Danjean[doc] fix typo found by lintian
2012-09-13  Vincent DanjeanNew release
2012-09-13  Vincent DanjeanAdd documentation, mainly for envvar
2012-09-12  Vincent DanjeanAdd a test for the Intel workaround
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 DanjeanForce order in output of check programs
2012-09-10  Vincent Danjeanfix 'make distcheck'
2012-09-10  Vincent DanjeanBuild test programs before entering tests/ subdir
2012-09-10  Vincent DanjeanFix log with strange behavior of clGetExtensionFunction...
2012-09-10  Vincent DanjeanFix re-entrancy in DEBUG mode while initializing.
2012-09-06  Vincent DanjeanUpdate testsuite with the new entry
2012-09-06  Vincent DanjeanMerge branch 'origin/master'
2012-09-06  Vincent DanjeanMigrate to autotest
2012-09-06  Brice VideauFound entry 92, clCreateEventFromGLsyncKHR.
2012-09-06  Vincent DanjeanAllow OCL_ICD_VENDORS to directly provide the ICD libra...
2012-09-06  Vincent Danjeaninclude stdlib.h for getenv and atoi
2012-09-06  Vincent DanjeanCheck the avaibility of OpenCL headers (version 1.2)
2012-09-03  Vincent DanjeanNew release
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 DanjeanNew release
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-08-30  Vincent Danjean[fix] Use OpenCL supported version as version in OpenCL.pc
2012-07-19  Vincent Danjean[build] avoid deprecated function warning in debug
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-24  Vincent DanjeanNew release
2012-06-24  Vincent DanjeanCheck if compiler support flags to disable expected...
2012-06-24  Vincent DanjeanAdd a pkg-config file for ICD libraries
2012-06-20  Vincent DanjeanMerge branch 'master' of git+ssh://scm.forge.imag.fr...
2012-06-20  Vincent DanjeanFix compilation when updating database
2012-06-20  Brice VideauAdded -Wno-deprecated-declarations options to compile...
2012-06-20  Vincent DanjeanNew release without autogenerated files
2012-06-20  Vincent DanjeanDistribute all required files
2012-06-20  Vincent DanjeanDo not distribute built sources
2012-06-20  Vincent DanjeanCorrectly remove created directories
2012-06-20  Vincent DanjeanNew release
2012-06-20  Vincent DanjeanWhitelist known missing functions in ICD Loader
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 DanjeanSwich to autotools
2012-06-19  Vincent DanjeanAdd support for using alternate vendors configuration...
2012-06-14  Brice VideauAdded clGetGLContextInfoKHR to the loader.
2012-06-14  vdanjeanImprove debug mode
2012-06-14  vdanjeanAdd a easy way to disable DEBUG in Makefile
2012-06-13  vdanjeanFix Changelog
2012-06-13  vdanjeanBump version to 1.1
2012-06-13  vdanjeanFind a new entry manually (74) and another one (92...
2012-06-13  vdanjeanDo not look for *EXT or *KHR functions by name
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  vdanjeanCleanup again
2012-06-13  vdanjeanRename files and cleanup includes
2012-06-13  vdanjeanFormat YAML output ourself
2012-06-08  vdanjeanAdd missing include in ocl_icd_test.c
2012-06-06  vdanjeanNew version
2012-06-06  vdanjeanCorrectly detect no platforms when no /etc/OpenCL/vendo...
2012-06-06  vdanjeanReal release 1.0 (changelog updated)
2012-06-06  vdanjeanRelease 1.0
2012-06-06  vdanjeanGenerate and use a map symbol file
2012-06-06  videauAdded version and symbol association.
2012-06-06  videauRTLD_DEEPBIND seemed to cause problems with intelocl...
2012-06-05  videauAdded clGetExtensionFunctionAddress at its most probabl...
2012-06-05  videauAdded clUnloadCompiler at its most propable place in...
2012-06-05  videauCopyright change.
2012-06-01  vdanjeancleanup ocl_icd.h
2012-06-01  vdanjeanCleanup and comment the Makefile
2012-06-01  vdanjeanAdd a message in ocl_icd_test when no plateform is...
2012-06-01  vdanjeanrelease 1.0 beta2
2012-06-01  vdanjeanFix soname
2012-06-01  videauFixed typo in Makefile
2012-06-01  vdanjeanAdd myself in copyright
2012-06-01  vdanjeanAdd 'install', 'dist', 'distcheck' targets in Makefile
2012-06-01  vdanjeanforce deep binding so that OpenCL implementation use...
2012-06-01  vdanjeanCleanup clean/distclean Makefile rules
2012-06-01  vdanjeanUpdate database from OpenCL 1.2 headers and AMD impleme...
next