Changeset 29442 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Miniport
- Timestamp:
- May 13, 2010 9:36:35 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 61561
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoWddm.inf
r28800 r29442 26 26 VBoxVideo.Display = 11 ; system32 27 27 ;amd64 VBoxVideo.Display_wow64 = 10,SysWow64 ; SysWow64 28 VBoxVideo.GL = 11 ; system32 29 ;amd64 VBoxVideo.GL_wow64 = 10,SysWow64 ; SysWow64 28 30 29 31 [Manufacturer] … … 38 40 FeatureScore = F8 39 41 Include = msdv.inf 40 ;x86 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display 41 ;amd64 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow64 42 ;x86 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.GL 43 ;amd64 CopyFiles = VBoxVideo.Miniport, VBoxVideo.Display, VBoxVideo.Display_wow64, VBoxVideo.GL, VBoxVideo.GL_wow64 42 44 AddReg = VBoxVideo_SoftwareDeviceSettings 43 45 ;todo: clear XPDM driver settings: DelReg = VBoxVideo_RemoveDeviceSettings … … 54 56 ;amd64 ;dispd3d VBoxDispD3D64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 55 57 58 ;x86 [VBoxVideo.GL] 59 ;amd64 [VBoxVideo.GL_wow64] 60 ;gl VBoxOGL.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 61 ;gl VBoxOGLarrayspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 62 ;gl VBoxOGLcrutil.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 63 ;gl VBoxOGLerrorspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 64 ;gl VBoxOGLfeedbackspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 65 ;gl VBoxOGLpackspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 66 ;gl VBoxOGLpassthroughspu.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 67 68 ;amd64 [VBoxVideo.GL] 69 ;amd64 ;gl VBoxOGL64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 70 ;amd64 ;gl VBoxOGLarrayspu64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 71 ;amd64 ;gl VBoxOGLcrutil64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 72 ;amd64 ;gl VBoxOGLerrorspu64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 73 ;amd64 ;gl VBoxOGLfeedbackspu64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 74 ;amd64 ;gl VBoxOGLpackspu64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 75 ;amd64 ;gl VBoxOGLpassthroughspu64.dll,,,0x00004000 ; COPYFLG_IN_USE_TRY_RENAME 76 56 77 [VBoxVideo_SoftwareDeviceSettings] 57 78 ;x86 ;dispd3d HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, VBoxDispD3D … … 60 81 ;amd64 ;dispd3d HKR,, UserModeDriverName, %REG_MULTI_SZ%, VBoxDispD3D64.dll 61 82 ;amd64 ;dispd3d HKR,, UserModeDriverNameWow, %REG_MULTI_SZ%, VBoxDispD3D.dll 83 ;x86 ;gl HKR,, OpenGLDriverName, %REG_MULTI_SZ%, VBoxOGL.dll 84 ;amd64 ;gl HKR,, OpenGLDriverName, %REG_MULTI_SZ%, VBoxOGL64.dll 85 ;amd64 ;gl HKR,, OpenGLDriverNameWoW, %REG_MULTI_SZ%, VBoxOGL.dll 86 ;gl HKR,, OpenGLFlags, %REG_DWORD%, 0x00000001 87 ;amd64 ;gl HKR,, OpenGLFlagsWoW, %REG_DWORD%, 0x00000001 88 ;gl HKR,, OpenGLVersion, %REG_DWORD%, 0x00000001 89 ;amd64 ;gl HKR,, OpenGLVersionWoW, %REG_DWORD%, 0x00000001 62 90 HKR,, VgaCompatible, %REG_DWORD%, 0 63 91 … … 65 93 ;dispd3d 11,,VBoxDispD3D.dll,1 66 94 ;amd64 ;dispd3d 11,,VBoxDispD3D64.dll,1 95 ;amd64 ;gl 11,,VBoxOGL64.dll,1 96 ;gl 11,,VBoxOGL.dll,1 97 ;amd64 ;gl 11,,VBoxOGLarrayspu64.dll,1 98 ;gl 11,,VBoxOGLarrayspu.dll,1 99 ;amd64 ;gl 11,,VBoxOGLcrutil64.dll,1 100 ;gl 11,,VBoxOGLcrutil.dll,1 101 ;amd64 ;gl 11,,VBoxOGLerrorspu64.dll,1 102 ;gl 11,,VBoxOGLerrorspu.dll,1 103 ;amd64 ;gl 11,,VBoxOGLfeedbackspu64.dll,1 104 ;gl 11,,VBoxOGLfeedbackspu.dll,1 105 ;amd64 ;gl 11,,VBoxOGLpackspu64.dll,1 106 ;gl 11,,VBoxOGLpackspu.dll,1 107 ;amd64 ;gl 11,,VBoxOGLpassthroughspu64.dll,1 108 ;gl 11,,VBoxOGLpassthroughspu.dll,1 109 67 110 68 111 [VBoxVideo.Services] … … 83 126 HKR,,TypesSupported,0x00010001,7 84 127 85 ; [VBoxVideo.OpenGLSoftwareSettings]86 87 128 [SourceDisksNames] 88 129 1 = %VBoxVideo.Disk%,,,"" … … 90 131 [SourceDisksFiles] 91 132 VBoxVideoWddm.sys = 1 92 ;amd64 VBoxDispD3D64.dll = 1 93 VBoxDispD3D.dll = 1 133 ;amd64 ;dispd3d VBoxDispD3D64.dll = 1 134 ;dispd3d VBoxDispD3D.dll = 1 135 ;amd64 ;gl VBoxOGL64.dll = 1 136 ;gl VBoxOGL.dll = 1 137 ;amd64 ;gl VBoxOGLarrayspu64.dll = 1 138 ;gl VBoxOGLarrayspu.dll = 1 139 ;amd64 ;gl VBoxOGLcrutil64.dll = 1 140 ;gl VBoxOGLcrutil.dll = 1 141 ;amd64 ;gl VBoxOGLerrorspu64.dll = 1 142 ;gl VBoxOGLerrorspu.dll = 1 143 ;amd64 ;gl VBoxOGLfeedbackspu64.dll = 1 144 ;gl VBoxOGLfeedbackspu.dll = 1 145 ;amd64 ;gl VBoxOGLpackspu64.dll = 1 146 ;gl VBoxOGLpackspu.dll = 1 147 ;amd64 ;gl VBoxOGLpassthroughspu64.dll = 1 148 ;gl VBoxOGLpassthroughspu.dll = 1 94 149 95 150 [Strings]
Note:
See TracChangeset
for help on using the changeset viewer.