Page MenuHomeSolus

Update vulkan to 1.0.54.0
AbandonedPublic

Authored by kyrios123 on Jun 24 2017, 3:35 PM.
Referenced Files
F11073336: D490.diff
Sat, Aug 12, 4:07 AM
F11013724: D490.id1022.diff
Fri, Aug 4, 4:51 PM
F10994662: D490.id1022.diff
Tue, Jul 25, 11:57 PM
F10992689: D490.id1020.diff
Tue, Jul 25, 12:46 PM
F10989506: D490.diff
Mon, Jul 24, 3:43 PM
F10987090: D490.id1476.diff
Mon, Jul 24, 4:15 AM
F10895776: D490.diff
Jul 1 2023, 7:21 PM
F10787255: D490.id1476.diff
May 26 2023, 11:31 AM

Details

Reviewers
DataDrake
Group Reviewers
Triage Team
Summary
  • Internal Issues:
    • Fix tessellation domain to have an upper-left origin in the <<img-tessellation-topology-ul, tessellation toplogy image>> and related language. CTS and all implementations were already doing this, it was just a documentation bug that it was flipped to lower-left (internal issue 603).
    • Add a section to the style guide describing how VUID tags are changed and removed when the corresponding Valid Usage statements are modified (internal issue 829).
    • Add explicit Valid Usage statement to slink:VkPipelineDynamicStateCreateInfo to require that members of pname:pDynamicStates must be unique (internal issue 851).
  • New Extensions:
    • VK_KHR_16bit_storage
    • VK_KHR_dedicated_allocation
    • VK_KHR_external_fence
    • VK_KHR_external_fence_capabilities
    • VK_KHR_external_fence_fd
    • VK_KHR_external_fence_win32
    • VK_KHR_get_memory_requirements2
    • VK_KHR_storage_buffer_storage_class
    • VK_KHR_variable_pointers
  • Extensions Promoted From KHX To KHR Status:
    • VK_KHR_external_memory
    • VK_KHR_external_memory_capabilities
    • VK_KHR_external_memory_fd
    • VK_KHR_external_memory_win32
    • VK_KHR_external_semaphore
    • VK_KHR_external_semaphore_capabilities
    • VK_KHR_external_semaphore_fd
    • VK_KHR_external_semaphore_win32
    • VK_KHR_win32_keyed_mutex

Depends on D489, D685.

Signed-off-by: Pierre-Yves <pyu@riseup.net>

Test Plan
  • Run vulkaninfo and smoketest on a physical machine

Diff Detail

Repository
R3151 vulkan
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

Remove commented lines from package.yml

kyrios123 edited the summary of this revision. (Show Details)

Update to 1.0.54.0

kyrios123 retitled this revision from Update vulkan to 1.0.51.0 to Update vulkan to 1.0.54.0.Jul 22 2017, 3:52 PM
DataDrake added a subscriber: DataDrake.

LGTM. Thanks!

This revision is now accepted and ready to land.Sep 2 2017, 8:14 PM