Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
dd34899e by Giovanni Mascellani at 2025-05-12T15:37:27+02:00
vkd3d-shader/dxil: Call register_get_float_value() directly in sm6_value_get_constant_float().
sm6_metadata_get_float_value() already calls sm6_value_is_constant()
itself, and some compilers (rightly) emit a warning that the conversion
of UINT_MAX to float changes the value.
- - - - -
1 changed file:
- libs/vkd3d-shader/dxil.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/dd34899e974658635f5a4acbdbbe0…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/dd34899e974658635f5a4acbdbbe0…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
4cdea712 by Elizabeth Figura at 2025-05-12T15:28:49+02:00
tests/hlsl: Show that GetRenderTargetSampleCount() returns a vector.
- - - - -
4a5411aa by Elizabeth Figura at 2025-05-12T15:29:23+02:00
vkd3d-shader/hlsl: Return a uint1 from GetRenderTargetSampleCount().
- - - - -
2 changed files:
- libs/vkd3d-shader/hlsl.y
- tests/hlsl/rt-get-sample-info.shader_test
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/42df4517c6c6ce5b8615e51ac3df…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/42df4517c6c6ce5b8615e51ac3df…
You're receiving this email because of your account on gitlab.winehq.org.
Henri Verbeet pushed to branch master at wine / vkd3d
Commits:
1d88638b by Giovanni Mascellani at 2025-05-12T15:24:23+02:00
vkd3d-shader/dxil: Rename VALUE_TYPE_ICB to VALUE_TYPE_DATA.
And other related identifiers similarly.
Currently we use VALUE_TYPE_ICB to indicate a raw chunk of data
(which can be used as an immediate constant buffer, but also for
initializing an indexable temporary) and VALUE_TYPE_REG with
register type VKD3DSPR_IMMCONSTBUFFER to indicate an actual ICB
register.
Since we are now switching to represent the register type directly
in the SM6 value, it seems sensible to use VALUE_TYPE_ICB for an
ICB register. Indeed, since what we're currently describing with
VALUE_TYPE_ICB is not necessarily related to an ICB register, it
makes sense to use a more general name, which is therefore being
introduced with this commit.
- - - - -
8635a7ff by Giovanni Mascellani at 2025-05-12T15:24:23+02:00
vkd3d-shader/dxil: Generate ICB values in sm6_parser_declare_icb().
- - - - -
cb5a5487 by Giovanni Mascellani at 2025-05-12T15:24:23+02:00
vkd3d-shader/dxil: Generate IDXTEMP values in sm6_parser_declare_indexable_temp().
- - - - -
fd918062 by Giovanni Mascellani at 2025-05-12T15:24:23+02:00
vkd3d-shader/dxil: Generate GROUPSHAREDMEM values in sm6_parser_declare_tgsm_raw().
- - - - -
42df4517 by Giovanni Mascellani at 2025-05-12T15:24:23+02:00
vkd3d-shader/dxil: Generate GROUPSHAREDMEM values in sm6_parser_declare_tgsm_structured().
- - - - -
1 changed file:
- libs/vkd3d-shader/dxil.c
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/960244bf1ea66755b0fbe11c4d40…
--
View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/compare/960244bf1ea66755b0fbe11c4d40…
You're receiving this email because of your account on gitlab.winehq.org.
Alexandre Julliard pushed to branch master at wine / wine
Commits:
3432c7f8 by Mike Swanson at 2025-05-10T22:11:34+02:00
notepad: Restructure menus and make hot-keys unique.
Some of the hot-keys, such as “Edit→Cut” and “Edit→Time/Date” had
identical “T” hot-keys, as well as “Search→Search” and “Search→Search
Next” both being on “S”.
With this change, the menus are restructured to match the Windows XP
Notepad menus, in item names, capitalization, and hot-keys. Notably
the usability issue with conflicting hot-keys is eliminated. Users
familiar with the Microsoft Windows Notepad menus and their hot-keys
should be able to use Wine Notepad without changing any workflow.
- - - - -
51 changed files:
- po/ar.po
- po/ast.po
- po/bg.po
- po/ca.po
- po/cs.po
- po/da.po
- po/de.po
- po/el.po
- po/en.po
- po/en_US.po
- po/eo.po
- po/es.po
- po/fa.po
- po/fi.po
- po/fr.po
- po/he.po
- po/hi.po
- po/hr.po
- po/hu.po
- po/it.po
- po/ja.po
- po/ka.po
- po/ko.po
- po/lt.po
- po/ml.po
- po/nb_NO.po
- po/nl.po
- po/or.po
- po/pa.po
- po/pl.po
- po/pt_BR.po
- po/pt_PT.po
- po/rm.po
- po/ro.po
- po/ru.po
- po/si.po
- po/sk.po
- po/sl.po
- po/sr_RS(a)cyrillic.po
- po/sr_RS(a)latin.po
- po/sv.po
- po/ta.po
- po/te.po
- po/th.po
- po/tr.po
- po/uk.po
- po/wa.po
- po/wine.pot
- po/zh_CN.po
- po/zh_TW.po
- programs/notepad/notepad.rc
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3432c7f80f6db65e66722b282cf1c0…
--
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/commit/3432c7f80f6db65e66722b282cf1c0…
You're receiving this email because of your account on gitlab.winehq.org.