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

Many Steps Towards GL Testing Working #2504

Merged
merged 12 commits into from
Feb 25, 2022
Merged

Conversation

cwfitzgerald
Copy link
Member

@cwfitzgerald cwfitzgerald commented Feb 23, 2022

Connections

Multiple issues have caused GL testing to not work in CI. This is the next step towards that.

Description

So first, I apologize, this PR got way out of control way quickly. I started with the goal of "fix up GL testing" but it turns out there were quite a few blockers here, so I had to resolve those... and suddenly I have 12 commits in the PR. I have more coming, but needed to cut it off before it got crazy.

Every commit is freestanding and should be reviewed individually, and I will make whatever changes using fixups.

Testing

Vk and Dx12 tests pass, GL still don't pass, but a lot more of them do than did before.

@cwfitzgerald cwfitzgerald requested a review from kvark February 23, 2022 21:43
@cwfitzgerald cwfitzgerald force-pushed the fix-gles-tests branch 2 times, most recently from be7f457 to 265edd3 Compare February 23, 2022 21:52
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.

Looks very nice, and thank you for expanding the test coverage!
Just a few things I spotted that we need to fix

wgpu-hal/src/gles/adapter.rs Outdated Show resolved Hide resolved
wgpu-core/src/device/mod.rs Outdated Show resolved Hide resolved
wgpu-core/src/device/mod.rs Show resolved Hide resolved
wgpu-core/src/instance.rs Show resolved Hide resolved
wgpu-core/src/instance.rs Show resolved Hide resolved
wgpu-hal/src/gles/conv.rs Show resolved Hide resolved
wgpu-hal/src/gles/conv.rs Outdated Show resolved Hide resolved
wgpu-hal/src/gles/queue.rs Outdated Show resolved Hide resolved
@kvark kvark merged commit df50028 into gfx-rs:master Feb 25, 2022
@cwfitzgerald cwfitzgerald deleted the fix-gles-tests branch February 25, 2022 22:23
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