VirtualBox

Ignore:
Timestamp:
Jul 19, 2010 8:32:01 PM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: Aero: fix gdi-backend textures update, avoid extra memcpy for sysmem textures Lock/Unlock

File:
1 edited

Legend:

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

    r28475 r30916  
    4444
    4545    hr = resource_init((IWineD3DResource *)texture, resource_type, device,
    46             size, usage, format_desc, pool, parent, parent_ops);
     46            size, usage, format_desc, pool, parent, parent_ops
     47#ifdef VBOXWDDM
     48            , NULL, NULL /* <- no need this info here */
     49#endif
     50            );
    4751    if (FAILED(hr))
    4852    {
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