[PATCH 10/10] gdi32/tests: Add D3DKMTCheckOcclusion tests.

Józef Kucia joseph.kucia at gmail.com
Wed May 15 09:14:30 CDT 2019


On Wed, May 15, 2019 at 3:45 PM Zhiyi Zhang <zzhang at codeweavers.com> wrote:
>
> Mostly to show that D3DKMTCheckOcclusion is mainly composed of
> ownership checks rather than actually window occlusion. Also
> composition status doesn't affect its behavior despite MSDN
> say so.
>
> Signed-off-by: Zhiyi Zhang <zzhang at codeweavers.com>
> ---
>  dlls/gdi32/tests/Makefile.in |   2 +-
>  dlls/gdi32/tests/driver.c    | 382 +++++++++++++++++++++++++++++++++++
>  2 files changed, 383 insertions(+), 1 deletion(-)
>
> diff --git a/dlls/gdi32/tests/Makefile.in b/dlls/gdi32/tests/Makefile.in
> index 9d82c278e9..6c32f22c1d 100644
> --- a/dlls/gdi32/tests/Makefile.in
> +++ b/dlls/gdi32/tests/Makefile.in
> @@ -1,5 +1,5 @@
>  TESTDLL   = gdi32.dll
> -IMPORTS   = user32 gdi32 advapi32
> +IMPORTS   = user32 gdi32 advapi32 d3d10_1 dxgi

I think we don't want to require d3d10_1 and dxgi for gdi32 tests.



More information about the wine-devel mailing list