Joseph Crowell
3f48bbfe95
fix a double free caused by amdgpu_dri3_get_formats()
...
The function now allocates memory with malloc() and copies the formats array, instead of returning a pointer to static memory that the xserver would try to free() later.
2026-02-16 17:43:52 +10:00
Joseph Crowell
3f2da8f9b7
update driver version
2026-02-12 10:55:29 +10:00
Enrico Weigelt, metux IT consult
e94596c919
make glamor mandatory
...
xfree86 ddx supports glamor for aeons now.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-31 20:21:11 +01:00
Enrico Weigelt, metux IT consult
a5dbad6979
meson.build: drop unused HAVE_PRESENT_H define
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-31 16:11:26 +01:00
Enrico Weigelt, metux IT consult
05eb5b3a71
meson.build: drop obsolete check for byteswap.h
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-31 11:03:07 +01:00
Enrico Weigelt, metux IT consult
7d1cfb1d2e
configure.ac: increase minimum xserver version to 25.0.0
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-19 16:02:49 +01:00
Enrico Weigelt, metux IT consult
b91d99f508
release 25.0.1
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 18:41:53 +01:00
Enrico Weigelt, metux IT consult
c511d2ca21
meson.build: drop setting HAVE_XEXTPROTO_71
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-18 11:58:40 +01:00
Enrico Weigelt, metux IT consult
5824c26679
meson.build: drop obsolete HAVE_CONFIG_H
...
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net >
2025-12-17 19:21:32 +01:00
Mario Limonciello
afb09b6d9e
Add support for the meson build system
2025-12-15 14:45:07 +01:00