Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
02b249d5 by Francisco Casas at 2024-09-14T15:57:40+02:00
vkd3d-shader/hlsl: Introduce enum hlsl_compile_type.
- - - - -
3423d1b5 by Francisco Casas at 2024-09-14T15:59:35+02:00
tests: Test ConstructGSWithSO() parsing.
- - - - -
1f9fc2a4 by Francisco Casas at 2024-09-14T16:02:43+02:00
vkd3d-shader/hlsl: Process GeometryShader as a valid stateblock lhs.
- - - - -
4aa262d7 by Francisco Casas at 2024-09-14T16:09:08+02:00
vkd3d-shader/hlsl: Parse ConstructGSWithSO().
- - - - -
ffc14494 by Francisco Casas at 2024-09-14T16:09:12+02:00
vkd3d-shader/hlsl: Allow effect calls on default value initializers.
- - - - -
12 changed files:
- Makefile.am
- libs/vkd3d-shader/fx.c
- libs/vkd3d-shader/hlsl.c
- libs/vkd3d-shader/hlsl.h
- libs/vkd3d-shader/hlsl.l
- libs/vkd3d-shader/hlsl.y
- libs/vkd3d-shader/vkd3d_shader_private.h
- tests/hlsl/annotations.shader_test
- tests/hlsl/array-dimension.shader_test
- + tests/hlsl/constructgswithso.shader_test
- tests/hlsl/default-values.shader_test
- tests/hlsl/effect-compile.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/4c03cda3c77123a71590b872acdc…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/4c03cda3c77123a71590b872acdc…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
fc15e99a by Gabriel Ivăncescu at 2024-09-13T19:46:54+02:00
mshtml: Don't cast to int to bound the timer.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
e7e2c07c by Gabriel Ivăncescu at 2024-09-13T19:46:54+02:00
mshtml: Remember if timer was blocked.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
acd37d9b by Gabriel Ivăncescu at 2024-09-13T19:46:54+02:00
mshtml: Don't process tasks recursively.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
7972c1c6 by Gabriel Ivăncescu at 2024-09-13T19:46:54+02:00
mshtml: Don't process tasks recursively from script runners.
It's a wine-gecko callback that can lead to a message loop (calling into
external code).
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
8bf8754d by Gabriel Ivăncescu at 2024-09-13T19:46:56+02:00
mshtml: Don't process tasks recursively from Gecko events.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com>
- - - - -
6 changed files:
- dlls/mshtml/mshtml_private.h
- dlls/mshtml/mutation.c
- dlls/mshtml/nsevents.c
- dlls/mshtml/task.c
- dlls/mshtml/tests/events.c
- dlls/mshtml/xmlhttprequest.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/96b08cc142112f67c10b59f3f78f1…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/96b08cc142112f67c10b59f3f78f1…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
cfa8f0dc by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle conversion instructions in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
908833fa by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle arithmetic instructions in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
7bd6c6b1 by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle 'emit' and 'cut' in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
9e4b2f5a by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle 'movc' in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
4c03cda3 by Nikolay Sivov at 2024-09-13T16:01:22+02:00
vkd3d-shader/tpf: Handle texture instructions in STAT.
Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com>
- - - - -
1 changed file:
- libs/vkd3d-shader/tpf.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/44222ea7397fe4a181f34ba57bdc…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/44222ea7397fe4a181f34ba57bdc…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
35fe5b48 by Giovanni Mascellani at 2024-09-13T15:52:07+02:00
vkd3d-shader/ir: Introduce a helper for validating DCL_TEMPS.
- - - - -
af687c95 by Giovanni Mascellani at 2024-09-13T15:54:16+02:00
vkd3d-shader/ir: Introduce a helper for validating IF.
- - - - -
8af2d04d by Giovanni Mascellani at 2024-09-13T15:54:51+02:00
vkd3d-shader/ir: Introduce a helper for validating IFC.
- - - - -
244838d3 by Giovanni Mascellani at 2024-09-13T15:56:18+02:00
vkd3d-shader/ir: Introduce a helper for validating ELSE.
- - - - -
34c8aaad by Giovanni Mascellani at 2024-09-13T15:57:39+02:00
vkd3d-shader/ir: Introduce a helper for validating ENDIF.
- - - - -
5ce10b9e by Giovanni Mascellani at 2024-09-13T15:58:01+02:00
vkd3d-shader/ir: Introduce a helper for validating LOOP.
- - - - -
bf9022d3 by Giovanni Mascellani at 2024-09-13T15:58:46+02:00
vkd3d-shader/ir: Introduce a helper for validating ENDLOOP.
- - - - -
e9fbbf26 by Giovanni Mascellani at 2024-09-13T15:59:15+02:00
vkd3d-shader/ir: Introduce a helper for validating REP.
- - - - -
44222ea7 by Giovanni Mascellani at 2024-09-13T15:59:49+02:00
vkd3d-shader/ir: Introduce a helper for validating ENDREP.
- - - - -
1 changed file:
- libs/vkd3d-shader/ir.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d30160710b717aaeb5b1acda3952…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/d30160710b717aaeb5b1acda3952…
You're receiving this email because of your account on gitlab.winehq.org.