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

[0.2] Backport renderpass resolve attachments fix #2853

Merged
merged 1 commit into from
Jun 22, 2019

Conversation

rukai
Copy link
Contributor

@rukai rukai commented Jun 22, 2019

Backport of https://github.com/gfx-rs/gfx/pull/2813/files

I am able to get MSAA working on wgpu only with these changes.

Includes a new minor release, is there a process I should be aware of here?
The new release is needed because it is impractical to get wgpu to use these changes without a new release because of rendy's dependency on gfx-hal.
Simply using a specific git commit fails because rendy and wgpu both need to refer to the same trait from gfx-hal.

Fixes #issue
PR checklist:

  • make succeeds (on *nix)
  • make reftests succeeds
  • tested examples with the following backends: vulkan
  • [ ] rustfmt run on changed code

Copy link
Member

@kvark kvark left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@kvark kvark changed the title Backport renderpass resolve attachments fix [0.2] Backport renderpass resolve attachments fix Jun 22, 2019
bors bot added a commit that referenced this pull request Jun 22, 2019
2853: [0.2] Backport renderpass resolve attachments fix r=kvark a=rukai

Backport of https://github.com/gfx-rs/gfx/pull/2813/files

I am able to get MSAA working on wgpu only with these changes.

Includes a new minor release, is there a process I should be aware of here?
The new release is needed because it is impractical to get wgpu to use these changes without a new release because of rendy's dependency on gfx-hal.
Simply using a specific git commit fails because rendy and wgpu both need to refer to the same trait from gfx-hal.

Fixes #issue
PR checklist:
- [x] `make` succeeds (on *nix)
- [x] `make reftests` succeeds
- [x] tested examples with the following backends: vulkan
- ~~[ ] `rustfmt` run on changed code~~

Co-authored-by: Rukai <rubickent@gmail.com>
@bors
Copy link
Contributor

bors bot commented Jun 22, 2019

Build succeeded

@bors bors bot merged commit 2c71e2e into gfx-rs:hal-0.2 Jun 22, 2019
@rukai
Copy link
Contributor Author

rukai commented Jun 22, 2019

Looks like a cargo publish needs to be manually run?

@kvark
Copy link
Member

kvark commented Jun 22, 2019 via email

@kvark
Copy link
Member

kvark commented Jun 23, 2019

https://crates.io/crates/gfx-backend-vulkan/0.2.3

What we are missing still is a CHANGELOG update (just not to forget...)

bors bot added a commit to gfx-rs/wgpu-rs that referenced this pull request Jun 24, 2019
28: msaa-line example fixes r=kvark a=rukai

This PR fixes the msaa-line example in addition to the fixes in gfx-rs/wgpu#235

If gfx-rs/gfx#2853 is merged first we can remove the crates.io patch.

Co-authored-by: Rukai <rubickent@gmail.com>
kvark pushed a commit to kvark/wgpu that referenced this pull request Jun 3, 2021
28: msaa-line example fixes r=kvark a=rukai

This PR fixes the msaa-line example in addition to the fixes in gfx-rs#235

If gfx-rs/gfx#2853 is merged first we can remove the crates.io patch.

Co-authored-by: Rukai <rubickent@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants