VirtualBox

Ignore:
Timestamp:
Oct 21, 2010 5:42:50 AM (14 years ago)
Author:
vboxsync
Message:

crOpenGL/wddm: enable more blits

File:
1 edited

Legend:

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

    r33280 r33282  
    36903690                                  &src_rect, Src->resource.usage, Src->resource.pool, Src->resource.format_desc,
    36913691                                  &dst_rect, This->resource.usage, This->resource.pool, This->resource.format_desc)
    3692             && 0)
     3692            && (!(myDevice->adapter->gl_info.quirks & WINED3D_QUIRK_FULLSIZE_BLIT)
     3693                || (dst_rect.right==This->currentDesc.Width && dst_rect.bottom==This->currentDesc.Height
     3694                    && dst_rect.left==0 && dst_rect.top==0)
     3695               )
     3696           )
    36933697        {
    36943698            TRACE("Using stretch_rect_fbo\n");
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