Commit bf3c65c6 authored by Henri Verbeet's avatar Henri Verbeet Committed by Alexandre Julliard

wined3d: Support wined3d_texture_get_dc() on WINED3DFMT_B4G4R4A4_UNORM and…

wined3d: Support wined3d_texture_get_dc() on WINED3DFMT_B4G4R4A4_UNORM and WINED3DFMT_B4G4R4X4_UNORM textures. Signed-off-by: 's avatarHenri Verbeet <hverbeet@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent d837b715
......@@ -287,6 +287,8 @@ static const struct wined3d_format_ddi_info ddi_formats[] =
{WINED3DFMT_B5G6R5_UNORM, D3DDDIFMT_R5G6B5},
{WINED3DFMT_B5G5R5X1_UNORM, D3DDDIFMT_X1R5G5B5},
{WINED3DFMT_B5G5R5A1_UNORM, D3DDDIFMT_A1R5G5B5},
{WINED3DFMT_B4G4R4A4_UNORM, D3DDDIFMT_A4R4G4B4},
{WINED3DFMT_B4G4R4X4_UNORM, D3DDDIFMT_X4R4G4B4},
{WINED3DFMT_P8_UINT, D3DDDIFMT_P8},
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment