Module: wine Branch: master Commit: 2465b4cf01a19af9dfda4b417a8608f6bcc834b9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2465b4cf01a19af9dfda4b417a...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Tue Aug 31 18:41:41 2010 +0200
d3d9: Move device functions to device.c.
---
dlls/d3d9/d3d9_private.h | 45 ----- dlls/d3d9/device.c | 364 +++++++++++++++++++++++++++++++++++++++++ dlls/d3d9/pixelshader.c | 135 --------------- dlls/d3d9/swapchain.c | 40 ----- dlls/d3d9/vertexdeclaration.c | 43 ----- dlls/d3d9/vertexshader.c | 144 ---------------- 6 files changed, 364 insertions(+), 407 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=2465b4cf01a19af9dfda4b...