VirtualBox

Ignore:
Timestamp:
Oct 20, 2011 8:06:42 AM (13 years ago)
Author:
vboxsync
Message:

wddm/wine: BltSys2Vram for BltFast

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/surface.c

    r39044 r39047  
    44434443    }
    44444444
     4445#ifdef VBOX_WITH_WDDM
     4446    if (IWineD3DSurfaceImpl_BltSys2Vram(This, &DestRect, Source, &SrcRect, Flags, NULL, WINED3DTEXF_POINT) == WINED3D_OK)
     4447    {
     4448        hr = WINED3D_OK;
     4449        goto end;
     4450    }
     4451#endif
     4452
     4453
    44454454
    44464455    hr = IWineD3DBaseSurfaceImpl_BltFast(iface, dstx, dsty, Source, rsrc, trans);
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