Module: wine Branch: master Commit: 702eeb6b0c735017c87872f7f077f1f083478b29 URL: http://source.winehq.org/git/wine.git/?a=commit;h=702eeb6b0c735017c87872f7f0...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Mar 5 12:30:43 2009 +0100
wined3d: Add separate methods for setting the primitive type.
---
dlls/d3d10core/device.c | 12 +++- dlls/d3d8/device.c | 14 ++- dlls/d3d9/device.c | 14 ++- dlls/ddraw/device.c | 36 ++++----- dlls/wined3d/device.c | 169 +++++++++++++++++++++++++++++++++------- dlls/wined3d/drawprim.c | 51 +----------- dlls/wined3d/stateblock.c | 13 +++ dlls/wined3d/wined3d_private.h | 24 ++++--- include/wine/wined3d.idl | 12 ++-- 9 files changed, 217 insertions(+), 128 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=702eeb6b0c735017c87872...