tests: Remove is_bug for MSAA clear test.

Fixed on Mesa master now (FMASK bug).

Signed-off-by: Hans-Kristian Arntzen <post@arntzen-software.no>
This commit is contained in:
Hans-Kristian Arntzen 2020-12-07 17:41:00 +01:00
parent a888d81422
commit e2185df7de
1 changed files with 0 additions and 1 deletions

View File

@ -5357,7 +5357,6 @@ static void test_clear_render_target_view(void)
D3D12_RESOURCE_STATE_RENDER_TARGET, D3D12_RESOURCE_STATE_COPY_SOURCE);
for (i = 0; i < ARRAY_SIZE(array_expected_colors); ++i)
{
bug_if(is_radv_device(context.device) && (i == 0 || i == 1))
check_sub_resource_uint(resource, i, queue, command_list, array_expected_colors[i], 2);
reset_command_list(command_list, context.allocator);
}