wined3d: Support wined3d_texture_get_dc() on WINED3DFMT_B4G4R4A4_UNORM and WINED3DFMT_B4G4R4X4_UNORM textures.
Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d837b71557
commit
bf3c65c6d8
|
@ -287,6 +287,8 @@ static const struct wined3d_format_ddi_info ddi_formats[] =
|
||||||
{WINED3DFMT_B5G6R5_UNORM, D3DDDIFMT_R5G6B5},
|
{WINED3DFMT_B5G6R5_UNORM, D3DDDIFMT_R5G6B5},
|
||||||
{WINED3DFMT_B5G5R5X1_UNORM, D3DDDIFMT_X1R5G5B5},
|
{WINED3DFMT_B5G5R5X1_UNORM, D3DDDIFMT_X1R5G5B5},
|
||||||
{WINED3DFMT_B5G5R5A1_UNORM, D3DDDIFMT_A1R5G5B5},
|
{WINED3DFMT_B5G5R5A1_UNORM, D3DDDIFMT_A1R5G5B5},
|
||||||
|
{WINED3DFMT_B4G4R4A4_UNORM, D3DDDIFMT_A4R4G4B4},
|
||||||
|
{WINED3DFMT_B4G4R4X4_UNORM, D3DDDIFMT_X4R4G4B4},
|
||||||
{WINED3DFMT_P8_UINT, D3DDDIFMT_P8},
|
{WINED3DFMT_P8_UINT, D3DDDIFMT_P8},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue