Skip to content

Add checks to advanced tex ops exectests#4551

Merged
pow2clk merged 1 commit intomicrosoft:mainfrom
pow2clk:advtexop_check
Jul 13, 2022
Merged

Add checks to advanced tex ops exectests#4551
pow2clk merged 1 commit intomicrosoft:mainfrom
pow2clk:advtexop_check

Conversation

@pow2clk
Copy link
Copy Markdown
Collaborator

@pow2clk pow2clk commented Jul 13, 2022

Two of the Advanced Texture Ops feature tests were missing the check for
the feature in addition to the check for 6.7 support. This adds those
checks

Two of the Advanced Texture Ops feature tests were missing the check for
the feature in addition to the check for 6.7 support. This adds those
checks
@pow2clk pow2clk requested review from hekota and tex3d July 13, 2022 01:41
@pow2clk pow2clk enabled auto-merge (squash) July 13, 2022 02:12
@AppVeyorBot
Copy link
Copy Markdown

return;

if (!DoesDeviceSupportAdvancedTexOps(pDevice)) {
WEX::Logging::Log::Comment(L"Device does not support Advanced Texture Operations.");
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Not sure if these get parsed by any automated scripts, but there's minor difference between this text and the previous check ('Ops' vs 'Operations.')

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

It's also a slightly different case since this is not a skip, but just an FYI note that rarely gets read. I'd have changed it for consistency anyway, but I set it to automerge. oh well!

@pow2clk pow2clk merged commit 0611d3f into microsoft:main Jul 13, 2022
@pow2clk pow2clk deleted the advtexop_check branch July 13, 2022 15:18
pow2clk pushed a commit to pow2clk/DirectXShaderCompiler that referenced this pull request Jul 13, 2022
Two of the Advanced Texture Ops feature tests were missing the check for
the feature in addition to the check for 6.7 support. This adds those
checks
pow2clk pushed a commit that referenced this pull request Jul 13, 2022
Two of the Advanced Texture Ops feature tests were missing the check for
the feature in addition to the check for 6.7 support. This adds those
checks

Merge of #4551 to release-1.7.2207
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.

3 participants