From: Andrey Gusev andrey.goosev@gmail.com
--- dlls/wined3d/context_gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/wined3d/context_gl.c b/dlls/wined3d/context_gl.c index 75f94678e14..6b606617f3d 100644 --- a/dlls/wined3d/context_gl.c +++ b/dlls/wined3d/context_gl.c @@ -2575,7 +2575,7 @@ GLuint64 wined3d_device_gl_get_dummy_bindless_handle(const struct wined3d_device case WINED3D_SHADER_RESOURCE_TEXTURE_2DMS: return device_gl->dummy_textures.bindless.tex_2d_ms; case WINED3D_SHADER_RESOURCE_TEXTURE_2DMSARRAY: - return device_gl->dummy_textures.bindless.tex_2d_array; + return device_gl->dummy_textures.bindless.tex_2d_ms_array; default: FIXME("Unhandled resource type %#x.\n", type); return 0;
Hi,
It looks like your patch introduced the new failures shown below. Please investigate and fix them before resubmitting your patch. If they are not new, fixing them anyway would help a lot. Otherwise please ask for the known failures list to be updated.
The tests also ran into some preexisting test failures. If you know how to fix them that would be helpful. See the TestBot job for the details:
The full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=147677
Your paranoid android.
=== debian11b (64 bit WoW report) ===
user32: input.c:4305: Test succeeded inside todo block: button_down_hwnd_todo 1: got MSG_TEST_WIN hwnd 00000000014000DA, msg WM_LBUTTONDOWN, wparam 0x1, lparam 0x320032
This merge request was approved by Elizabeth Figura.
This merge request was approved by Jan Sikorski.