Changeset 48896 in vbox
- Timestamp:
- Oct 4, 2013 7:17:40 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/device.c
r48345 r48896 4541 4541 } 4542 4542 4543 #ifdef VBOX_WITH_WDDM 4544 /* @todo: should we extend this to XPDM as well? 4545 * MSDN says that setting a *new* render target causes the viewport update to full size of the rt.*/ 4546 prev = device->fb.render_targets[render_target_idx]; 4547 if (render_target == prev) 4548 return WINED3D_OK; 4549 #endif 4550 4543 4551 /* Set the viewport and scissor rectangles, if requested. Tests show that 4544 4552 * stateblock recording is ignored, the change goes directly into the … … 4563 4571 } 4564 4572 4565 4573 #ifndef VBOX_WITH_WDDM 4566 4574 prev = device->fb.render_targets[render_target_idx]; 4567 4575 if (render_target == prev) 4568 4576 return WINED3D_OK; 4577 #endif 4569 4578 4570 4579 if (render_target)
Note:
See TracChangeset
for help on using the changeset viewer.