78876: Subject: [1/4] ddraw/tests: Not all GPUs support dwZBufferBitDepth=24 on Windows

buildbot at kegel.com buildbot at kegel.com
Wed Sep 14 18:12:50 CDT 2011


This is an experimental automated build and test service.
Please feel free to ignore this email while we work the kinks out.

For more info about this message, see http://wiki.winehq.org/BuildBot

The Buildbot has detected a failed build on builder runtests-default while building Wine.
Full details are available at: http://buildbot.kegel.com/builders/runtests-default/builds/70 (though maybe not for long, as I'm still reinstalling the buildbot periodically while experimenting)
BUILD FAILED: failed shell_3

Errors:
action.c:4792: Test failed: The 'Spooler' service does not exist
make: *** [action.ok] Error 1
install.c:5393: Test failed: Directory not created
install.c:5409: Test failed: Directory not created
install.c:5457: Test failed: Directory not created
install.c:5706: Test failed: Directory not present or not empty
install.c:5768: Test failed: Directory not present or not empty
install.c:5502: Test failed: Directory not created
install.c:5527: Test failed: Directory not created
install.c:5552: Test failed: Directory not created
make: *** [install.ok] Error 8

-------------- next part --------------
From: Stefan Dösinger <stefan at codeweavers.com>
Subject: [1/4] ddraw/tests: Not all GPUs support dwZBufferBitDepth=24 on Windows
Message-Id: <201109150041.35763.stefan at codeweavers.com>
Date: Thu, 15 Sep 2011 00:41:32 +0200

From 9e79ad38c28014cd8e625f9081ac5666a61e3b15 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stefan=20D=C3=B6singer?= <stefan at codeweavers.com>
Date: Mon, 29 Aug 2011 19:50:16 +0200
Subject: [PATCH 1/4] ddraw/tests: Not all GPUs support dwZBufferBitDepth=24 on Windows

My Radeon X1600 supports D3DFMT_D24X8 in d3d8 and d3d9 just fine, but uses
dwZBufferBitDepth=32 in ddraw for this format. Windows XP doesn't catch this
like Vista and Windows 7 do, so trying to create a surface with zbitdepth=24
fails.
---
 dlls/ddraw/tests/dsurface.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/ddraw/tests/dsurface.c b/dlls/ddraw/tests/dsurface.c
index 6b23c70..12026d8 100644
--- a/dlls/ddraw/tests/dsurface.c
+++ b/dlls/ddraw/tests/dsurface.c
@@ -3987,7 +3987,7 @@ static void zbufferbitdepth_test(void)
             }
         },
         {
-            24, ZFMT_SUPPORTED_ALWAYS,
+            24, ZFMT_SUPPORTED_HWDEPENDENT,
             {
                 sizeof(DDPIXELFORMAT), DDPF_ZBUFFER, 0,
                 {24}, {0}, {0x00ffffff}, {0x00000000}, {0x00000000}
-- 
1.7.3.4


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)

iQIcBAABAgAGBQJOcS2fAAoJEN0/YqbEcdMw7nsP/1GTo6W0oZGMq0Dk2VcqiPNl
TcwhdHUz/Xxkx96KG17ep6FO7aMVrjxg7OI5OZwuBDnMUM/6XS3BUbu/lG+h7di7
Jil6qXzC395h0yjkVx+f1mJJjRJgRyZIGgztN2d6LwXi2GuJvjZUoHkRsSDhdpsG
5EPQZf/S0uzuC5tdQfr7/cxUyI/gCpIDNB/YbbLEIvpL6YcNjB2wj4UdrP6pH5pQ
UvydkHj5Bp21CFM/QaURzzleB+4hZ6AhdxNaOy5D7G2Bl33RCaVXSXF9Tuezw7MB
f2HewRSfbTvKpl+9qazUxWTs48flDkffMWkbXvV819xm6CJRbBmqReNm2l88zwMA
RXgx/yvxMoKjiDOy4k/C6VLSQCxTCfugbU7YLLeLK5zf8PxBmKiHxQQc3GiOjRkY
WK9mFrwEk/Pn67bI9pZWeShNU29glaI2oOYUuI1+3iTme2pLXubNYJChVf9Qqt4a
/BQWeiG+sg/y8lpq7x7QQE8b5WMt94gxgSxg8pqpDlC5sf39HOgW2gxOFJPTBBqN
fi/u7o+a6aUkBO90vZPSP47oAi9X77JUClHEIDcJxT4yckzQHRkQ+gtIVf1xDyPT
ciYovwyCyTuUNyR1jXFbR4o7xsslPgSEMhz6lHx/Zzy18XaHdruEYIq5aZQ1a3QH
OtJdE0daPJjDdunbVSID
=kOk0
-----END PGP SIGNATURE-----



More information about the wine-tests-results mailing list