VirtualBox

Ignore:
Timestamp:
Sep 16, 2010 10:00:43 AM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: wine multi-swapchain fixes, umd driver fixes

File:
1 edited

Legend:

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

    r32461 r32545  
    69696969    if (wined3d_settings.strict_draw_ordering || (dst_swapchain
    69706970            && ((IWineD3DSurface *)dst_surface == dst_swapchain->frontBuffer
    6971             || dst_swapchain->num_contexts > 1)))
     6971#ifdef VBOXWDDM
     6972            || dst_swapchain->device->numContexts > 1
     6973#else
     6974            || dst_swapchain->num_contexts > 1
     6975#endif
     6976            )))
    69726977        wglFlush(); /* Flush to ensure ordering across contexts. */
    69736978
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