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

[SPIRV] Stop running ReplaceInvalidOpcPass #7138

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

s-perron
Copy link
Collaborator

That pass was intended to remove derivative instructions used in
non-fragment shaders. Now they are available in more places because of
new extensions. In general,
it is better practice to issue an error if they are used in an place
they are not allowed.

Fixes #7086

That pass was intended to remove derivative instructions used in
non-fragment shaders. Now they are available in more places because of
new extensions. In general,
it is better practice to issue an error if they are used in an place
they are not allowed.

Fixes microsoft#7086
@s-perron s-perron requested a review from a team as a code owner February 11, 2025 19:18
@s-perron s-perron requested review from Keenuts and cassiebeckley and removed request for a team February 11, 2025 19:18
@s-perron s-perron merged commit d2f2aae into microsoft:main Feb 18, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[SPIR-V] ImageSampleImplicitLod gets dropped
3 participants