- Timestamp:
- Nov 22, 2019 8:40:12 PM (5 years ago)
- Location:
- trunk/src/VBox/Devices/Graphics
- Files:
-
- 3 edited
-
DevVGA-SVGA.cpp (modified) (1 diff)
-
DevVGA-SVGA3d-ogl.cpp (modified) (1 diff)
-
DevVGA-SVGA3d-savedstate.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp
r82109 r82110 5637 5637 5638 5638 # ifdef RT_OS_DARWIN /** @todo r=bird: this is normally done on the EMT, so for DARWIN we do that when loading saved state too now. See DevVGA-SVGA3d-shared.h. */ 5639 vmsvga3dPowerOn(pDevIns, pThis, pThisCC);5639 vmsvga3dPowerOn(pDevIns, pThis, PDMDEVINS_2_DATA_CC(pDevIns, PVGASTATECC)); 5640 5640 # endif 5641 5641 -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-ogl.cpp
r82109 r82110 591 591 { 592 592 int rc; 593 RT_NOREF(p ThisCC);593 RT_NOREF(pDevIns, pThisCC); 594 594 595 595 AssertCompile(GL_TRUE == 1); -
trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d-savedstate.cpp
r82109 r82110 149 149 int vmsvga3dLoadExec(PPDMDEVINS pDevIns, PVGASTATE pThis, PVGASTATECC pThisCC, PSSMHANDLE pSSM, uint32_t uVersion, uint32_t uPass) 150 150 { 151 RT_NOREF( uPass);151 RT_NOREF(pDevIns, pThisCC, uPass); 152 152 PVMSVGA3DSTATE pState = pThis->svga.p3dState; 153 153 AssertReturn(pState, VERR_NO_MEMORY);
Note:
See TracChangeset
for help on using the changeset viewer.

