Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
2934f820 by Giovanni Mascellani at 2024-09-26T17:42:16+02:00
vkd3d-shader: Get rid of the SAMPLER data type.
- - - - -
e5872631 by Giovanni Mascellani at 2024-09-26T17:42:16+02:00
vkd3d-shader: Get rid of the UAV data type.
- - - - -
8d85ea2d by Giovanni Mascellani at 2024-09-26T17:42:16+02:00
vkd3d-shader: Get rid of the RESOURCE data type.
- - - - -
5 changed files:
- libs/vkd3d-shader/d3d_asm.c
- libs/vkd3d-shader/dxil.c
- libs/vkd3d-shader/ir.c
- libs/vkd3d-shader/tpf.c
- libs/vkd3d-shader/vkd3d_shader_private.h
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/afa2fd527c2b2951c8039c8b3662…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/afa2fd527c2b2951c8039c8b3662…
You're receiving this email because of your account on gitlab.winehq.org.
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.