Henri Verbeet : d3d9: Fix locking.

Alexandre Julliard julliard at winehq.org
Mon Mar 23 12:34:52 CDT 2009


Module: wine
Branch: master
Commit: fd3d769a12b018a29ccdcc4779f2f227d4a41904
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fd3d769a12b018a29ccdcc4779f2f227d4a41904

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Mon Mar 23 08:30:16 2009 +0100

d3d9: Fix locking.

It appears there are some calls to wined3d missing critical sections.

---

 dlls/d3d9/device.c        |   35 +++++----
 dlls/d3d9/directx.c       |    3 +
 dlls/d3d9/indexbuffer.c   |    2 +
 dlls/d3d9/pixelshader.c   |    9 ++-
 dlls/d3d9/swapchain.c     |    9 ++-
 dlls/d3d9/vertexbuffer.c  |    9 ++-
 dlls/d3d9/volume.c        |   69 ++++++++++++++++-
 dlls/d3d9/volumetexture.c |  184 +++++++++++++++++++++++++++++++++++++++++----
 8 files changed, 283 insertions(+), 37 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=fd3d769a12b018a29ccdcc4779f2f227d4a41904



More information about the wine-cvs mailing list