Module: wine Branch: master Commit: 90fe64cee017dc5e835dc1b1ab22f76b14ccab53 URL: http://source.winehq.org/git/wine.git/?a=commit;h=90fe64cee017dc5e835dc1b1ab...
Author: Stefan Dösinger stefan@codeweavers.com Date: Sun Mar 4 17:31:06 2007 +0100
wined3d: Store an array of contexts in the swapchain.
This is a preparation for using multiple contexts on one drawable to handle multithreading.
---
dlls/wined3d/context.c | 8 ++++---- dlls/wined3d/device.c | 17 +++++++++++------ dlls/wined3d/swapchain.c | 16 ++++++++++------ dlls/wined3d/wined3d_private.h | 5 +++-- 4 files changed, 28 insertions(+), 18 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=90fe64cee017dc5e835dc1...