d3d9/tests: Allow D3DFMT_A2R10G10B10 as supported adapter mode.

This is in the list of allowed formats in the documentation, and some drivers
report this on Windows.
This commit is contained in:
Henri Verbeet 2010-05-03 22:03:30 +02:00 committed by Alexandre Julliard
parent 312bacec96
commit 3ab491f810

View file

@ -1226,7 +1226,6 @@ static void test_display_modes(void)
TEST_FMT(D3DFMT_A8B8G8R8, D3DERR_INVALIDCALL);
TEST_FMT(D3DFMT_X8B8G8R8, D3DERR_INVALIDCALL);
TEST_FMT(D3DFMT_G16R16, D3DERR_INVALIDCALL);
TEST_FMT(D3DFMT_A2R10G10B10, D3DERR_INVALIDCALL);
TEST_FMT(D3DFMT_A16B16G16R16, D3DERR_INVALIDCALL);
TEST_FMT(D3DFMT_A8P8, D3DERR_INVALIDCALL);