mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-10 08:20:59 -04:00
changelog: shm buffer stride alignment
This commit is contained in:
parent
e43ea3676f
commit
bb314425ef
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -69,6 +69,16 @@
|
||||||
## Unreleased
|
## Unreleased
|
||||||
### Added
|
### Added
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
* SHM buffer sizes are now rounded up to nearest page size, and their
|
||||||
|
stride is always an even multiple of 256 bytes (by default,
|
||||||
|
configurable by setting `tweak.min-stride-alignment`). This allows
|
||||||
|
compositor to directly import foot's SHM buffers to the GPU, with
|
||||||
|
e.g. integrated graphics ([#2182][2182]).
|
||||||
|
|
||||||
|
[2182]: https://codeberg.org/dnkl/foot/issues/2182
|
||||||
|
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
### Removed
|
### Removed
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue