@@ -662,3 +662,29 @@ Changes from *v3.0.16*:
662
662
* Removed provisional extensions due to lack of implementations and tests, see {khronos-opencl-pr}/1160[#1160].
663
663
** `cl_khr_external_semaphore_dx_fence` (provisional)
664
664
** `cl_khr_external_memory_dx` (provisional)
665
+
666
+ Changes from *v3.0.17*:
667
+
668
+ * Added version 2.0 of the {cl_khr_icd} extension for loader-managed dispatch, see {khronos-opencl-pr}/1005[#1005].
669
+ * Added the {cl_ext_buffer_device_address_EXT} extension, see {khronos-opencl-pr}/1159[#1159].
670
+ * Clarified that {cl_mem_flags_TYPE} do not affect copies, see {khronos-opencl-pr}/1230[#1230].
671
+ * Added the {cl_ext_immutable_memory_objects_EXT} extension, see {khronos-opencl-pr}/1280[#1280].
672
+ * Integrated the {cl_ext_image_requirements_info_EXT} extension into the unified specification, see {khronos-opencl-pr}/1295[#1295].
673
+ * Integrated the {cl_ext_image_from_buffer_EXT} extension into the unified specification, see {khronos-opencl-pr}/1299[#1299].
674
+ * Improved the description of error codes for {clSetKernelArg}, see {khronos-opencl-pr}/1319[#1319].
675
+ * Clarified that in-flight commands may be abnormally terminated when a context is deleted, see {khronos-opencl-pr}/1341[#1341].
676
+ * Clarified an error condition for Direct3D 10 and Direct3D 11 3D textures, see {khronos-opencl-pr}/1342[#1342].
677
+ * Clarified {CL_INVALID_IMAGE_SIZE} error conditions, see {khronos-opencl-pr}/1343[#1343].
678
+ * Added a section describing document conventions, see {khronos-opencl-pr}/1347[#1347].
679
+ * {cl_khr_command_buffer_EXT} (provisional):
680
+ ** Refactored the command-buffer query for supported queue properties, see {khronos-opencl-pr}/850[#850].
681
+ ** Documented behavior when the command-buffer capacity is reached, see {khronos-opencl-pr}/1286[#1286].
682
+ ** Refactored command-buffer queue compatibility, see {khronos-opencl-pr}/1292[#1292].
683
+ ** Documented that {clFinalizeCommandBufferKHR} is not thread-safe, see {khronos-opencl-pr}/1345[#1345].
684
+ * {cl_khr_command_buffer_mutable_dispatch_EXT} (provisional):
685
+ ** Clarified how implementations may defer updates to the command-buffer, see {khronos-opencl-pr}/1315[#1315].
686
+ ** Documented that {clUpdateMutableCommandsKHR} is not thread-safe, see {khronos-opencl-pr}/1345[#1345].
687
+ * {cl_khr_external_memory_EXT}:
688
+ ** Improved documentation for {clEnqueueReleaseExternalMemObjectsKHR}, see {khronos-opencl-pr}/1332[#1332].
689
+ * {cl_khr_external_memory_dma_buf_EXT}:
690
+ ** Clarified usage, see {khronos-opencl-pr}/1335[#1335].
0 commit comments