Module: wine
Branch: master
Commit: a47e7badb9484b123be413cdd353ced601b10d99
URL: http://source.winehq.org/git/wine.git/?a=commit;h=a47e7badb9484b123be413cdd…
Author: Stefan Dösinger <stefan(a)codeweavers.com>
Date: Tue Jul 29 11:03:59 2008 -0500
ddraw: Set ddraw caps in wined3d.
Currently the ddraw capabilities were almost static, except of D3D
support. When overlay support is added, the caps depend on certain
settings in WineD3D or capabilities available from OpenGL and Xv. So
set those caps in wined3d as well.
---
dlls/ddraw/ddraw.c | 54 ++++++++++++++++-
dlls/ddraw/ddraw_private.h | 2 -
dlls/ddraw/main.c | 53 ----------------
dlls/wined3d/directx.c | 63 ++++++++++++++++++-
include/wine/wined3d_caps.h | 140 ++++++++++++++++++++++++++++++++++++++++++
include/wine/wined3d_types.h | 22 +++++++
6 files changed, 276 insertions(+), 58 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a47e7badb9484b123be41…