May 22, 2026
4:23 a.m.
On Mon May 18 23:30:02 2026 +0000, Elizabeth Figura wrote:
See 7c8dab24e6a2, and for that matter the other listed formats in the same commit. If 24-bit RGB is never supported for a render target, that makes things even easier; we can just remove that support bit. 24-bit RGB is supported for render targets. In `init_format_texture_info()`, multisampling support is initialised via `query_internal_format()` and it only checks GL support, there being no flag for it in the `caps` member of `struct wined3d_format_texture_info`. If I were to add one, should it be enabled for all formats except `WINED3DFMT_B8G8R8_UNORM` and maybe a few others we should test?
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/10874#note_141026