Changeset 106582 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Oct 22, 2024 10:00:15 PM (4 months ago)
- svn:sync-xref-src-repo-rev:
- 165420
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispD3D.cpp
r106061 r106582 39 39 #include "VBoxDispDbg.h" 40 40 41 #include < Psapi.h>41 #include <iprt/win/psapi.h> 42 42 43 43 #define VBOXDISP_IS_MODULE_FUNC(_pvModule, _cbModule, _pfn) ( \ -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/VBoxDispDbg.cpp
r106061 r106582 29 29 30 30 #ifdef VBOXWDDMDISP_DEBUG_VEHANDLER 31 # include < Psapi.h>31 # include <iprt/win/psapi.h> 32 32 #endif 33 33 -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDX.cpp
r106506 r106582 521 521 case DXGI_FORMAT_SAMPLER_FEEDBACK_MIN_MIP_OPAQUE: 522 522 case DXGI_FORMAT_SAMPLER_FEEDBACK_MIP_REGION_USED_OPAQUE: 523 #ifdef NTDDI_WIN11_GE 524 case DXGI_FORMAT_A4B4G4R4_UNORM: /* Added in SDK w11/26100 or thereabouts. */ 525 #endif 523 526 case DXGI_FORMAT_FORCE_UINT: /* warning */ 524 527 break; -
trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/dx/VBoxDXDDI.cpp
r106085 r106582 37 37 38 38 #include <d3d10umddi.h> 39 #include < Psapi.h>39 #include <iprt/win/psapi.h> 40 40 41 41 #include "VBoxDX.h"
Note:
See TracChangeset
for help on using the changeset viewer.