mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
wined3d: Disable D3DFMT_A4L4.
This commit is contained in:
parent
f39e122477
commit
1043a04673
1 changed files with 5 additions and 1 deletions
|
@ -2228,11 +2228,15 @@ static BOOL CheckTextureCapability(UINT Adapter, WINED3DDEVTYPE DeviceType, WINE
|
||||||
*/
|
*/
|
||||||
case WINED3DFMT_L8:
|
case WINED3DFMT_L8:
|
||||||
case WINED3DFMT_A8L8:
|
case WINED3DFMT_A8L8:
|
||||||
case WINED3DFMT_A4L4:
|
|
||||||
case WINED3DFMT_L16:
|
case WINED3DFMT_L16:
|
||||||
TRACE_(d3d_caps)("[OK]\n");
|
TRACE_(d3d_caps)("[OK]\n");
|
||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
|
/* Not supported on Windows, thus disabled */
|
||||||
|
case WINED3DFMT_A4L4:
|
||||||
|
TRACE_(d3d_caps)("[FAILED] - not supported on windows\n");
|
||||||
|
return FALSE;
|
||||||
|
|
||||||
/*****
|
/*****
|
||||||
* Supported: Depth/Stencil formats
|
* Supported: Depth/Stencil formats
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue