Julian Orth
|
70baaaaeee
|
vulkan: clamp colors in transfer functions
|
2025-04-21 11:24:10 +02:00 |
|
mahkoh
|
e507758fc5
|
Merge pull request #424 from disluckyguy/patch-2
Update README.md discord link to an unexpirable one
|
2025-04-19 19:48:46 +02:00 |
|
Mostafa Ibrahim
|
67b97dd0e8
|
Update README.md discord link to an unexpirable link
|
2025-04-19 20:44:34 +03:00 |
|
mahkoh
|
789d9dce5d
|
Merge pull request #421 from mahkoh/jorth/toplevel-drag-damage
wl_surface: ignore toplevel damage bounds if toplevel is detached
|
2025-04-14 13:12:35 +02:00 |
|
Julian Orth
|
4038ac1db5
|
wl_surface: ignore toplevel damage bounds if toplevel is detached
|
2025-04-14 13:08:08 +02:00 |
|
mahkoh
|
fbefc45253
|
Merge pull request #419 from mahkoh/jorth/wl-drm-only-opengl
wl_drm: hide global if invalid modifier is not supported
|
2025-04-05 17:59:26 +02:00 |
|
Julian Orth
|
8a83d844e9
|
wl_drm: hide global if invalid modifier is not supported
|
2025-04-05 17:55:53 +02:00 |
|
mahkoh
|
f2139f0835
|
Merge pull request #417 from tadeokondrak/dbus-env-var
dbus: Parse DBUS_SESSION_BUS_ADDRESS instead of using XDG_RUNTIME_DIR
|
2025-04-05 14:46:20 +02:00 |
|
Tadeo Kondrak
|
d73acb5a92
|
dbus: Parse and use DBUS_SESSION_BUS_ADDRESS
The old way of only using XDG_RUNTIME_DIR doesn't work for multiple
sessions using dbus-run-session.
|
2025-04-04 16:16:01 -06:00 |
|
mahkoh
|
c6ca7c228c
|
Merge pull request #415 from mahkoh/jorth/trait-upcasting
all: use trait upcasting
|
2025-04-03 17:13:07 +02:00 |
|
Julian Orth
|
09e5f89174
|
all: use trait upcasting
|
2025-04-03 17:03:32 +02:00 |
|
mahkoh
|
f0caafc862
|
Merge pull request #414 from mahkoh/jorth/clippy
all: address clippy lints
|
2025-04-03 16:38:38 +02:00 |
|
Julian Orth
|
f4bc7f17bd
|
all: address clippy lints
|
2025-04-03 16:36:15 +02:00 |
|
mahkoh
|
b2dbcc742c
|
Merge pull request #110 from mahkoh/jorth/edge-constraints
wayland: implement xdg-shell v7
|
2025-04-03 16:36:10 +02:00 |
|
Julian Orth
|
6162483fbf
|
wayland: implement xdg-shell v7
|
2025-04-03 16:30:10 +02:00 |
|
mahkoh
|
e8c299ea77
|
Merge pull request #413 from disluckyguy/patch-1
Update README.md to add unofficial community link
|
2025-03-31 15:33:09 +02:00 |
|
Mostafa Ibrahim
|
3853ea7a01
|
Update README.md to add unofficial community link
|
2025-03-31 16:24:18 +03:00 |
|
mahkoh
|
47e1ae41fc
|
Merge pull request #406 from tadeokondrak/ei-scroll-axes
ei: Fix flipped scroll axes
|
2025-03-30 21:21:32 +02:00 |
|
Julian Orth
|
7305f68909
|
all: make scroll axis handling more robust
|
2025-03-20 21:11:16 +01:00 |
|
Tadeo Kondrak
|
bb569dfa00
|
ei: Fix flipped scroll axes
|
2025-03-20 21:11:15 +01:00 |
|
mahkoh
|
ec862648c9
|
Merge pull request #405 from mahkoh/jorth/cm-5
metal: allow configuring color space and transfer function
|
2025-03-14 20:38:25 +01:00 |
|
Julian Orth
|
bb56efb968
|
metal: allow configuring color space and transfer function
|
2025-03-11 18:42:47 +01:00 |
|
Julian Orth
|
04f280aabe
|
color-management-v1: implement target color volume
|
2025-03-11 18:42:45 +01:00 |
|
Julian Orth
|
5ad5c5cbcf
|
edid: parse cta colorimetry and static hdr metadata
|
2025-03-11 18:36:31 +01:00 |
|
mahkoh
|
efd9e38c28
|
Merge pull request #401 from mahkoh/jorth/vulkan-device-lost
vulkan: implement Context::reset_status
|
2025-03-08 20:02:20 +01:00 |
|
Julian Orth
|
5be253dec2
|
vulkan: implement Context::reset_status
|
2025-03-08 19:51:54 +01:00 |
|
mahkoh
|
9e20e32338
|
Merge pull request #399 from mahkoh/jorth/cm-4
color-management: add more capabilities
|
2025-03-08 18:09:07 +01:00 |
|
Julian Orth
|
8f992f7cef
|
color-management: add more capabilities
|
2025-03-08 16:53:43 +01:00 |
|
Julian Orth
|
e92de36f7a
|
cmm: add more transfer functions
|
2025-03-08 16:53:34 +01:00 |
|
Julian Orth
|
8e65de91f9
|
vulkan: apply color space transforms to textures
|
2025-03-08 16:53:20 +01:00 |
|
Julian Orth
|
c4d0fdd4bb
|
vulkan: apply color space transforms to colors
|
2025-03-08 16:53:06 +01:00 |
|
Julian Orth
|
b5044d7fe7
|
vulkan: take transfer functions from color descriptions
|
2025-03-08 16:52:52 +01:00 |
|
Julian Orth
|
a174881138
|
gfx: attach color descriptions
|
2025-03-08 16:52:35 +01:00 |
|
Julian Orth
|
82085a3858
|
cmm: add color-management module
|
2025-03-08 16:52:33 +01:00 |
|
mahkoh
|
ed1955d3d1
|
Merge pull request #398 from mahkoh/jorth/tracy-demangle
tracy: enable demangle feature
|
2025-03-08 12:06:43 +01:00 |
|
Julian Orth
|
9b2709f23d
|
tracy: enable demangle feature
|
2025-03-08 12:04:07 +01:00 |
|
mahkoh
|
2071918119
|
Merge pull request #397 from mahkoh/jorth/subsurface-rendering-order
wl_subsurface: apply full damage when position or stacking changes
|
2025-03-07 16:08:33 +01:00 |
|
Julian Orth
|
73249cc79a
|
wl_subsurface: apply full damage when position or stacking changes
|
2025-03-07 16:03:42 +01:00 |
|
mahkoh
|
ac9e66f9ef
|
Merge pull request #396 from mahkoh/jorth/subsurface-rendering-order
wl_subsurface: put new sub-surfaces on top
|
2025-03-07 15:41:13 +01:00 |
|
Julian Orth
|
03ccfede99
|
wl_subsurface: put new sub-surfaces on top
|
2025-03-07 15:39:04 +01:00 |
|
mahkoh
|
953c36a0fb
|
Merge pull request #395 from mahkoh/jorth/subsurface-rendering-order
render: fix sub-surface order
|
2025-03-07 13:09:35 +01:00 |
|
Julian Orth
|
c9327472ff
|
render: fix sub-surface order
|
2025-03-07 13:07:19 +01:00 |
|
mahkoh
|
2c1381a4ca
|
Merge pull request #394 from mahkoh/jorth/vulkan-rc
vulkan: clear ops after each execution
|
2025-03-07 01:22:30 +01:00 |
|
Julian Orth
|
b9533981ec
|
vulkan: clear ops after each execution
|
2025-03-07 01:19:39 +01:00 |
|
mahkoh
|
72253f0f6f
|
Merge pull request #393 from mahkoh/jorth/vulkan-readonly
vulkan: add readonly annotation to buffers
|
2025-03-06 20:29:49 +01:00 |
|
Julian Orth
|
cd647356af
|
vulkan: add readonly annotation to buffers
|
2025-03-06 20:26:53 +01:00 |
|
mahkoh
|
7d1acf2ad5
|
Merge pull request #392 from mahkoh/jorth/descriptor-buffer-alignment
vulkan: align descriptor buffers to 4KB
|
2025-03-06 12:11:51 +01:00 |
|
Julian Orth
|
4bba7b7c5d
|
vulkan/anv: align descriptor buffers to 4KB
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33903
|
2025-03-06 12:05:13 +01:00 |
|
mahkoh
|
3fa3b020c3
|
Merge pull request #391 from mahkoh/jorth/separate-image-sampler
vulkan: separate images and samplers
|
2025-03-03 19:49:19 +01:00 |
|
Julian Orth
|
70013db8db
|
vulkan: don't create out shaders without descriptor buffers
|
2025-03-03 19:45:46 +01:00 |
|