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

Only pass VkImageViewMinLodCreateInfoEXT when minLod is != 0.0f #321

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

Conversation

c0d1f1ed
Copy link
Contributor

We avoid to passing VkImageViewMinLodCreateInfoEXT when creating
the image view when the tests are actually not testing this.

Therefore, the drivers that don't support this extension won't
see errors when processing VkImageViewCreateInfo.

Components: Vulkan
VK-GL-CTS issue: 3094

Affected tests:

dEQP-VK.texture.mipmap.*

Signed-off-by: Samuel Iglesias Gonsálvez [email protected]
Change-Id: I09110ef2e6ebfb6f55c084eda85359ebf5cfa742

We avoid to passing VkImageViewMinLodCreateInfoEXT when creating
the image view when the tests are actually not testing this.

Therefore, the drivers that don't support this extension won't
see errors when processing VkImageViewCreateInfo.

Components: Vulkan
VK-GL-CTS issue: 3094

Affected tests:

    dEQP-VK.texture.mipmap.*

Signed-off-by: Samuel Iglesias Gonsálvez <[email protected]>
Change-Id: I09110ef2e6ebfb6f55c084eda85359ebf5cfa742
@mnetsch
Copy link
Contributor

mnetsch commented May 31, 2022

On hold pending resolution of internal issue

@rg3igalia
Copy link
Contributor

This was solved in f37acc2, IIRC.

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.

4 participants