Changeset 33676 in vbox for trunk/src/VBox/Additions/WINNT/Graphics
- Timestamp:
- Nov 2, 2010 9:48:24 AM (14 years ago)
- Location:
- trunk/src/VBox/Additions/WINNT/Graphics
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3D.cpp
r33616 r33676 3476 3476 pDevice->aStreamSource[pData->Stream] = NULL; 3477 3477 } 3478 3478 3479 3479 vboxVDbgPrintF(("<== "__FUNCTION__", hDevice(0x%p), hr(0x%x)\n", hDevice, hr)); 3480 3480 return hr; -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/Makefile.kmk
r33146 r33676 78 78 VBoxVideoWddm_DEFS += VBOXWDDM_RENDER_FROM_SHADOW 79 79 ifdef VBOXVDMA_WITH_VBVA 80 VBoxVideoWddm_DEFS += VBOXVDMA_WITH_VBVA 80 VBoxVideoWddm_DEFS += VBOXVDMA_WITH_VBVA 81 81 endif 82 82 endif 83 83 ifdef VBOX_WITH_VDMA 84 VBoxVideoWddm_DEFS += VBOX_WITH_VDMA 84 VBoxVideoWddm_DEFS += VBOX_WITH_VDMA 85 85 endif 86 86 ifdef VBOX_WITH_CRHGSMI 87 87 VBoxVideoWddm_DEFS += VBOX_WITH_CRHGSMI 88 88 endif 89 89 90 90 ifdef DEBUG_misha 91 91 VBoxVideoWddm_DEFS += LOG_ENABLED -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.cpp
r33628 r33676 1917 1917 else 1918 1918 pDevExt->fAnyX = FALSE; 1919 1919 1920 1920 vboxVideoInitCustomVideoModes(pDevExt); 1921 1921 -
trunk/src/VBox/Additions/WINNT/Graphics/Miniport/VBoxVideo.h
r33628 r33676 237 237 238 238 /* The IO Port Number for guest commands. */ 239 RTIOPORT IOPortGuest; 239 RTIOPORT IOPortGuest; 240 240 } VBOXVIDEO_COMMON, *PVBOXVIDEO_COMMON; 241 241
Note:
See TracChangeset
for help on using the changeset viewer.