13 Feb
2007
13 Feb
'07
5:07 p.m.
Module: wine Branch: master Commit: f5f501d5735c552dc5082e4eabf7ac4c9afa3ebe URL: http://source.winehq.org/git/wine.git/?a=commit;h=f5f501d5735c552dc5082e4eab... Author: Stefan Dösinger <stefan(a)codeweavers.com> Date: Mon Feb 12 19:22:41 2007 +0100 wined3d: Use the context manager to create onscreen contexts. --- dlls/wined3d/context.c | 324 +++++++++++++++++++++--------------- dlls/wined3d/device.c | 363 ++++++++++++---------------------------- dlls/wined3d/swapchain.c | 163 +++++-------------- dlls/wined3d/wined3d_private.h | 11 +- 4 files changed, 333 insertions(+), 528 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=f5f501d5735c552dc5082e...