Skip to content

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 21, 2022

Updates the requirements on ash to permit the latest version.

Changelog

Sourced from ash's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased] - ReleaseDate

Changed

  • Replaced builders with lifetimes/setters directly on Vulkan structs (#602)
  • Inlined struct setters (#602)
  • Inlined Default impls and trivial Instance/Device/Entry wrapper methods (#606, #632)
  • Renamed debug_utils_set_object_name() to set_debug_utils_object_name() and debug_utils_set_object_tag() to set_debug_utils_object_tag() for consistency and deprecated old ones (#661)

Added

  • Added VK_EXT_image_drm_format_modifier device extension (#603)
  • Update Vulkan-Headers to 1.3.228 (#605, #608, #619, #655)
  • Added const STRUCTURE_TYPE to all Vulkan structures for matching with match_struct! macro (#614)
  • Added VK_EXT_sample_locations device extension (#616)
  • Added VK_NV_coverage_reduction_mode device extension (#617)
  • Added VK_KHR_ray_tracing_maintenance1 device extension (#620)
  • Added VK_EXT_image_compression_control device extension (#621)
  • Added new functions to VK_KHR_swapchain, available since Vulkan 1.1 (#629)
  • Added VK_KHR_device_group_creation instance extension (#630)
  • Added VK_KHR_device_group device extension (#631)
  • Added VK_EXT_mesh_shader device extension (#657)
  • Added VK_EXT_acquire_drm_display instance extension (#668)

Removed

  • Removed experimental AMD extensions (#607)
  • Removed misnamed, deprecated debug_utils_set_object_name() and debug_utils_set_object_tag() entirely, use set_debug_utils_object_name() and set_debug_utils_object_tag() instead

Fixed

  • khr::RayTracingPipeline: Set the buffer length in get_ray_tracing_capture_replay_shader_group_handles so it no longer always returns an empty Vec (#658)

[0.37.0] - 2022-03-23

Changed

  • Dropped auto-generated wrapper methods from function pointer structs in favor of direct invocation of function pointers (#599)
  • Constified extension names (#590)
  • VK_NV_device_diagnostic_checkpoints: Enable passing pNext-initialized structs to get_queue_checkpoint_data (#588)

Added

... (truncated)

Commits
  • e537e0b Release ash 0.37.0 and ash-window 0.10.0 (#600)
  • 8ae0312 Update Vulkan-Headers to 1.3.209 (#601)
  • 7779771 device_diagnostic_checkpoints: Enable passing pNext-initialized structs to ...
  • 84cddb7 Omit wrapper functions on Fp structs (#599)
  • 1cd8106 ash-window: Make enumerate_required_extensions return &[*const c_char] (#...
  • fde6f92 Update Vulkan-Headers to 1.3.207 (#597)
  • 79a2ef0 Fix unused_unsafe warning since Rust 1.61 nightly (#596)
  • 3c7615b Iterator simplification (#565)
  • b16bb4e Appease clippy (#591)
  • d180a3b extensions/ext: Add VK_EXT_headless_surface instance extension
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [ash](https://github.com/MaikKlein/ash) to permit the latest version.
- [Release notes](https://github.com/MaikKlein/ash/releases)
- [Changelog](https://github.com/ash-rs/ash/blob/master/Changelog.md)
- [Commits](ash-rs/ash@0.32.0...0.37.0)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants