- 14 Sep, 2023 40 commits
-
-
Jacek Caban authored
-
Alfred Agrell authored
-
Jacek Caban authored
Based on patch by Evan Tang.
-
Jacek Caban authored
And discard irrelevant parts in select request.
-
Alexandre Julliard authored
-
Francois Gouget authored
This matches the ntdll:file fix. Wine-Bug: https://bugs.winehq.org//show_bug.cgi?id=54554
-
Esme Povirk authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53435
-
Esme Povirk authored
I prefer not to delete any tests, but I see no way to preserve this one while accounting for the possibility of an ignored message coming in during the 100 ms wait, and for the most part it seems redundant with other tests. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=53435
-
Alex Henrie authored
-
Alex Henrie authored
-
Piotr Caban authored
-
Piotr Caban authored
-
Zhiyi Zhang authored
Fix displaying Chinese characters as "??" in some applications with Chinese locale.
-
Zhiyi Zhang authored
-
Zebediah Figura authored
It's only used by the arbfp, nvts, and ffp pipes.
-
Zebediah Figura authored
This has been unused since 1bd56b6c.
-
Zebediah Figura authored
This has been unused since 1bd56b6c.
-
Zebediah Figura authored
This is no longer used. It was previously used in two places to perform an open-coded wined3d_context_gl_draw_textured_quad(), but the latter checks wined3d_texture_gl.target instead, which is set to GL_TEXTURE_2D or GL_TEXTURE_RECTANGLE_ARB under the exact same conditions, making this flag redundant even at the time. The two uses were removed in 012f9b03 [which changed the relevant code to use wined3d_context_gl_draw_textured_quad() instead], and cdacbd98 [which removed the relevant code entirely.]
-
Zebediah Figura authored
wined3d: Remove the unused "sampler" local variable from wined3d_context_vk_load_shader_resources(). This was made unused by a42808b5.
-
Zebediah Figura authored
-
Zebediah Figura authored
-
Zebediah Figura authored
vkd3d-shader only needs it for SV_VertexID and SV_InstanceID, which are specific to shader model 4 and higher.
-
Zebediah Figura authored
This fixes a validation error: [ VUID-VkShaderModuleCreateInfo-pCode-01091 ] Object 0: handle = 0x7fbdb300, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0xa7bb8db6 | vkCreateShaderModule(): The SPIR-V Capability (DrawParameters) was declared, but none of the requirements were met to use it. The Vulkan spec states: If pCode declares any of the capabilities listed in the SPIR-V Environment appendix, one of the corresponding requirements must be satisfied (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-VkShaderModuleCreateInfo-pCode-01091)
-
Alistair Leslie-Hughes authored
-
Hans Leidekker authored
-
Hans Leidekker authored
-
Gabriel Ivăncescu authored
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
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
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
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
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Gabriel Ivăncescu authored
Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
-
Stefan Dösinger authored
kwin resizes hidden windows most of the time. I see the existing flaky markers triggered on Windows 11 occasionally.
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-
Stefan Dösinger authored
-