VirtualBox

Changeset 20483 in vbox for trunk/src


Ignore:
Timestamp:
Jun 11, 2009 9:58:45 PM (16 years ago)
Author:
vboxsync
Message:

video hw accel: blt impl basics for guest video drv

Location:
trunk/src/VBox/Additions/WINNT/Graphics/Display
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/dd.c

    r20478 r20483  
    10721072DWORD APIENTRY DdBlt(PDD_BLTDATA  lpBlt)
    10731073{
     1074    PPDEV pDev = (PPDEV)lpBlt->lpDD->dhpdev;
    10741075    DISPDBG((0, "%s\n", __FUNCTION__));
    1075     lpBlt->ddRVal = DD_OK;
     1076    vboxVHWASurfBlt(pDev, lpBlt);
    10761077    return DDHAL_DRIVER_HANDLED;
    10771078}
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/driver.h

    r20478 r20483  
    9898{
    9999    VBOXVHWA_SURFHANDLE hHostHandle;
     100    volatile uint32_t cPendingBltsSrc;
     101    volatile uint32_t cPendingBltsDst;
     102    volatile uint32_t cPendingFlips;
    100103}VBOXVHWASURFDESC, *PVBOXVHWASURFDESC;
     104
    101105typedef struct _VBOXVHWAINFO
    102106{
     
    299303void vboxVHWASurfCreate(PPDEV ppdev, PDD_CREATESURFACEDATA  lpCreateSurface);
    300304void vboxVHWASurfDestroy(PPDEV ppdev, PDD_DESTROYSURFACEDATA  lpDestroySurface);
     305void vboxVHWASurfBlt(PPDEV ppdev, PDD_BLTDATA  lpBlt);
    301306 #endif
    302307#endif
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