Skip to content

Commit

Permalink
Update ChangeLog.adoc for 1.3.280
Browse files Browse the repository at this point in the history
Closes #2330
  • Loading branch information
oddhack committed Mar 18, 2024
1 parent 7b42841 commit 2d3b82c
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions ChangeLog.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,48 @@ appears frequently in the change log.

'''

Change log for March 8, 2024 Vulkan 1.3.280 spec update:

Public Issues

* Use full "`queue family ownership transfer`" terminology consistently
(public PR 2320).

Internal Issues

* Add a NOTE to the <<pipelines-dynamic-state, Dynamic State>> section
warning of setting dynamic state on a static pipeline in older drivers
(internal issue 3675).
* Fix VkGraphicsPipelineCreateInfo VU 09037 related to pColorBlendState
with dynamic rendering (internal issue 3748).
* Add additional vkCmdBeginRendering and common draw dispatch VUs for
image layouts (internal issue 3758).
* Add missing common draw shader compatibility VUs for
VK_KHR_dynamic_rendering_local_read (internal issue 3787).
* Update sampling restrictions for min/max filtering in common draw
dispatch VUs (internal issue 3800).
* Add VkGraphicsPipelineCreateInfo VU requiring stageCount to be zero when
not needed (internal issue 3804).
* Clarify submission order for multiple subpasses in the
<<synchronization-implicit, Implicit Synchronization Guarantees>>
section (internal issue 3811).
* Fix miscellaneous minor language and example code issues in the video
extension proposal and specification language (internal MR 6492).
* Properly define <<fundamentals-queueoperation-command-types, terms for
command types>> in the fundamentals chapter (internal MR 6508).
* Add missing VUs for subresource aspectMask to common image layout
transition, VkImageViewCreateInfo, and VkSparseImageMemoryBindInfo
(internal MR 6522).
* fix shader object interaction with dynamic blend states in the
<<shaders-objects-state]] Setting State>> section and common draw VUs
(internal MR 6523).

New Extensions

* VK_NV_ray_tracing_validation

'''

Change log for March 1, 2024 Vulkan 1.3.279 spec update:

Public Issues
Expand Down

0 comments on commit 2d3b82c

Please sign in to comment.