Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update gfx-backend-dx12 requirement from 0.5 to 0.9 #315

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Jun 21, 2021

Updates the requirements on gfx-backend-dx12 to permit the latest version.

Changelog

Sourced from gfx-backend-dx12's changelog.

hal-0.9.0 (18-06-2021)

  • This is the final crates-published release of gfx-hal. gfx-hal development was mainly driven by wgpu which has now switched to its own GPU abstraction: wgpu-hal. As such, gfx-hal will be in maintence mode until the story of gfx-portability is figured out. Read more about the transition in #3768.
  • MTL: Prevent accessing NSView on other threads.
  • Fix panics when android apps reopen.
  • Support dynamic array sizes on metal.
  • Added backend agnostic RenderDoc captures.
  • Allow initialization of gfx objects from raw handles.
  • Add missing features to the dx12 backend that are needed by wgpu.
  • Made PhysicalDevice::enabled_extensions public.
  • Added the ability to import formeign memory
  • GLES: Deferred deleting shaders until after linking
  • GLES: Fix texture views
  • GLES: Fix nearest neighbor filtering.
  • Assorted: Documentation fixes

backend-metal-0.8.2 (08-05-2021)

  • fix linking to QuartzCore

hal-0.8.0 (29-04-2021)

  • Naga is the required and preferred shader translation path in Metal and OpenGL
  • enabling SPIRV-Cross is optional behind cross feature API:
    • all backends can create shader modules from naga::Module
    • sampler reduction modes (min/max samplers)
    • image view creation requires image::Usage to be specified
    • timestamp period query is moved to the Queue
    • DescriptorLimits is added to consolidate descriptor-related limits and its fields changed from usize to u32
    • Limits and Capabilities structures merged together as PhysicalDeviceProperties
    • Entries for Mesh Shading and Descriptor Indexing added to PhysicalDeviceProperties
    • buffer descriptor indexing
    • sparse memory binding
    • blend color is renamed to blend constants
    • debug capture API for interfacing with XCode/RenderDoc/PIX
    • better shader and pipeline creation errors
  • Infrastructure:
    • the new "bench" example is added
  • Metal backend:
    • pipeline cache support with binary archives
    • profiling integration
    • immutable sampler support on Naga path
    • improve window resizing, expose "present with transaction" option

hal-0.7.0 (30-01-2021)

  • Borrow and ExactSizeIterator bounds are removed from the iterators
  • error improvements:
    • use thiserror for errors
    • variants and a few names are refactored
  • API external synchronization constraints now match Vulkan, &mut changes affected the following parameters:
    • event in Device::set_event and Device::reset_event
    • fence in Device::reset_fences and Queue::submit

... (truncated)

Commits

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 [gfx-backend-dx12](https://github.com/gfx-rs/gfx) to permit the latest version.
- [Release notes](https://github.com/gfx-rs/gfx/releases)
- [Changelog](https://github.com/gfx-rs/gfx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gfx-rs/gfx/commits)

---
updated-dependencies:
- dependency-name: gfx-backend-dx12
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Jun 21, 2021
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 rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants