Module: wine Branch: master Commit: 0f0fe49240522cc3cf67d2211c875fb38c140396 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f0fe49240522cc3cf67d2211c...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Fri Jun 22 15:57:27 2012 +0200
wined3d: Implement mode setting in the adapter instead of the device.
---
dlls/ddraw/ddraw.c | 2 +- dlls/wined3d/device.c | 80 +++----------------------------------------- dlls/wined3d/directx.c | 72 ++++++++++++++++++++++++++++++++++++++++ dlls/wined3d/swapchain.c | 8 +++-- dlls/wined3d/wined3d.spec | 2 +- include/wine/wined3d.h | 4 +- 6 files changed, 87 insertions(+), 81 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0f0fe49240522cc3cf67d2...