Module: wine Branch: master Commit: 18936a1b891b30cffc46c9ae9b98378ff0c21cb7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=18936a1b891b30cffc46c9ae9b...
Author: Stefan Dösinger stefan@codeweavers.com Date: Sat Aug 11 17:29:10 2007 +0200
wined3d: Do not advertize A8R3R3B2 support.
---
dlls/wined3d/directx.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/wined3d/directx.c b/dlls/wined3d/directx.c index bef0c3f..3889554 100644 --- a/dlls/wined3d/directx.c +++ b/dlls/wined3d/directx.c @@ -1691,7 +1691,6 @@ static HRESULT WINAPI IWineD3DImpl_CheckDeviceFormat(IWineD3D *iface, UINT Adapt case WINED3DFMT_A4R4G4B4: case WINED3DFMT_R3G3B2: case WINED3DFMT_A8: - case WINED3DFMT_A8R3G3B2: case WINED3DFMT_X4R4G4B4: case WINED3DFMT_A8B8G8R8: case WINED3DFMT_X8B8G8R8: @@ -1762,6 +1761,7 @@ static HRESULT WINAPI IWineD3DImpl_CheckDeviceFormat(IWineD3D *iface, UINT Adapt /* Not supported */ case WINED3DFMT_G16R16: case WINED3DFMT_A16B16G16R16: + case WINED3DFMT_A8R3G3B2: TRACE_(d3d_caps)("[FAILED]\n"); /* Enable when implemented */ return WINED3DERR_NOTAVAILABLE;