summaryrefslogtreecommitdiff
path: root/ChangeLog.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.adoc')
-rw-r--r--ChangeLog.adoc39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog.adoc b/ChangeLog.adoc
index a4591872..62ac37b0 100644
--- a/ChangeLog.adoc
+++ b/ChangeLog.adoc
@@ -14,6 +14,45 @@ appears frequently in the change log.
'''
+Change log for May 10, 2024 Vulkan 1.3.285 spec update:
+
+Public Issues
+
+ * Update VkMemoryMapInfoKHR VUs to not require VK_WHOLE_SIZE with
+ VK_MEMORY_MAP_PLACED_BIT (public issue 2350).
+ * Add a <<fundamentals-strings, String Representation>> section and
+ clarify that fixed-length string buffers in API structures always
+ include the null terminator (public issue 2351).
+ * Update refpage short descriptions of VkAttachmentLoad/StoreOp to be
+ consistent with spec language (public issue 2353).
+ * Clarify that the KHR and EXT load_store_op_none extensions were not
+ promoted to Vulkan 1.3 (public PR 2357).
+
+Internal Issues
+
+ * Add a VkGraphicsPipelineCreateInfo VU banning "`read-only`" input
+ attachments without VkRenderingInputAttachmentIndexInfoKHR (internal
+ issue 3862).
+ * Add explicit reference to RayQueryPositionFetchKHR SPIR-V capability in
+ the VK_KHR_ray_tracing_position_fetch extension appendix and XML
+ spirvcapability tags (internal MR 6617).
+ * Remove MaximallyReconvergesKHR capability (which is not a capability,
+ but an execution mode) from XML (internal MR 6618).
+ * Add alias and enum value-> type maps in `reg.py` (internal MR 6620).
+ * Add missing shader object VU for vkCmdDispatchBase (internal MR 6623).
+ * Make build tests less sensitive to asciidoctor versions and CSS changes
+ by just comparing HTML body content (internal MR 6637).
+ * Do not allow overlapping builtin decorations for an entry point in the
+ <<interfaces-builtin-variables, Built-In Variables>> section, and add
+ some related <<spirvenv-module-validation-standalone, Standalone SPIR-V
+ Validation>> VUs (KhronosGroup/SPIRV-Cross issue 2313).
+
+New Extensions
+
+ * VK_MESA_image_alignment_control
+
+'''
+
Change log for May 5, 2024 Vulkan 1.3.284 spec update:
Public Issues