VirtualBox

Ignore:
Timestamp:
Feb 15, 2022 12:35:21 PM (3 years ago)
Author:
vboxsync
Message:

3D/VMSVGA: Accept the CreateContext request for VBOXWDDM_CONTEXT_TYPE_VMSVGA_DX context type in KMD driver, bugref:9845

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/VBoxMPWddm.cpp

    r93115 r93749  
    44484448                    }
    44494449#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
    44504459                    default:
    44514460                    {
     
    45224531        {
    45234532            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"));
    45244541            break;
    45254542        }
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette