VirtualBox

Ignore:
Timestamp:
May 6, 2015 6:59:39 PM (10 years ago)
Author:
vboxsync
Message:

WDDM: preserve FPU control word.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxD3DIf.cpp

    r51260 r55701  
    834834    Params.pHgsmi = NULL;
    835835#endif
    836     DWORD fFlags = D3DCREATE_HARDWARE_VERTEXPROCESSING;
     836    DWORD fFlags =   D3DCREATE_HARDWARE_VERTEXPROCESSING
     837                   | D3DCREATE_FPU_PRESERVE; /* Do not allow Wine to mess with FPU control word. */
    837838    PVBOXWDDMDISP_ADAPTER pAdapter = pDevice->pAdapter;
    838839    IDirect3DDevice9 * pDevice9If = NULL;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette