Skip to content

[pull] master from beyond-all-reason:master - #85

Merged
pull[bot] merged 5 commits into
ExaDev:masterfrom
beyond-all-reason:master
Sep 1, 2026
Merged

[pull] master from beyond-all-reason:master#85
pull[bot] merged 5 commits into
ExaDev:masterfrom
beyond-all-reason:master

Conversation

@pull

@pull pull Bot commented Sep 1, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

PtaQQ and others added 5 commits September 1, 2026 14:56
* Parse the DX10 extended header in nv_dds

DDS files written with a DX10 extended header (texconv and modern compressors emit these) were rejected outright. Read the extended header, honour its cubemap/volume resource dimensions, and map DXGI_FORMAT_BC1/BC2/BC3_UNORM onto the already-supported S3TC formats. Texture arrays (arraySize > 1) are rejected.

* Load BC4, BC5 and BC7 compressed DDS textures in nv_dds

Map the legacy ATI1/BC4U and ATI2/BC5U FourCCs plus the DXGI BC4_UNORM, BC5_UNORM, BC7_UNORM and BC7_UNORM_SRGB formats onto GL_COMPRESSED_RED_RGTC1, GL_COMPRESSED_RG_RGTC2 and GL_COMPRESSED_(SRGB_ALPHA_)BPTC_UNORM. BC4/BC5 blocks reuse the DXT5 alpha block layout so the existing vertical-flip machinery covers them; BC7 blocks cannot be flipped without a full decode, so those files load unflipped with a warning and should be authored pre-flipped. Saving remains restricted to the classic DXT1/3/5 FourCC formats.
The timestamp `ts` can be modified concurrently between its two reads
in the original implementation. This caused effectively useless values getting returned by the function.
Spring.ReplaceMouseCursor with a name whose files load no frames
silently turns a working cursor invisible, which reads as a rendering
bug and cost a debugging session on macOS before the cause surfaced.

Warn rather than refuse: content may rely on a frameless replacement to
hide the cursor deliberately.
@pull pull Bot locked and limited conversation to collaborators Sep 1, 2026
@pull pull Bot added the ⤵️ pull label Sep 1, 2026
@pull
pull Bot merged commit f403d88 into ExaDev:master Sep 1, 2026
1 check passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants