Module: wine Branch: master Commit: 5f9f079d71d267a08661e6873edd63b966253665 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5f9f079d71d267a08661e6873e...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Wed Aug 26 10:18:09 2009 +0200
d3d9: Use the wined3d cs for wined3d locking.
---
dlls/d3d9/cubetexture.c | 101 ++++++----- dlls/d3d9/d3d9_main.c | 14 +- dlls/d3d9/d3d9_private.h | 1 - dlls/d3d9/device.c | 405 ++++++++++++++++++++++++----------------- dlls/d3d9/directx.c | 75 +++++--- dlls/d3d9/indexbuffer.c | 59 ++++--- dlls/d3d9/pixelshader.c | 61 ++++--- dlls/d3d9/query.c | 40 +++-- dlls/d3d9/stateblock.c | 41 +++-- dlls/d3d9/surface.c | 69 ++++--- dlls/d3d9/swapchain.c | 51 +++--- dlls/d3d9/texture.c | 106 +++++++----- dlls/d3d9/vertexbuffer.c | 60 ++++--- dlls/d3d9/vertexdeclaration.c | 26 ++- dlls/d3d9/vertexshader.c | 62 ++++--- dlls/d3d9/volume.c | 33 ++-- dlls/d3d9/volumetexture.c | 85 +++++----- 17 files changed, 746 insertions(+), 543 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5f9f079d71d267a08661e6...