Changeset 96662 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Sep 8, 2022 9:22:45 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/gallium/VBoxGaD3DDevice9Ex.cpp
r96407 r96662 74 74 if (SUCCEEDED(hr)) 75 75 { 76 /** @todo r=bird: The mpPresentationGroup parameter seems to always have been 77 * consumed by the NineDevice9_ctor() code, while for the mpD3D9Ex parameter 78 * it grabs a reference. I've commented out the bogus looking 79 * ID3DPresentGroup_Release call from NineDevice9_ctor() rather than balancing 80 * reference to mpPresentionGroup here based on the hr value. See r153545. 81 * Please verify and rework the fix to your liking. 82 * 83 * (The release call in cleanup() would call into no man's land early during 84 * vlc.exe (v3.0.17.4) video startup on 32-bit w7 rtm.) 85 */ 76 86 hr = D3DAdapter9_CreateDeviceEx(mpD3D9Ex->GetAdapter9(), 77 87 D3DADAPTER_DEFAULT, DeviceType,
Note:
See TracChangeset
for help on using the changeset viewer.