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 emitting ImageMSArray capability #5663

Merged
merged 2 commits into from
Sep 8, 2023

Commits on Sep 6, 2023

  1. spirv: remove logic to add ImageMSArray logic.

    Capability trimming pass is handling this logic now.
    Needed to fix a test as DCE now runs.
    ImageMSArray is also not required for this test as
    no OpImageType has array=1, ms=1 and sampled=2.
    
    Signed-off-by: Nathan Gauër <[email protected]>
    Keenuts committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    ccd004d View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

  1. fixup! spirv: remove logic to add ImageMSArray logic.

    remove ImageMsArray capability
    Keenuts committed Sep 8, 2023
    Configuration menu
    Copy the full SHA
    044c757 View commit details
    Browse the repository at this point in the history