- 05 Dec, 2023 24 commits
-
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Rémi Bernon authored
-
Aurimas Fišeras authored
-
Rémi Bernon authored
Fixes: 62a97934
-
Zebediah Figura authored
This was fixed by ef290846. I misremembered when writing that commit's message; we don't actually invalidate STATE_SAMPLER when binding an SRV. Hence the code was not just "fragile" but in fact already broken.
-
Zebediah Figura authored
This was fixed by ef290846. I misremembered when writing that commit's message; we don't actually invalidate STATE_SAMPLER when binding an SRV. Hence the code was not just "fragile" but in fact already broken.
-
Henri Verbeet authored
dxgi: Avoid redundantly setting the present info wait semaphore fields in d3d12_swapchain_queue_present().
-
Henri Verbeet authored
dxgi/tests: Release the swapchain after waiting for the window thread to finish in test_resize_target_wndproc(). In order to prevent resize_target_wndproc() from potentially accessing the swapchain after it has been destroyed.
-
Daniel Lehman authored
-
Anton Baskanov authored
Based on the code from quartz_parser and wg_parser.
-
Anton Baskanov authored
-
Anton Baskanov authored
-
Anton Baskanov authored
-
Alex Henrie authored
-
Alex Henrie authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
- 04 Dec, 2023 16 commits
-
-
Vijay Kiran Kamuju authored
-
Vijay Kiran Kamuju authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55978
-
Jon Doron authored
Starcraft Remastered is looking up for the GPU physical memory size to check for minimum requirements to enable RealTime Lighting. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46624Signed-off-by: Jon Doron <arilou@gmail.com>
-
Haoyang Chen authored
-
Haoyang Chen authored
If explicit_handle is defined in the idl file, c/s use explicit handles, then an explicit handle must be passed in to the server-side interface
-
Zhiyi Zhang authored
wg_transform_get_status() returns bool, not HRESULT.
-
Zhiyi Zhang authored
video_format can be leaked when encountering an invalid WMV format.
-
Alex Henrie authored
-
Alex Henrie authored
-
Zhiyi Zhang authored
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
These methods are not called from any of our objects that hold ref to the inner window only, and since we return outer windows to external callers now, they *must* have a ref to the outer window, which effectively means these cannot be NULL. And some other places didn't check for NULL either (e.g. get_parent). Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
This would have crashed on detached windows, and checking the navigation_start time has the same effect except it's decoupled from the outer window. Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Rémi Bernon authored
-
Rémi Bernon authored
-