Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-14 | Merge Mesa 17.1.6 | Jonathan Gray | |
2017-08-14 | Import Mesa 17.1.6 | Jonathan Gray | |
2017-08-07 | Disable SSE optimizations on i386/amd64 for SlowBcopy. | Matthieu Herrb | |
It is supposed to be slow, and when such instructions are used to copy data from/to mapped video memory, some hypervisors (e.g. KVM, Microsoft Hyper-V) can generate SIGILL or SIGBUS exceptions, causing Xorg to crash. Bug report to OpenBSD by Max Parmer, fix from FreeBSD (Dimitry Andric) via kettenis@ ok kettenis@ | |||
2017-01-19 | Import Mesa 13.0.3 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-12-11 | Import Mesa 13.0.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2016-05-29 | Import Mesa 11.2.2 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2015-11-22 | import Mesa 11.0.6 | Jonathan Gray | |
2017-08-07 | Create on OpenBSD-specific version of listPossibleVideoDrivers() that takes | Mark Kettenis | |
care of autoconfiguration based on the information returned by the WSDISPLAYIO_GTYPE ioctl of the console FD. This should fix selection of wsfb on loongson and sgi when using a non-KMS kernel driver. ok matthieu@, jsg@ | |||
2017-08-07 | update | Jasper Lievisse Adriaanse | |
2017-08-05 | update | Jonathan Gray | |
2017-08-05 | sync | Jonathan Gray | |
2017-08-05 | Merge libdrm 2.4.82 | Jonathan Gray | |
2017-08-05 | Import libdrm 2.4.82 | Jonathan Gray | |
2017-07-27 | check for typeof() and define HAVE_TYPEOF if available so that we use | Robert Nagy | |
the proper implementation of __container_of from xorg's list.h ok kettenis@ | |||
2016-11-19 | Import libdrm 2.4.73 | Jonathan Gray | |
2015-08-21 | Import libdrm 2.4.64 | Jonathan Gray | |
2017-07-26 | Stop abusing cpp as generic macro processor in the build system. | Matthieu Herrb | |
ok naddy@ | |||
2017-07-26 | regen | Matthieu Herrb | |
2017-07-26 | There is no xdm.service file in xenodm. | Matthieu Herrb | |
2017-07-25 | switch over to use tradcpp over cpp because we cannot make sure that | Robert Nagy | |
every compiler's cpp will use the required traditional way ok deraadt@, millert@, matthieu@ | |||
2017-07-21 | Use the key names from keysymdef.h in the default key bindings list for | Okan Demirmen | |
clarification. from Michael Reed. | |||
2017-07-15 | update | Matthieu Herrb | |
2017-07-15 | Update to xterm 330 | Matthieu Herrb | |
2017-07-14 | remove extra parentheses | Okan Demirmen | |
2006-11-26 | Importing xterm 216 | Matthieu Herrb | |
2017-07-14 | Pull over the remaining re-implemented window move/resize functions and create | Okan Demirmen | |
a wrapper so that the key and mouse based move/resize callbacks can be unified. This has already been done with other window operations and menus. | |||
2017-07-14 | Use the modesetting driver by default on 4th generation Intel Graphics and | Mark Kettenis | |
later. This matches what several Linux distros do these days as it tends to work better than the intel driver in most cases. There are some performance issues with vncviewer on at least Ivy Bridge and Haswell. But for now that regression outweighs the benefits. ok robert@, tedu@, sthen@ | |||
2017-07-12 | Add code to update the value of the RandR "Backlight" property based on the | Mark Kettenis | |
KMS connector property of the same name if such a property is present. ok matthieu@ | |||
2017-07-12 | rename one function, matching others, to help upcoming change | Okan Demirmen | |
2017-07-10 | Replace fgetln(3) with POSIX getline(3); inspired by brynet and Ingo. | Okan Demirmen | |
feedback and ok brynet@ | |||
2017-07-09 | update | Matthieu Herrb | |
2017-07-07 | Merge upstream fixes to the X event swapping code. | Matthieu Herrb | |
(CVE-2017-10971 and CVE-2017-10972). | |||
2017-07-06 | fix a few WARNINGS (new sentence, new line and extraneous Pp macro) found with | Okan Demirmen | |
mandoc -Tlint | |||
2017-07-06 | from src, by espie@: | Okan Demirmen | |
no need to generate y.tab.h if nothing uses it, set YFLAGS to nothing | |||
2017-07-02 | xenocara is the first tree to zap 'make depend'! | Marc Espie | |
okay matthieu@ | |||
2017-07-02 | add a real dependency on the shadow tree, removes the need to run | Marc Espie | |
make depend okay matthieu@ (I added a comment explaining why this comes after bsd.xorg.mk) | |||
2017-06-25 | sync | Theo de Raadt | |
2017-06-24 | Update to freetype-doc-2.8 | David Coppa | |
2017-06-24 | Initialize flags member of struct drm_915_gem_mmap as the upcoming inteldrm(4) | Mark Kettenis | |
update checks it. Upstream fixed this differently, but that fix doesn't work for us as our ioctl(2) subsystem works differently from Linux. ok jsg@, tom@ | |||
2007-09-08 | import freetype 2.3.5 | Matthieu Herrb | |
2017-06-23 | Update | David Coppa | |
2017-06-23 | Update to freetype-2.8 | David Coppa | |
No fallout in a bulk build on i386 (sthen@) OK matthieu@, sthen@ | |||
2017-06-18 | let X directories build even if you forget depend. | Marc Espie | |
- use BUILDFIRST - have fontconfig use normal 'all' targets to make sure its files are built - explicitly document the fontconfig lib order okay matthieu@ | |||
2006-11-25 | Import freetype 2.2.1 | Matthieu Herrb | |
2017-06-16 | update | Matthieu Herrb | |