Skip to content

Commit

Permalink
tests: stop skipping Task+Mesh DGC tests with RADV
Browse files Browse the repository at this point in the history
RADV is passing them now.

Signed-off-by: Samuel Pitoiset <[email protected]>
  • Loading branch information
hakzsam committed Jun 27, 2024
1 parent 05b2093 commit 34e85b7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/d3d12_mesh_shader.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,13 +1290,6 @@ void test_amplification_shader_execute_indirect_state(void)
if (!init_test_context(&context, &desc))
return;

if (is_radv_device(context.device))
{
skip("Task DGC not yet supported by RADV, skipping test.\n");
destroy_test_context(&context);
return;
}

memset(&options7, 0, sizeof(options7));
hr = ID3D12Device_CheckFeatureSupport(context.device, D3D12_FEATURE_D3D12_OPTIONS7, &options7, sizeof(options7));
ok(SUCCEEDED(hr), "OPTIONS7 is not supported by runtime.\n");
Expand Down

0 comments on commit 34e85b7

Please sign in to comment.