SHA256
1
0
forked from pool/mutter

Accepting request 1117793 from GNOME:Next

- Update to version 45.0+45:
  + kms/impl-device/atomic:
    - Fix blob size
    - Fix stack overflow
  + kms/impl-device: Inhibit real-time scheduling when mode setting
  + monitor-manager/native: Update assignments on empty-config too
  + renderer/native:
    - Clear old pending mode sets when unsetting all modes
    - Fold mode unsetting into renamed unset_modes()
  + tests/dbusmock-templates/rtkit: Add MakeThreadHighPriority
  + tests/kms/render: Add test for setting empty config
  + thread:
    - Allow turning off rt scheduling for running thread
    - For consistency, s/real_time/realtime/
  + Updated translations.

OBS-URL: https://build.opensuse.org/request/show/1117793
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/mutter?expand=0&rev=471
This commit is contained in:
2023-10-16 09:41:15 +00:00
committed by Git OBS Bridge
parent 68441763b9
commit 32cb1b2c30
7 changed files with 32 additions and 9 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
Fri Oct 13 09:27:31 UTC 2023 - bjorn.lie@gmail.com
- Update to version 45.0+45:
+ kms/impl-device/atomic:
- Fix blob size
- Fix stack overflow
+ kms/impl-device: Inhibit real-time scheduling when mode setting
+ monitor-manager/native: Update assignments on empty-config too
+ renderer/native:
- Clear old pending mode sets when unsetting all modes
- Fold mode unsetting into renamed unset_modes()
+ tests/dbusmock-templates/rtkit: Add MakeThreadHighPriority
+ tests/kms/render: Add test for setting empty config
+ thread:
- Allow turning off rt scheduling for running thread
- For consistency, s/real_time/realtime/
+ Updated translations.
-------------------------------------------------------------------
Mon Oct 9 20:50:24 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>