Module: wine Branch: master Commit: bc07ad057921745c0b064ee6eaf06e2b9174c617 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bc07ad057921745c0b064ee6ea...
Author: Stefan Dösinger stefan@codeweavers.com Date: Mon Apr 6 16:44:00 2009 +0200
d3d8, d3d9: Don't rely on the wined3d buffer type.
---
dlls/d3d8/directx.c | 14 +++++++++++++- dlls/d3d8/indexbuffer.c | 13 ++++++------- dlls/d3d8/vertexbuffer.c | 13 ++++++------- dlls/d3d9/device.c | 24 +++++++++++++----------- dlls/d3d9/directx.c | 14 +++++++++++++- dlls/d3d9/vertexbuffer.c | 14 +++++++------- dlls/wined3d/device.c | 29 ++++++++++++----------------- dlls/wined3d/directx.c | 2 +- dlls/wined3d/utils.c | 2 -- 9 files changed, 71 insertions(+), 54 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bc07ad057921745c0b064e...