Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-29 | switch to using python3 to regen the xcb library code. ok kettenis@ danj@ | Matthieu Herrb | |
2020-12-21 | unbreak DRI3 support by using priv_open_device() to open the devices | Robert Nagy | |
priv_open_device() has to be used in case the X server is running privilege separated ok kettenis@, jsg@, matthieu@ | |||
2020-12-15 | Add -ftrapping-math to default cflags | Matthieu Herrb | |
This makes all tests pass with clang. -ftrapping-math is the default in gcc but not in clang. pixman-combine-float.c relies on the -ftrapping-math behaviour. ok kettenis@ | |||
2020-12-13 | update | Matthieu Herrb | |
2020-12-13 | Update to xcb-proto 1.14.1. No functional changes. | Matthieu Herrb | |
2020-12-12 | update | Matthieu Herrb | |
2020-12-12 | Update X server to version 1.20.10. Tested by jsg@ and naddy@ | Matthieu Herrb | |
2020-12-06 | Set the VT to be used by the X server on armv7 and powerpc64 too. | Mark Kettenis | |
ok phessler@, matthieu@ | |||
2020-12-05 | luna88k still uses wsfb_drv.{la,so} on X. | Kenji Aoyama | |
ok matthieu@ deraadt@ | |||
2020-12-01 | Check SetMap request length carefully. | Matthieu Herrb | |
Avoid out of bounds memory accesses on too short requests. ZDI-CAN 11572 / CVE-2020-14360 Reported by Jan-Niklas Sohn working with Trend Micro Zero Day Initiative | |||
2020-12-01 | Fix XkbSetDeviceInfo() and SetDeviceIndicators() heap overflows | Matthieu Herrb | |
ZDI-CAN 11389 / CVE-2020-25712 Fix from Jan-Niklas Sohn working with Trend Micro. | |||
2020-11-28 | update | Matthieu Herrb | |
2020-11-28 | sync | Matthieu Herrb | |
2020-11-28 | Update to libX11 1.7.0. Tested by gkoehler@ and jsg@ | Matthieu Herrb | |
2020-11-22 | update | Matthieu Herrb | |
2020-11-11 | update | Matthieu Herrb | |
2020-11-11 | sync | Matthieu Herrb | |
2020-11-11 | Update to freetype 2.10.4. Tested by tb@ | Matthieu Herrb | |
2020-10-30 | sync | Theo de Raadt | |
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2020-10-28 | Video drivers for powerpc64. | Mark Kettenis | |
ok matthieu@, jsg@ | |||
2020-10-27 | sync | Theo de Raadt | |
2020-10-26 | Build AMD drivers on powerpc64. | Mark Kettenis | |
ok jsg@ | |||
2020-10-26 | backport commits to not crash when accel is disabled | Jonathan Gray | |
cb27a5b Handle NULL fb_ptr in pixmap_get_fb e2cd67a Bail from amdgpu_pixmap_get_handle with ShadowFB | |||
2020-10-26 | backport commits to not crash when accel is disabled | Jonathan Gray | |
c0eb5dbd Don't crash X server if GPU acceleration is not available 4d84cf43 Handle NULL fb_ptr in pixmap_get_fb prompted by a report to bugs@ from Jean-Louis ABRAHAM ok matthieu@ | |||
2020-10-24 | fix sign of calculated descent | Matthieu Herrb | |
"I discovered this bug when converting the Tamsyn font from pcf to otb." from chrisz@ | |||
2019-04-16 | import xf86-video-amdgpu 19.0.1 | Jonathan Gray | |
ok matthieu@ | |||
2020-10-24 | handle empty foundry encoded as NULL to fix a segfault | Matthieu Herrb | |
from chrisz@ | |||
2020-10-24 | remove leftover debug printf | Matthieu Herrb | |
from chrisz@ | |||
2020-10-23 | update | Matthieu Herrb | |
2020-10-23 | Update to fonttosfnt 1.2.0. | Matthieu Herrb | |
Includes work done by chrisz@ to fix issues for recent pango versions. tested with st and gvim and OK chrisz@ | |||
2020-10-23 | remove empty file not present upstreams | Matthieu Herrb | |
2020-10-18 | update | Matthieu Herrb | |
2006-11-26 | Importing from X.Org indiviual releases | Matthieu Herrb | |
2020-09-30 | Remove osrelease from system.fvwmrc | kn | |
This is the version string that shows up as part of "OpenBSD 6.8" in the bottom right window in a default installation. But as this version stems from the build machine's kernel with which fvwm was build, it can differ from the version you're running on your machine which is what you'd expect as user. Such values must not be derived from the build environment; instead of fixing it up, remove the version number entirely and leave it to the user's ~/.fvwmrc to update the label if need be. OK deraadt | |||
2020-09-22 | use <signal.h> instead of <sys/signal.h> | Theo de Raadt | |
ok matthieu | |||
2020-09-22 | glsl: Use 'using' to be explicit about visitor overloads | Jonathan Gray | |
From Kristian Hoegsberg e3dfa8f4d694e7d64a6401752af1f973b0852aab in mainline Mesa reduces clang warnings | |||
2006-11-26 | Importing xlockmore 5.22 | Matthieu Herrb | |
2020-09-22 | spirv/opencl: Cast opcode up front to avoid warnings | Jonathan Gray | |
From Kristian Hoegsberg b40281d8306367e68dde6b723d2114d9cb5fca5a in mainline Mesa | |||
2020-09-22 | disable noisy -Winitializer-overrides warnings | Jonathan Gray | |
2020-01-22 | Import Mesa 19.2.8 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2020-09-22 | update | Jonathan Gray | |
2020-09-22 | Mesa 20.0 does not use per gen marshal_generated files | Jonathan Gray | |
2020-09-22 | Merge Mesa 20.0.8 | Jonathan Gray | |
With Mesa 20.1 even after the kernel change to do wbinvd on all cpus sthen@ reported that hard hangs still occurred on his Haswell system with inteldrm. Mark Kane also reported seeing hangs on Ivy Bridge on bugs@. Some systems/workloads seem to be more prone to triggering this than others as I have not seen any hangs on Ivy Bridge and the only hangs I saw on Haswell when running piglit went away with the wbinvd change. It seems something is wrong with drm memory attributes or coherency in the kernel and newer Mesa versions expect behaviour we don't have. | |||
2020-09-22 | Import Mesa 20.0.8 | Jonathan Gray | |
2020-09-14 | go back to brw_eu.h rev 1.9 matching upstream 20.1 branch | Jonathan Gray | |
haswell hangs still occurred just less frequently with the 1.10 revert of 'intel/eu: Use non-coherent mode (BTI=253) for stateless A64 messages' The recent kernel change to do wbinvd across all cpus instead of just one is a better approach and avoids hangs seen with piglit on haswell. | |||
2020-09-03 | Import Mesa 20.1.7 | Jonathan Gray | |
2020-08-26 | Import Mesa 20.1.6 | Jonathan Gray | |
2020-09-13 | Use C99 designated structure initializers. | Matthieu Herrb | |
No expected code change. |