Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.

winecfg: Set DirectDrawRenderer to "gdi" when Gallium Nine is enabled #25

Closed
wants to merge 35 commits into from
Closed

Conversation

kakurasan
Copy link

@kakurasan kakurasan commented Jan 10, 2017

This adds a new DLL "ddraw-nine.dll", which ignores IDirectDraw7::SetCooperativeLevel().
The DLL uses PARENTSPEC in its Makefile.in, so the "makedep-PARENTSPEC" patch from Wine Staging is required.

Set DirectDrawRenderer to "gdi" when Gallium Nine is enabled.

This fixes iXit/Mesa-3D#65 (black screen issue in programs that use "DX Library").

mmueller2012 and others added 30 commits December 11, 2016 12:06
Author: Sebastian Lackner <[email protected]>
Tested-By: Patrick Rudolph <[email protected]>
Contributors:
Tiziano Bacocco <[email protected]>
Axel Davy <[email protected]>
David Heidelberg <[email protected]>
Patrick Rudolph <[email protected]>
Nick Sarnie <[email protected]>
Joakim Sindholt <[email protected]>
Emil Velikov <[email protected]>
This enables the Steam overlay to work

Signed-off-by: Axel Davy <[email protected]>
Add new function for presentation interface 1.2.

Fixes issue #102.

Signed-off-by: Patrick Rudolph <[email protected]>
Copy WINE's wined3d wndproc hooking code.
The code is taken from wined3d/device.c and wined3d/swapchain.c.

The new approach works much better than using SetWindowsHookEx.
Use display resolution from registry instead initial display
resolution.
Intercept WM_SYSCOMMAND as it wasn't possible before.

Fixes most of failing wine tests test_wndproc() device.c.

Signed-off-by: Patrick Rudolph <[email protected]>
The value to compare with hasn't been written in case the
device is started in fullscreen.
Check device window to make sure the data to compare with is valid.

Signed-off-by: Patrick Rudolph <[email protected]>
Filter invalid modes and frequency.

Fixes failing wine test test_reset().

Signed-off-by: Patrick Rudolph <[email protected]>
In error cases don't try to set Vtbl pointer.

Signed-off-by: Patrick Rudolph <[email protected]>
GL headers and WINE headers define and use APIENTRY.
Make sure not to use WINE's APIENTRY in GL headers, as
it causes ABI mismatch on function entry.

Fixes DRI2 on x86_64. Issue #183.

Signed-off-by: Patrick Rudolph <[email protected]>
Get rid of D3DPRESENT_PARAMETERS in dri3.
Required to remove d3d9.h headers.

Signed-off-by: Patrick Rudolph <[email protected]>
Get rid of d3d9.h include in dri3.c.

Signed-off-by: Patrick Rudolph <[email protected]>
Remove unneeded includes.

Signed-off-by: Patrick Rudolph <[email protected]>
Repleace pthread mutex with CriticalSection to get rid of
libpthread dependency.

Signed-off-by: Patrick Rudolph <[email protected]>
Fixes a failing WINE test.

Signed-off-by: Patrick Rudolph <[email protected]>
Return more errors to caller and print errors.

Signed-off-by: Patrick Rudolph <[email protected]>
It's no longer needed for d3d9-nine.dll

Signed-off-by: Patrick Rudolph <[email protected]>
Trace resolution changes in
DRI3Present_ChangePresentParameters.

Signed-off-by: Patrick Rudolph <[email protected]>
Only switch back to initial resolution in case the
device was fullscreen and is windowed now.

Signed-off-by: Patrick Rudolph <[email protected]>
The workaround is no longer needed.
Fixes the last failing WINE test and actives focus
window on device reset.

Signed-off-by: Patrick Rudolph <[email protected]>
D3DCREATE_NOWINDOWCHANGES is part of BehaviorFlags,
not part of D3DPRESENT_PARAMETERS flags.

Signed-off-by: Patrick Rudolph <[email protected]>
Clear resolution_mismatch after resolution change, as the
new "correct" resolution hasn't been set yet.

Signed-off-by: Patrick Rudolph <[email protected]>
siro20 and others added 4 commits December 12, 2016 17:41
Fix for issue #244.

Signed-off-by: Patrick Rudolph <[email protected]>
Add the new functions of presentation interface 1.3.
Try to detect client side window decorations using xcb functions.

Signed-off-by: Patrick Rudolph <[email protected]>
@axeldavy
Copy link

I agree with siro on this topic

This is a workaround for black screen issue in programs
that use "DX Library".

Signed-off-by: Masanori Kakura <[email protected]>
@kakurasan kakurasan changed the title Add a new DLL that ignores IDirectDraw7::SetCooperativeLevel() winecfg: Set DirectDrawRenderer to "gdi" when Gallium Nine is enabled Jan 11, 2017
@kakurasan
Copy link
Author

Closing because the "black screen" issue can be worked around without this and I'm not sure this is really useful.

@kakurasan kakurasan closed this Dec 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

WOLF RPG Editor (Game.exe): Black screen in GPU rendering mode
5 participants