Module: wine Branch: master Commit: 149a85c2e7b5b11daf8efcd169f6980350c955e4 URL: http://source.winehq.org/git/wine.git/?a=commit;h=149a85c2e7b5b11daf8efcd169...
Author: Stefan Dösinger stefan@codeweavers.com Date: Thu Jan 24 00:39:12 2013 +0100
d3d: Remove high level patch support.
No Windows driver ever exposed this, and no game uses this. The only application that used this feature is a DirectX 8 SDK sample.
---
dlls/d3d8/device.c | 38 +---- dlls/d3d9/device.c | 38 +---- dlls/wined3d/device.c | 149 --------------- dlls/wined3d/directx.c | 3 +- dlls/wined3d/drawprim.c | 400 ---------------------------------------- dlls/wined3d/wined3d.spec | 3 - dlls/wined3d/wined3d_private.h | 21 -- include/wine/wined3d.h | 5 - 8 files changed, 13 insertions(+), 644 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=149a85c2e7b5b11daf8efc...