Add clTerminateContextKHR in testsuite
[ocl-icd] / NEWS
1
2 Version 2.0.1
3 =============
4
5 Vincent Danjean (4):
6       [doc] fix typo found by lintian
7       [doc] remove unused synopsis
8       [doc] fix another typo found by lintian
9       New release
10
11 Version 2.0
12 =============
13
14 Brice Videau (1):
15       Found entry 92, clCreateEventFromGLsyncKHR.
16
17 Vincent Danjean (16):
18       Check the avaibility of OpenCL headers (version 1.2)
19       include stdlib.h for getenv and atoi
20       Allow OCL_ICD_VENDORS to directly provide the ICD library name to load
21       Migrate to autotest
22       Update testsuite with the new entry
23       Fix re-entrancy in DEBUG mode while initializing.
24       Fix log with strange behavior of clGetExtensionFunctionAddressForPlatform on Intel
25       Build test programs before entering tests/ subdir
26       fix 'make distcheck'
27       Force order in output of check programs
28       Improve OCL_ICD_VENDORS envvar
29       Cleanup and fix debug ifdef
30       Workaround for a bug in intel ICD with optimus
31       Add a test for the Intel workaround
32       Add documentation, mainly for envvar
33       New release
34
35 Version 1.5
36 =============
37
38 Brice Videau (1):
39       Code factoring and race condition reduction.
40
41 Vincent Danjean (4):
42       Merge branch 'master'
43       Fix race in initialization on pthread programs
44       Make initialisation more robust
45       New release
46
47 Version 1.4
48 =============
49
50 Vincent Danjean (9):
51       [debug] improve platform dump
52       [build] cleanup code
53       [build] ignore warnings of OpenCL headers even with -Werror
54       [build] avoid deprecated function warning in debug
55       [fix] Use OpenCL supported version as version in OpenCL.pc
56       [bug fix] Initialize the library in all possible first functions
57       [bug fix] clCreateContextFromType can have a NULL properties
58       [debug] More debug info
59       New release
60
61 Version 1.3
62 =============
63
64 Brice Videau (1):
65       Added -Wno-deprecated-declarations options to compile files that need it.
66
67 Vincent Danjean (5):
68       Fix compilation when updating database
69       Merge branch 'master' of git+ssh://scm.forge.imag.fr/scmrepos/git/ocl-icd/ocl-icd
70       Add a pkg-config file for ICD libraries
71       Check if compiler support flags to disable expected warnings
72       New release
73
74 Version 1.2.1
75 =============
76
77 Vincent Danjean (4):
78       Correctly remove created directories
79       Do not distribute built sources
80       Distribute all required files
81       New release without autogenerated files
82
83 Version 1.2
84 =============
85
86 Brice Videau (1):
87       Added clGetGLContextInfoKHR to the loader.
88
89 Vincent Danjean (11):
90       Fix Changelog
91       Add a easy way to disable DEBUG in Makefile
92       Improve debug mode
93       Add support for using alternate vendors configuration directory
94       Swich to autotools
95       Correct iteration in vendors/ directory
96       Cleanup debug, refactor libdummycl
97       Merge remote-tracking branch 'origin/master'
98       cleanup code and add additionnal tests
99       Whitelist known missing functions in ICD Loader
100       New release
101
102 Version 1.1
103 =============
104
105 Vincent Danjean (10):
106       Add missing include in ocl_icd_test.c
107       Format YAML output ourself
108       Rename files and cleanup includes
109       Cleanup again
110       Add visibility("hidden") for all but public symbols
111       Rewrite ICD loader
112       Cleanup debug
113       Do not look for *EXT or *KHR functions by name
114       Find a new entry manually (74) and another one (92) suspected
115       Bump version to 1.1
116
117 Version 1.0.1
118 =============
119
120 Vincent Danjean (2):
121       Correctly detect no platforms when no /etc/OpenCL/vendors directory exists
122       New version
123
124 Version 1.0
125 ===========
126 Vincent Danjean (6):
127       Add a message in ocl_icd_test when no plateform is found
128       Cleanup and comment the Makefile
129       cleanup ocl_icd.h
130       Generate and use a map symbol file
131       Release 1.0
132       Real release 1.0 (changelog updated)
133
134 Brice Videau (5):
135       Copyright change.
136       Added clUnloadCompiler at its most propable place in the table : 31.
137       Added clGetExtensionFunctionAddress at its most probable place in the table : 65.
138       RTLD_DEEPBIND seemed to cause problems with intelocl and BigDFT.
139       Added version and symbol association.
140
141 Version 1.0 beta2
142 =================
143 Vincent Danjean (14):
144       Rewrite Makefile
145       cleanup Makefile, add support for install with DESTDIR
146       Add .gitignore file
147       update Makefile
148       Force sorted order in yaml file
149       Add weak functions
150       Fix problem with special functions
151       Update database from OpenCL 1.2 headers and AMD implementation
152       Cleanup clean/distclean Makefile rules
153       force deep binding so that OpenCL implementation use their own functions
154       Add 'install', 'dist', 'distcheck' targets in Makefile
155       Add myself in copyright
156       Fix soname
157       release 1.0 beta2
158
159 Brice Videau (9):
160       First version
161       Added option to generate from database.
162       Added License and bugfixes.     Clean up of Makefile. (Still work to do).
163       Added a clGetPlatformInfo template in generated bindings.
164       Bugfix...
165       Bugfix.
166       Added README.
167       In order database.
168       Fixed typo in Makefile
169