Enrico Weigelt

Results 51 issues of Enrico Weigelt

Not used by any drivers, so no need to keep them exported Signed-off-by: Enrico Weigelt, metux IT consult

unexport

Not used by any drivers. Signed-off-by: Enrico Weigelt, metux IT consult

unexport

Not used by any drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult

unexport

Not used by any external drivers, so no need to keep it exported. Signed-off-by: Enrico Weigelt, metux IT consult

unexport

Several functions from pixmap.h aren't needed by any external drivers, so no need to keep them in public SDK. Some still need to be _X_EXPORT'ed for internal modules (but don't...

nvidia-gpu
unexport

It's always defined to 4, for over a decade now, so no extra case checks needed anymore. See: 17c3347f14822b9f7da4253c71f6ed51be2b38d1 Signed-off-by: Enrico Weigelt, metux IT consult

Disable the Xv and XvMC extensions by default, but they still can be enabled explicitly. Signed-off-by: Enrico Weigelt, metux IT consult See discussion: https://github.com/orgs/X11Libre/discussions/336

* split the prototypes of individual backends into separate headers * always define the functions (possibly empty) to cut down ifdef wood Signed-off-by: Enrico Weigelt, metux IT consult

sizes can't have negative numbers, so use the unsigned here. Also having to fix up lots of callers. Signed-off-by: Enrico Weigelt, metux IT consult

Simplify saveSet handling by just using trivial `struct xorg_list` instead of complicated dynamically resized array. Common operations like insert or remove are much simpler using lists instead of arrays. Signed-off-by:...