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

    r28475 r30916  
    535535            };
    536536
     537#ifdef VBOXWDDM
    537538            hr = IWineD3DDeviceParent_CreateSurface(device->device_parent, parent, tmp_w, tmp_w,
    538                     format, usage, pool, i /* Level */, j, &texture->surfaces[j][i]);
     539                    format, usage, pool, i /* Level */, j, &texture->surfaces[j][i]
     540                    , NULL, NULL /* <- no need this info here */
     541                );
     542#else
     543            hr = IWineD3DDeviceParent_CreateSurface(device->device_parent, parent, tmp_w, tmp_w,
     544                    format, usage, pool, i /* Level */, j, &texture->surfaces[j][i]
     545                );
     546#endif
    539547            if (FAILED(hr))
    540548            {
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