Changeset 33282 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Wine
- Timestamp:
- Oct 21, 2010 5:42:50 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/surface.c
r33280 r33282 3690 3690 &src_rect, Src->resource.usage, Src->resource.pool, Src->resource.format_desc, 3691 3691 &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 ) 3693 3697 { 3694 3698 TRACE("Using stretch_rect_fbo\n");
Note:
See TracChangeset
for help on using the changeset viewer.