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

[Git][xorg-team/vulkan/vulkan-tools][debian-unstable] 56 commits: vulkaninfo: Fix rc file copyright and other mistakes



Title: GitLab

Timo Aaltonen pushed to branch debian-unstable at X Strike Force / vulkan / vulkan-tools

Commits:

  • 50d9f72d
    by Charles Giessen at 2023-01-25T16:33:24-07:00
    vulkaninfo: Fix rc file copyright and other mistakes
    
    The copyright went out of date in 2022 but was never updated. As a precaution
    for the future, the copyright will now be the current year the file was created
    in, rather than being hardcoded.
    
  • 8ad79c18
    by Richard S. Wright Jr at 2023-01-27T16:39:34-05:00
    Update MoltenVK known good tag
  • b271b459
    by Juan Ramos at 2023-01-27T14:44:31-07:00
    cmake: Raise min to 3.17
    
  • 1117e0a8
    by Juan Ramos at 2023-01-27T14:44:31-07:00
    ci: Fix CI warnings
    
  • 74b1fffe
    by Mike Schuchardt at 2023-01-27T14:04:51-08:00
    build: Update to header 1.3.240
    
    - Update known-good
    - Generate source
    
  • 5ff524e9
    by Mike Schuchardt at 2023-01-27T14:04:51-08:00
    ci: Update GN toolchain
    
  • df9d118b
    by Mike Schuchardt at 2023-01-30T11:09:07-08:00
    gn: Add ninja to DEPS
    
    Instead of relying on the version in depot_tools
    
  • e1940bd3
    by Juan Ramos at 2023-02-01T11:20:01-07:00
    cmake: Remove custom install code
    
  • 27c28d4b
    by spencer-lunarg at 2023-02-16T08:07:56+09:00
    mockicd: Add more PhysicalDevice functions not in profiles
    
  • c649c40c
    by spencer-lunarg at 2023-02-17T14:03:19+09:00
    mockicd: Add non-zero timestampValidBits
    
  • 4dabd027
    by spencer-lunarg at 2023-02-17T14:03:19+09:00
    mockicd: Fix and finish vkGetPhysicalDeviceProperties2KHR
    
  • a2304cb1
    by spencer-lunarg at 2023-02-17T14:03:19+09:00
    mockicd: Add Protected Queue
    
  • b794befb
    by berryboy2012 at 2023-02-19T14:03:35-07:00
    Fixed cube.cpp crashing on Windows when minimized.
    
  • 33f41f56
    by spencer-lunarg at 2023-02-20T08:57:07+09:00
    mockicd: Add more Memory Types
    
  • c3bd023b
    by Mike Schuchardt at 2023-02-20T14:12:31-08:00
    build: Update to header 1.3.241
    
    - Update known-good
    - Tweak generate_vulkan_wrapper.py to ignore sci header
    - Generate source
    
  • 1a66f59f
    by spencer-lunarg at 2023-02-22T11:40:04+09:00
    mockicd: Add Support for testing Ray Tracing
    
  • ace02ca8
    by Charles Giessen at 2023-02-24T17:05:55-07:00
    vulkaninfo: Fix wrong stripping in flag strings
    
    The QUEUE_OPTICAL_FLOW_BIT_NV was getting the 'V' cut off of it, this commit
    fixes that so that it isn't being removed, as well as making the output
    more consistent.
    
  • b8609aa8
    by Mike Schuchardt at 2023-02-27T14:08:16-08:00
    build: Update to header 1.3.242
    
    - Update known-good
    - Generate source
    
  • 5bcfa160
    by spencer-lunarg at 2023-02-28T10:12:36+09:00
    mockicd: Add Support for testing Video decoding
    
  • a7bc1fe9
    by Mike Schuchardt at 2023-03-13T14:41:51-07:00
    build: Update to header 1.3.243
    
    - Update known-good
    - Generate source
    
  • f196c8d3
    by Charles Giessen at 2023-03-17T17:09:14-06:00
    mock_icd: Add missing locks
    
  • 728c1535
    by Mike Schuchardt at 2023-03-22T12:07:24-07:00
    build: Update to header 1.3.244
    
    - Update known-good
    - Generate source
    
  • fb440ea6
    by Charles Giessen at 2023-03-23T17:16:40-06:00
    vulkaninfo: Stopgap fix for old copyrights
    
  • 2062010d
    by Charles Giessen at 2023-03-24T12:57:52-06:00
    vulkaninfo: Dont enable Direct Driver Loading Ext
    
    The VK_LUNARG_direct_driver_loading extension, when enabled, causes spurious
    warnings in the loader. Vulkaninfo should just not enable it to prevent these
    warnings from apperaing in the output.
    
  • 211fec7e
    by Mike Schuchardt at 2023-03-24T13:31:10-07:00
    build: Update to header 1.3.245
    
    - Update known-good
    - Generate source
    
  • 7a83a5ac
    by Charles Giessen at 2023-03-27T13:42:12-06:00
    vkcubepp: Fix custom height not working
    
  • e60c43a4
    by Richard S. Wright Jr at 2023-03-27T18:24:38-04:00
    Updated MoltenVK known good version to 1.2.3
  • 4ad4313d
    by Mike Schuchardt at 2023-03-31T12:29:19-06:00
    build: Update to header 1.3.246
    
    - Update known-good
    - Generate source
    
  • 0522d9f1
    by Andrew Poole at 2023-04-06T10:18:16-06:00
    cube: Add .gitignore for Android builds
    
  • 01e0a0a5
    by Andrew Poole at 2023-04-06T10:18:16-06:00
    vulkaninfo: Add Android build support
    
    VULKANINFO_WSI_ENABLED is currently disabled for Android as it
    is not possible to create an ANativeWindow for a native binary app
    using just the NDK.
    
  • 37a259a5
    by Andrew Poole at 2023-04-06T10:18:43-06:00
    vulkaninfo: Add "VK_" prefix for PrintFlagBits
    
    For types like VkSampleCountFlagBits a "VK_" prefix will be added for
    JSON outputs. This makes the behaviour consistent for all JSON output.
    
  • 57fa9d65
    by Charles Giessen at 2023-04-06T17:27:48-06:00
    ci: Use Ubuntu 22 instead of 18
    
  • 6b0935ce
    by Charles Giessen at 2023-04-06T17:27:48-06:00
    ci: Remove dependency on libmirclient-dev
    
    This package was removed in Ubuntu 22
    
  • 9178c4c8
    by Charles Giessen at 2023-04-07T15:13:24-06:00
    vulkaninfo: Use VkFormatFeatureFlags2 by default
    
    Until now, vulkaninfo was only displaying VkFormatFeatureFlagBits, which
    means that many of the newer capabilities of formats were not being shown.
    Now, vulkaninfo will default to printing VkFormatFeatureFlagsBits2 and
    only use VkFormatFeatureFlagBits when the VK_KHR_format_feature_flags_2 is
    not supported by the device.
    
  • 4e17c284
    by Charles Giessen at 2023-04-07T15:16:22-06:00
    cmake: Add build option for Address Sanitizer
    
  • 8bb9edd1
    by Mike Schuchardt at 2023-04-13T14:32:33-07:00
    build: Update to header 1.3.247
    
    - Update known-good
    - Generate source
    
  • db747542
    by Charles Giessen at 2023-04-14T17:07:33-06:00
    vulkaninfo: Flush before exiting
    
    Vulkaninfo does not manually flush the output before exiting, which means that
    if a crash were to happen during teardown, the stdout buffer may not have
    finished writing.
    
  • df10a275
    by Mike Schuchardt at 2023-04-21T14:55:20-07:00
    build: Update to header 1.3.248
    
    - Update known-good
    - Generate source
    
  • e8cfca41
    by Mike Schuchardt at 2023-04-27T11:36:25-07:00
    build: Update to header 1.3.249
    
    - Update known-good
    - Generate source
    
  • f7c15454
    by juan-lunarg at 2023-04-27T16:52:35-06:00
    mock: Add support for DeviceBufferMemoryRequirements
    
    Needed for KhronosGroup/Vulkan-ValidationLayers/issues/5616
    
  • b647be64
    by juan-lunarg at 2023-04-27T17:55:09-06:00
    mock: Add support for vkGetDeviceImageMemoryRequirements
    
    Needed for KhronosGroup/Vulkan-ValidationLayers/issues/5616
    
  • ebf2caea
    by juan-lunarg at 2023-05-04T15:29:27-06:00
    docs: Update README.md
    
  • 624e789c
    by Mike Schuchardt at 2023-05-04T18:18:26-07:00
    build: Update to header 1.3.250
    
    - Update known-good
    - Generate source
    
  • 53ccaec8
    by Powei Feng at 2023-05-05T11:58:23-06:00
    cube: remove unnecessary use-xlib
    
  • 73e3af60
    by juan-lunarg at 2023-05-05T14:12:01-06:00
    git: Ignore external/ directory
    
    UPDATE_DEPS will place dependencies in that directory
    
  • e99e3c64
    by juan-lunarg at 2023-05-05T14:12:01-06:00
    cmake: Add UPDATE_DEPS functionality
    
  • e62418ae
    by juan-lunarg at 2023-05-05T14:12:01-06:00
    ci: Use UPDATE_DEPS and ccache
    
  • 6c343a6f
    by juan-lunarg at 2023-05-05T16:17:01-06:00
    ci: Speed up MacOS CI
    
  • ef785a6f
    by juan-lunarg at 2023-05-05T17:55:04-06:00
    cmake: Keep VulkanRT-License.txt copyright up to date
    
    closes #754
    
  • fec27a3f
    by Artem Kharytoniuk at 2023-05-06T02:23:38+02:00
    mock: Extend external memory functionality
    
    GetPhysicalDeviceExternalBufferProperties changes:
    Previous implementation violated property that handle type is at
    least compatible with itself. It's needed to implement testing for
    VUID-VkMemoryAllocateInfo-pNext-00639
    
    GetFenceWin32HandleKHR/GetFenceFdKHR changes:
    Return not null handles to pass
    VUID-VkImportFenceWin32HandleInfoKHR-handle-01462
    
  • b3b4e2af
    by Scott.Marsland at 2023-05-19T13:55:58-06:00
    mock: Fix sparse image format properties 2 queries
    
    Fix vkGetPhysicalDeviceSparseImageFormatProperties2 and
    vkGetPhysicalDeviceSparseImageFormatProperties2KHR queries when
    pProperties is null.
    
  • 695887a9
    by Scott.Marsland at 2023-05-19T13:55:58-06:00
    mock: Fix image sparse mem requirements 2 queries
    
    Fix vkGetImageSparseMemoryRequirements2 and
    vkGetImageSparseMemoryRequirements2KHR queries when
    pSparseMemoryRequirements is null.
    
  • ca361738
    by Timo Aaltonen at 2023-06-12T11:53:21+03:00
    Merge branch 'debian-unstable' into d-u
    
  • 9f2a58cf
    by Timo Aaltonen at 2023-06-12T11:56:08+03:00
    version bump
    
  • 26fa301a
    by Timo Aaltonen at 2023-06-12T11:57:27+03:00
    control: Bump libvulkan-dev build-dep.
    
  • 14138dcf
    by Timo Aaltonen at 2023-06-12T11:58:26+03:00
    release to sid
    

29 changed files:

The diff was not included because it is too large.

Reply to: