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/volume.c

    r28475 r30916  
    408408
    409409    hr = resource_init((IWineD3DResource *)volume, WINED3DRTYPE_VOLUME, device,
    410             width * height * depth * format_desc->byte_count, usage, format_desc, pool, parent, parent_ops);
     410            width * height * depth * format_desc->byte_count, usage, format_desc, pool, parent, parent_ops
     411#ifdef VBOXWDDM
     412            , NULL, NULL
     413#endif
     414            );
    411415    if (FAILED(hr))
    412416    {
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