1
0
Fork 0
forked from wry/wry
Commit graph

1581 commits

Author SHA1 Message Date
Julian Orth
05bf029a55 vulkan: add VulkanEotf 2025-09-08 18:00:06 +02:00
Julian Orth
ab81e4bd51 vulkan: fix out pipeline cache 2025-09-08 17:57:09 +02:00
mahkoh
c402dd0153
Merge pull request #597 from mahkoh/jorth/float-title-always
float: don't shortcut title rendering when rect is empty
2025-09-08 13:01:22 +02:00
Julian Orth
3f0e99d04c float: don't shortcut title rendering when rect is empty 2025-09-08 12:50:02 +02:00
mahkoh
4fb7a859dc
Merge pull request #596 from mahkoh/jorth/vulkan--1
vulkan: handle exported sync file being -1
2025-09-08 12:43:00 +02:00
Julian Orth
435b96f92e vulkan: handle exported sync file being -1 2025-09-08 12:33:55 +02:00
mahkoh
b99f2b928a
Merge pull request #595 from mahkoh/jorth/leds
kbvm: use indicators to determine the active LEDs
2025-09-07 15:51:10 +02:00
Julian Orth
f5e04355d7 kbvm: use indicators to determine the active LEDs 2025-09-07 15:34:44 +02:00
mahkoh
0c7f7429db
Merge pull request #594 from mahkoh/jorth/leds
metal: enable keyboard LEDs
2025-09-07 13:03:45 +02:00
Julian Orth
3b60c62f82 seat: properly destroy physical devices when changing keymap 2025-09-07 12:58:23 +02:00
Julian Orth
6bea5a072c kbvm: identify keymaps by their hash 2025-09-07 12:41:31 +02:00
Julian Orth
11c10fde70 metal: enable keyboard LEDs 2025-09-07 12:41:31 +02:00
mahkoh
0e51b9469b
Merge pull request #593 from mahkoh/jorth/color-management-fixes
Various color management fixes
2025-09-05 21:20:06 +02:00
Julian Orth
b6ef623643 metal: disable direct scanout if blending would change the appearance 2025-09-05 19:56:49 +02:00
Julian Orth
fc6dda9c24 vulkan: elide blend buffer if blend buffer embeds into frame buffer 2025-09-05 19:56:41 +02:00
Julian Orth
39c770f6e2 config: make the blend space configurable 2025-09-05 19:56:11 +02:00
Julian Orth
991b212120 metal: blend in srgb/gamma22 by default 2025-09-05 19:56:00 +02:00
Julian Orth
f475584f71 vulkan: support blend buffers having different primaries than framebuffer 2025-09-05 19:55:38 +02:00
Julian Orth
83e79b68e6 color-management: use more consistent naming 2025-09-05 19:55:09 +02:00
Julian Orth
32db933242 color-management: make (ext_)srgb aliases for gamma22 2025-09-05 19:55:08 +02:00
Julian Orth
48a36a9feb color-management: implement gamma functions for negative values 2025-09-05 12:34:22 +02:00
Julian Orth
050515d2ed color-management: implement bt1886 as pure gamma24 2025-09-05 12:31:01 +02:00
mahkoh
2dcc3806ad
Merge pull request #592 from mahkoh/jorth/more-it-tests
it: add pointer warp test
2025-09-04 10:43:40 +02:00
Julian Orth
c51ec4456e it: add pointer warp test 2025-09-04 10:38:45 +02:00
mahkoh
47a09af8f4
Merge pull request #591 from mahkoh/jorth/more-it-tests
Add more integration tests
2025-09-03 17:55:21 +02:00
Julian Orth
73bf4465e2 it: add fifo test 2025-09-03 17:50:04 +02:00
Julian Orth
f45cbed53b it: verify that surface damage damages connector 2025-09-03 12:45:05 +02:00
Julian Orth
8a5f1e1e37 it: add frame callback test 2025-09-03 12:15:05 +02:00
mahkoh
fbef86e928
Merge pull request #588 from mahkoh/jorth/effective-geometry
xdg-toplevel: center fullscreen surfaces with geometry smaller than o…
2025-09-01 15:38:40 +02:00
Julian Orth
197b069c50 xdg-toplevel: center fullscreen surfaces with geometry smaller than output 2025-09-01 15:29:57 +02:00
mahkoh
642eaffcff
Merge pull request #587 from mahkoh/jorth/ai-tests
it: add more tests
2025-09-01 11:37:10 +02:00
Julian Orth
5e46feaeea it: add more tests 2025-09-01 11:32:58 +02:00
mahkoh
412626af59
Merge pull request #586 from mahkoh/jorth/it-content-type
it: enable accidentally disabled test
2025-08-31 11:55:47 +02:00
Julian Orth
cf82dd6456 it: enable accidentally disabled test 2025-08-31 11:52:26 +02:00
mahkoh
a138525351
Merge pull request #581 from mahkoh/jorth/mixed-device-use
Fix mixed-device-use error
2025-08-29 13:46:11 +02:00
Julian Orth
ed065fb9f2 metal: use the correct graphics context when allocating buffers 2025-08-29 13:43:15 +02:00
Julian Orth
c1f5f306fc metal: make argument name unambiguous 2025-08-29 13:43:14 +02:00
Julian Orth
886627aecd metal: mark connector as changed when connector buffers change 2025-08-29 13:43:13 +02:00
Julian Orth
384eb80e89 opengl: make mixed device use a non-fatal error 2025-08-29 13:43:06 +02:00
Julian Orth
5e9bc64757 vulkan: make mixed device use a non-fatal error 2025-08-29 13:38:08 +02:00
mahkoh
e0d1ab8122
Merge pull request #580 from mahkoh/jorth/clippy-6
all: address clippy lints
2025-08-29 11:23:57 +02:00
Julian Orth
9e67158f47 all: address clippy lints 2025-08-29 11:21:11 +02:00
mahkoh
e5fd0fa192
Merge pull request #579 from Stoppedpuma/documentation-fix
fix true statement in config documentation
2025-08-29 10:45:08 +02:00
Stoppedpuma
64f749166f
fix true statement in config documentation 2025-08-29 05:43:13 +02:00
mahkoh
e67811565a
Merge pull request #548 from disluckyguy/update-on-pos-change
layershell: update tree on position change
2025-07-27 21:12:29 +02:00
Mostafa Ibrahim
c576cfb85d layershell: update tree on position change
check if margin and anchor change

formatting

make condition look better
2025-07-27 21:09:57 +02:00
mahkoh
4da33a59f6
Merge pull request #555 from mahkoh/jorth/clippy4
all: fix clippy lints
2025-07-27 21:09:51 +02:00
Julian Orth
f98437f58a all: fix clippy lints 2025-07-27 21:06:54 +02:00
mahkoh
c61a04c3d3
Merge pull request #547 from mahkoh/jorth/pointer-absolute
metal: handle absolute motion events
2025-07-27 16:15:26 +02:00
Julian Orth
31a045e01b cursor: ensure software cursors are drawn if some outputs don't have HC 2025-07-27 16:11:39 +02:00