Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
459f141e by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_ROUND_Z.
- - - - -
929010ff by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement support for the VKD3DSPR_DEPTHOUT register.
- - - - -
93cd63bc by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_DP3.
- - - - -
b9d8b84b by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_DP4.
- - - - -
92a7cc34 by Henri Verbeet at 2024-09-26T01:04:32+02:00
vkd3d-shader/glsl: Implement VKD3DSIH_DP2.
- - - - -
7 changed files:
- libs/vkd3d-shader/glsl.c
- tests/hlsl/d3dcolor-to-ubyte4.shader_test
- tests/hlsl/depth-out.shader_test
- tests/hlsl/determinant.shader_test
- tests/hlsl/dot.shader_test
- tests/hlsl/reflect.shader_test
- tests/hlsl/trunc.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e8b14d765dbebae32d83aa5d2a75…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/e8b14d765dbebae32d83aa5d2a75…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
4d2346ed by Matteo Bruni at 2024-09-25T21:18:01+02:00
d3dx9/tests: Handle uncommon test results in test_D3DXCheckTextureRequirements().
- - - - -
e9516bb7 by Matteo Bruni at 2024-09-25T21:18:01+02:00
d3dx9/tests: Handle lack of support for D3DFMT_A1R5G5B5 in test_D3DXFillCubeTexture().
- - - - -
e5b39f91 by Matteo Bruni at 2024-09-25T21:18:01+02:00
d3dx9: Clean up color key handling in convert_argb_pixels() and point_filter_argb_pixels().
- - - - -
2 changed files:
- dlls/d3dx9_36/surface.c
- dlls/d3dx9_36/tests/texture.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/17dba5c40f2a05eb38ecd8b839ca8…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/17dba5c40f2a05eb38ecd8b839ca8…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
7f544671 by Elizabeth Figura at 2024-09-25T21:17:43+02:00
wined3d: Move geometry_shader_init_stream_output().
- - - - -
cca405d0 by Elizabeth Figura at 2024-09-25T21:17:43+02:00
wined3d: Call geometry_shader_init_stream_output() from shader_set_function().
- - - - -
4c7af7e3 by Elizabeth Figura at 2024-09-25T21:17:43+02:00
wined3d: Remove the redundant "device" parameter to shader_set_function().
- - - - -
33bd489b by Elizabeth Figura at 2024-09-25T21:17:43+02:00
wined3d: Merge the rest of vertex_shader_init() into shader_set_function().
- - - - -
17dba5c4 by Elizabeth Figura at 2024-09-25T21:17:43+02:00
wined3d: Merge the rest of pixel_shader_init() into shader_set_function().
- - - - -
1 changed file:
- dlls/wined3d/shader.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe8f0acbe6cb974ba63bd631370b9…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/fe8f0acbe6cb974ba63bd631370b9…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fe8f0acb by Jinoh Kang at 2024-09-25T21:17:43+02:00
win32u: Don't release surface before passing it to create_offscreen_window_surface().
create_offscreen_window_surface() expects to borrow a reference from
*window_surface argument if it is not NULL.
Fixes: 8dd4b62e4c7 (win32u: Move offscreen window surface creation fallback., 2024-06-27)
- - - - -
1 changed file:
- dlls/win32u/dce.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fe8f0acbe6cb974ba63bd631370b9c…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/fe8f0acbe6cb974ba63bd631370b9c…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
51b3b7ec by Anton Baskanov at 2024-09-25T21:17:43+02:00
dplayx: Unlink and clean up the reply struct on error paths in DP_MSG_ExpectReply().
- - - - -
146b5b6b by Anton Baskanov at 2024-09-25T21:17:43+02:00
dplayx: Return and check HRESULT from DP_MSG_ExpectReply().
- - - - -
089f5e97 by Anton Baskanov at 2024-09-25T21:17:43+02:00
dplayx: Allow specifying multiple reply command ids in DP_MSG_ExpectReply().
- - - - -
8aadbdc6 by Anton Baskanov at 2024-09-25T21:17:43+02:00
dplayx: Expect SUPERENUMPLAYERSREPLY in DP_MSG_ForwardPlayerCreation().
- - - - -
894b53cc by Anton Baskanov at 2024-09-25T21:17:43+02:00
dpwsockx: Return DP_OK from CreatePlayer().
- - - - -
c6047929 by Anton Baskanov at 2024-09-25T21:17:43+02:00
dpwsockx: Add a partial SendEx() implementation.
- - - - -
e63927b2 by Anton Baskanov at 2024-09-25T21:17:43+02:00
dplayx: Use SendEx() instead of Send().
- - - - -
7 changed files:
- dlls/dplayx/dplay.c
- dlls/dplayx/dplay_global.h
- dlls/dplayx/dplayx_messages.c
- dlls/dplayx/dplayx_messages.h
- dlls/dplayx/tests/dplayx.c
- dlls/dpwsockx/dpwsockx_dll.h
- dlls/dpwsockx/dpwsockx_main.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf659caacc6b93ba25446d7cc417b…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/bf659caacc6b93ba25446d7cc417b…
You're receiving this email because of your account on gitlab.winehq.org.