Changeset 93749 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Video
- Timestamp:
- Feb 15, 2022 12:35:21 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp
r93115 r93749 4448 4448 } 4449 4449 #endif 4450 #ifdef VBOX_WITH_VMSVGA3D_DX 4451 /** @todo Implement buffers submittion and memory menagement for this new type of context **/ 4452 case VBOXWDDM_CONTEXT_TYPE_VMSVGA_DX: 4453 { 4454 pContext->enmType = VBOXWDDM_CONTEXT_TYPE_VMSVGA_DX; 4455 WARN(("Context type VBOXWDDM_CONTEXT_TYPE_VMSVGA_DX is not supported yet")); 4456 break; 4457 } 4458 #endif 4450 4459 default: 4451 4460 { … … 4522 4531 { 4523 4532 Status = GaContextDestroy(pDevExt->pGa, pContext); 4533 break; 4534 } 4535 #endif 4536 #ifdef VBOX_WITH_VMSVGA3D_DX 4537 case VBOXWDDM_CONTEXT_TYPE_VMSVGA_DX: 4538 { 4539 pContext->enmType = VBOXWDDM_CONTEXT_TYPE_VMSVGA_DX; 4540 WARN(("Context type VBOXWDDM_CONTEXT_TYPE_VMSVGA_DX is not supported yet")); 4524 4541 break; 4525 4542 }
Note:
See TracChangeset
for help on using the changeset viewer.