Changeset 81111 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Oct 4, 2019 4:14:17 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 133736
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxWddm.inf
r78408 r81111 30 30 VBoxVideo.Display = 11 ; system32 31 31 ;amd64 VBoxVideo.Display_wow64 = 10,SysWow64 ; SysWow64 32 VBoxVideo.GL = 11 ; system3233 ;amd64 VBoxVideo.GL_wow64 = 10,SysWow64 ; SysWow6434 32 35 33 [Manufacturer] … … 44 42 FeatureScore = F8 45 43 Include = msdv.inf 46 ;x86 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display , VBoxVideo.GL47 ;amd64 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow64 , VBoxVideo.GL, VBoxVideo.GL_wow6444 ;x86 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display 45 ;amd64 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow64 48 46 AddReg = VBoxVideo_SoftwareDeviceSettings 49 47 ;todo: clear XPDM driver settings: DelReg = VBoxVideo_RemoveDeviceSettings … … 67 65 ;amd64 ;mesa3d VBoxGL-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 68 66 69 [VBoxVideo.GL]70 ;gl VBoxOGL.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME71 ;gl VBoxD3D9wddm.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME72 ;gl wined3dwddm.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME73 74 ;amd64 [VBoxVideo.GL_wow64]75 ;amd64 ;gl VBoxOGL-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME76 ;amd64 ;gl VBoxD3D9wddm-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME77 ;amd64 ;gl wined3dwddm-x86.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME78 79 67 [VBoxVideo_SoftwareDeviceSettings] 80 ;dispd3d HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D81 ;dispd3d HKR,, UserModeDriverName,%REG_MULTI_SZ%, VBoxDispD3D.dll82 ;amd64 ;dispd3d HKR,, UserModeDriverNameWow, 83 ; icdHKR,, OpenGLDriverName, %REG_MULTI_SZ%, VBoxICD84 ;amd64 ; icdHKR,, OpenGLDriverNameWoW, %REG_MULTI_SZ%, VBoxICD-x8685 ; icdHKR,, OpenGLFlags, %REG_DWORD%, 0x0000000186 ;amd64 ; icdHKR,, OpenGLFlagsWoW, %REG_DWORD%, 0x0000000187 ; icdHKR,, OpenGLVersion, %REG_DWORD%, 0x0000000188 ;amd64 ; icdHKR,, OpenGLVersionWoW, %REG_DWORD%, 0x0000000168 ;dispd3d HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D 69 ;dispd3d HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D.dll 70 ;amd64 ;dispd3d HKR,, UserModeDriverNameWow, %REG_MULTI_SZ%, VBoxDispD3D-x86.dll 71 ;mesa3d HKR,, OpenGLDriverName, %REG_MULTI_SZ%, VBoxICD 72 ;amd64 ;mesa3d HKR,, OpenGLDriverNameWoW, %REG_MULTI_SZ%, VBoxICD-x86 73 ;mesa3d HKR,, OpenGLFlags, %REG_DWORD%, 0x00000001 74 ;amd64 ;mesa3d HKR,, OpenGLFlagsWoW, %REG_DWORD%, 0x00000001 75 ;mesa3d HKR,, OpenGLVersion, %REG_DWORD%, 0x00000001 76 ;amd64 ;mesa3d HKR,, OpenGLVersionWoW, %REG_DWORD%, 0x00000001 89 77 HKR,, VgaCompatible, %REG_DWORD%, 0 90 78 … … 124 112 ;mesa3d VBoxICD.dll = 1 125 113 ;mesa3d VBoxGL.dll = 1 126 ;amd64 ;gl VBoxOGL-x86.dll = 1127 ;gl VBoxOGL.dll = 1128 ;amd64 ;gl VBoxD3D9wddm-x86.dll = 1129 ;gl VBoxD3D9wddm.dll = 1130 ;amd64 ;gl wined3dwddm-x86.dll = 1131 ;gl wined3dwddm.dll = 1132 114 133 115 [Strings]
Note:
See TracChangeset
for help on using the changeset viewer.