VirtualBox

Changeset 50848 in vbox for trunk/include


Ignore:
Timestamp:
Mar 24, 2014 10:15:41 AM (11 years ago)
Author:
vboxsync
Message:

crOpenGL: new command submission continued

Location:
trunk/include/VBox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/VBoxVideoHost3D.h

    r50831 r50848  
    2828#include <iprt/cdefs.h>
    2929#include <VBox/VBoxVideo.h>
     30#include <VBox/hgcmsvc.h>
    3031
    3132/* screen update instance */
     
    112113        void(*pfnInternal)();
    113114        void* pvInternal;
    114     };
     115    } u;
    115116} VBOXCRCMDCTL;
     117
     118typedef struct VBOXCRCMDCTL_HGCM
     119{
     120    VBOXCRCMDCTL Hdr;
     121    VBOXHGCMSVCPARM aParms[1];
     122} VBOXCRCMDCTL_HGCM;
    116123
    117124typedef struct VBOXVDMAHOST * HVBOXCRCMDCTL_REMAINING_HOST_COMMAND;
  • trunk/include/VBox/vmm/pdmifs.h

    r50763 r50848  
    30763076                                                                   PFNCRCTLCOMPLETION pfnCompletion,
    30773077                                                                   void *pvCompletion));
     3078
     3079    DECLR3CALLBACKMEMBER(int, pfnCrCtlSubmitSync, (PPDMIDISPLAYVBVACALLBACKS pInterface,
     3080                                                                   struct VBOXCRCMDCTL* pCmd, uint32_t cbCmd));
    30783081} PDMIDISPLAYVBVACALLBACKS;
    30793082/** PDMIDISPLAYVBVACALLBACKS  */
    3080 #define PDMIDISPLAYVBVACALLBACKS_IID            "b78b81d2-c821-4e66-96ff-dbafa76343a5"
     3083#define PDMIDISPLAYVBVACALLBACKS_IID            "193b2975-215f-480a-abef-42f029ae890f"
    30813084
    30823085/** Pointer to a PCI raw connector interface. */
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