- 30 Jul, 2022 40 commits
-
-
Ken Thomases authored
-
Michael Müller authored
-
Paul Gofman authored
Adds 'multiply_special' config option which works around https://bugs.winehq.org/show_bug.cgi?id=34266. Signed-off-by: Paul Gofman <gofmanp@gmail.com>
-
Jarkko Korpi authored
As already done in wined3d_guess_card_vendor.
-
Henri Verbeet authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=47419
-
Henri Verbeet authored
RenderDoc/Qt creates swapchains with 2 buffers, a front buffer and a back buffer, and the DISCARD swap effect. It doesn't redraw the back buffer after a Present(), seemingly expecting that the back buffer will only be copied to the front buffer, and otherwise remain unmodified. Incidentally, CEF seems to behave in a similar way.
-
Andrew Wesie authored
Signed-off-by: Andrew Wesie <awesie@gmail.com>
-
Andrew Wesie authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=44514Signed-off-by: Andrew Wesie <awesie@gmail.com>
-
Stanislav Zhukov authored
Signed-off-by: Stanislav Zhukov <koncord@tes3mp.com>
-
Christian Costa authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Michael Müller authored
-
Michael Müller authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Paul Gofman authored
-
Michael Müller authored
FIXME: Reimplement wined3d_device_get_available_texture_mem without using the context on the main thread.
-
Michael Müller authored
-
Sebastian Lackner authored
-
Mark Harmstone authored
-
Sebastian Lackner authored
-
Michael Müller authored
-
Hao Peng authored
Add a feature to winecfg. User can double click in dlls list to edit overides of selected item.
-
Michael Müller authored
-
Michael Müller authored
-
Michael Müller authored
Pythons ssl module raises an exception if the CA certificate store is empty. Wine currently doesn't add any certificates to this store and this patch tries to solve the problem by adding a dummy certificate. The certificate shouldn't have any effect though as it is invalid by design. The dates were choosen in a way that this certificate can never be valid: Not Before: Mar 13 02:13:31 2016 GMT Not After : Mar 12 02:13:31 2016 GMT
-
Michael Müller authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Dmitry Timoshkov authored
-
Alistair Leslie-Hughes authored
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
-
Alistair Leslie-Hughes authored
windows.networking.connectivity: IConnectionProfile GetNetworkConnectivityLevel always return internet access
-
Alistair Leslie-Hughes authored
-
Alistair Leslie-Hughes authored
This is a temp solution until the IDL can used for registration.
-
Alistair Leslie-Hughes authored
v2: Fixed QueryInterfaces Based off patch by Esdras Tarsis.
-
Esdras Tarsis authored
v2: Add Proper QueryInterface Fixed Initial Reference Count value.
-