Module: wine Branch: master Commit: bf10dbe8a6f319116885547fc9465210fd494833 URL: http://source.winehq.org/git/wine.git/?a=commit;h=bf10dbe8a6f319116885547fc9...
Author: Henri Verbeet hverbeet@codeweavers.com Date: Thu Oct 29 18:56:21 2009 +0100
wined3d: Map D3DFMT_D24S8 to WINED3DFMT_D24_UNORM_S8_UINT.
The internal order of the depth and stencil bits is unspecified since the format isn't lockable.
---
dlls/d3d8/device.c | 4 ++-- dlls/d3d9/device.c | 4 ++-- dlls/ddraw/direct3d.c | 2 +- dlls/ddraw/utils.c | 6 +++--- dlls/wined3d/context.c | 4 ++-- dlls/wined3d/directx.c | 2 +- dlls/wined3d/surface.c | 2 +- dlls/wined3d/utils.c | 11 +++++------ include/wine/wined3d.idl | 1 - 9 files changed, 17 insertions(+), 19 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=bf10dbe8a6f31911688554...