1
0
Fork 0
forked from wry/wry
Commit graph

929 commits

Author SHA1 Message Date
Julian Orth
7ff7edaa8f xwayland: set output for override redirect windows 2024-09-11 23:58:42 +02:00
mahkoh
0dc1929bbd
Merge pull request #258 from mahkoh/jorth/present-once
metal: implement frame scheduling
2024-09-11 17:06:51 +02:00
Julian Orth
87d60d267e metal: commit 1.5ms before the next page flip 2024-09-11 17:02:48 +02:00
Julian Orth
a37ce1acda metal: request crtc sequence events 2024-09-11 01:28:46 +02:00
Julian Orth
a1985b2870 metal: disable implicit sync in KMS 2024-09-10 23:38:26 +02:00
Julian Orth
0dc5d9adb8 metal: wait for rendering to complete before committing buffers 2024-09-10 23:38:10 +02:00
Julian Orth
93bfb9c0b4 metal: latch hardware cursors in the backend 2024-09-10 23:37:54 +02:00
Julian Orth
12c9b36ded gfx: wait for idle if rendering doesn't support explicit sync 2024-09-10 23:37:45 +02:00
Julian Orth
80c7a1f47c util: add GeometricDecay util 2024-09-10 23:37:40 +02:00
Julian Orth
04343c96d6 commit_timeline: wait for implicit sync dmabufs 2024-09-10 23:37:24 +02:00
Julian Orth
c22af6efb7 commit_timeline: simplify some code 2024-09-10 23:37:16 +02:00
Julian Orth
5d5843df9a gfx: remove GfxFramebuffer::take_render_ops 2024-09-10 23:37:00 +02:00
mahkoh
02cfdc4be1
Merge pull request #257 from mahkoh/jorth/transfer-thread
vulkan: implement async shm uploads
2024-09-09 13:10:06 +02:00
Julian Orth
7b5be32b21 text: limit width to 4k to avoid performance degradation 2024-09-09 11:14:39 +02:00
Julian Orth
ece56d91d3 shm: close client buffers in the cpu worker 2024-09-09 11:14:39 +02:00
Julian Orth
d40e605f66 surface: use async uploads for shm buffers 2024-09-09 11:14:39 +02:00
Julian Orth
80310f4c0d utils: add DoubleBuffered 2024-09-08 19:35:22 +02:00
Julian Orth
c712efcd35 vulkan: implement async shm textures 2024-09-08 19:35:20 +02:00
Julian Orth
b57d86c1bc vulkan: add async staging buffer allocation 2024-09-08 19:32:10 +02:00
Julian Orth
37fb45df00 vulkan: add an async allocator 2024-09-08 19:32:10 +02:00
Julian Orth
fe8238421f vulkan: only use coherency functions for non-coherent memory 2024-09-08 19:32:10 +02:00
Julian Orth
1f169a0d7b vulkan: prevent creating new async processes after the renderer has been dropped 2024-09-08 19:32:10 +02:00
Julian Orth
cf74756c34 it: implement AsyncShmGfxTexture 2024-09-08 19:32:08 +02:00
Julian Orth
0a0caf3800 opengl: implement AsyncShmGfxTexture 2024-09-08 19:31:49 +02:00
Julian Orth
f213372b8e gfx: add async shm api 2024-09-08 19:31:27 +02:00
Julian Orth
c968024905 gfx: add ShmGfxTexture 2024-09-08 14:40:45 +02:00
Julian Orth
ed4ef3c8e7 cpu_worker: add worker-thread framework 2024-09-08 14:29:49 +02:00
Julian Orth
874d0d0c59 io_uring: add ops for non-owning read/write operations 2024-09-08 10:51:57 +02:00
Julian Orth
5b36980e72 io_uring: allow manually cancelling tasks 2024-09-08 09:59:05 +02:00
Julian Orth
6cbf6119de io_uring: use strongly typed ids 2024-09-08 09:59:05 +02:00
Julian Orth
e1d1fe7fda util: add OnDrop2 for non-copy closures 2024-09-08 09:59:05 +02:00
Julian Orth
69c0cf4031 fdclosor: assign name to thread 2024-09-08 09:59:05 +02:00
Julian Orth
604974c927 clientmem: store more information about mappings 2024-09-08 09:59:05 +02:00
Julian Orth
92f7cb56fd damage: add damage queue 2024-09-08 09:58:49 +02:00
Julian Orth
9f98603121 vulkan: move OnDrop out of vulkan module 2024-09-08 09:06:08 +02:00
mahkoh
e605940daa
Merge pull request #256 from mahkoh/jorth/rust-1.81
Rust 1.81
2024-09-06 11:10:14 +02:00
Julian Orth
e377470f3f all: use expect attribute where possible 2024-09-06 11:08:22 +02:00
Julian Orth
c3b50dc653 test: remove unused import 2024-09-06 10:36:53 +02:00
mahkoh
e5c120ca14
Merge pull request #255 from mahkoh/jorth/no-render-usage
allocator: don't require render usage for bridged buffers
2024-09-05 11:53:12 +02:00
Julian Orth
bf65da4c76 allocator: don't require render usage for bridged buffers 2024-09-05 11:48:41 +02:00
mahkoh
1bacaa7b02
Merge pull request #254 from mahkoh/jorth/vulkan-limits
vulkan: don't try to export non-exportable images
2024-09-05 10:18:00 +02:00
Julian Orth
591867ffbd vulkan: don't try to export non-exportable images 2024-09-05 10:15:31 +02:00
mahkoh
588fce4832
Merge pull request #253 from mahkoh/jorth/output-formats
metal: allow configuring framebuffer formats
2024-09-05 08:44:51 +02:00
Julian Orth
b4ca15fec0 metal: allow configuring framebuffer formats 2024-09-04 21:43:04 +02:00
Julian Orth
9bab4f7ce1 metal: preserve mode across reconnects 2024-09-04 21:43:04 +02:00
Julian Orth
c81f35bdf1 vulkan: don't hardcode argb8888 in pipelines 2024-09-04 21:43:04 +02:00
mahkoh
19dffba7d4
Merge pull request #252 from mahkoh/jorth/initila-toplevel-sizing
toplevel: send 0x0 size until window has been mapped
2024-09-04 12:51:26 +02:00
Julian Orth
96fe270413 toplevel: send 0x0 size until window has been mapped 2024-09-04 12:48:14 +02:00
mahkoh
a254ebe5ed
Merge pull request #250 from mahkoh/jorth/non-linear-screencasts
Implement non-linear screencasts
2024-09-04 12:19:22 +02:00
Julian Orth
e7c63fd09a screencast: implement format negotation 2024-09-04 12:03:42 +02:00