[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[Git][xorg-team/vulkan/vulkan-utility-libraries][upstream-unstable] 16 commits: build: Update to header 1.3.281



Title: GitLab

Timo Aaltonen pushed to branch upstream-unstable at X Strike Force / vulkan / vulkan-utility-libraries

Commits:

  • 4befdac2
    by Mike Schuchardt at 2024-03-22T16:22:25-07:00
    build: Update to header 1.3.281
    
  • d90f5c7e
    by Jeremy Gebben at 2024-03-26T17:59:44-05:00
    scripts: Make gn.py use check_call
    
    Just like VVL, it was using subprocess.call(), which ignores
    errors.
    
  • cdd0e00c
    by Jeremy Gebben at 2024-03-28T11:11:35-06:00
    Move vk_safe_struct to VUL
    
    This code was being generated in both Vulkan-ValidationLayers
    and Vulkan-ExtensionLayer. Further uses are on the horizon so
    lets stop the copypasta.
    
    Also, add functions to manipulate extension lists and pNext chains,
    since many client layers have been doing that themselves.
    
  • 0519e66f
    by Jeremy Gebben at 2024-04-04T10:13:47-06:00
    utils: Add custom containers from vvl
    
  • 1defcd32
    by spencer-lunarg at 2024-04-10T09:58:27-05:00
    scripts: Update generate_source.py to take mulitple targets
    
  • 1135918c
    by spencer-lunarg at 2024-04-11T00:28:48+09:00
    safestruct: Remove safe_VkDescriptorDataEXT
    
  • 72696f27
    by Aaron Ruby at 2024-04-11T16:57:41-05:00
    safestruct: Add QNX platform types to abstract_types list
    
  • a78460f6
    by Alex Rønne Petersen at 2024-04-15T15:50:39-06:00
    Fix update_deps.py script to handle Windows Arm64.
    
  • d0670f9f
    by Mike Schuchardt at 2024-04-16T13:13:28-07:00
    build: Update to header 1.3.282
    
  • 6e6a4e05
    by Mike Schuchardt at 2024-04-19T09:18:52-07:00
    build: Update to header 1.3.283
    
  • d0ffc68f
    by ziga-lunarg at 2024-04-21T06:04:38+09:00
    Revert "safestruct: Remove safe_VkDescriptorDataEXT"
    
    This reverts commit 1135918c966a2b829b34f7f99bb088876c2ffa52.
    
  • d5ada53a
    by Spencer Fricke at 2024-04-25T15:12:28+09:00
    github: Use newer version of Python for MacOS Arm
  • bbd4b775
    by lauren n. liberda at 2024-04-25T15:16:51+09:00
    iwyu: missing #include <memory> for std::unique_ptr
    
  • 8d898626
    by spencer-lunarg at 2024-04-25T15:17:01+09:00
    safestruct: Remove safe_VkDescriptorDataEXT
    
  • 68780d9b
    by spencer-lunarg at 2024-04-29T09:55:02+09:00
    scripts: Fix Pipeline dynamic rasterization discard logic
    
  • ad7f699a
    by spencer-lunarg at 2024-04-30T17:09:51+09:00
    scripts: Fix logic for ignoring pipe state
    

15 changed files:

The diff was not included because it is too large.

Reply to: