Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-13 | Add a configure test for newer proto headers and use it to enable | Matthieu Herrb | |
building xserver 1.6 with those headers. ok oga@. | |||
2010-03-30 | #if 0 out the code that listens for /dev/apm events. | Owain Ainsworth | |
A cleaner fix will be forthcoming, but for now this allows the xserver to work nicely with the recent kernel vt-switch-on-suspend changes. ok miod@ | |||
2010-03-15 | Only add wsfb to the list of autoconfigured drivers if no other matches were | Mark Kettenis | |
found. Makes xorg.conf-less X work again on sparc64 and macppc systems with a single display adapter. ok matthieu@, beck@ | |||
2010-02-01 | basic support for mips64el. ok miod@. | Matthieu Herrb | |
2009-12-18 | regen | Matthieu Herrb | |
2009-12-18 | Build hppa support files on OpenBSD (useless for now). | Matthieu Herrb | |
2009-12-18 | Adapt to modular X.Org. | Matthieu Herrb | |
2009-10-31 | Update to server 1.6.5. | Matthieu Herrb | |
2009-10-27 | Replace fbdev by wsfb as fallback driver on arches that support it. | Matthieu Herrb | |
Ok todd@, oga@. | |||
2009-10-18 | Add ChangeLog for xserver. It's part of the official X.Org tarballs. | Matthieu Herrb | |
2009-10-06 | Merge intel driver autoconfiguration changes from upstream: | Matthieu Herrb | |
- don't list the dead i810 driver anymore - blacklist the poulsbo chipset which isn't supported by xf86-video-intel. Gives vesa a chance. ok oga@, kettenis@. | |||
2009-09-13 | Do not use 'deprecated' attribute on gcc < 3.1. | Matthieu Herrb | |
It causes lots of spurious warnings in build logs. suggestion to make the test gcc >= 3.1 millert@, ok todd@, miod@ | |||
2009-09-11 | Don't unconditionnally add a "sunffb" device in autoconfig mode | Matthieu Herrb | |
on OpenBSD. It will be added by sparcDriverName() if a ffb card is present. | |||
2009-09-11 | Bring Xnest back. | Matthieu Herrb | |
I had to disable its build during xserver 1.6 development because it wasn't building for a while. But all problems are now fixed. ok todd@. | |||
2009-09-08 | restore version 1.12 of privsep.c which got accidentally reverted | Matthieu Herrb | |
by my xserver 1.6 merge. noticed by oga@ | |||
2009-09-08 | sparcDeviceName: do not fall back to wsfb if no hw specific driver | Matthieu Herrb | |
was found. This is done in the caller already. While there change to a switch() construct to prepare for potential future drivers addition. | |||
2009-09-06 | update to xserver 1.6.4rc1. Tested by many, ok oga@. | Matthieu Herrb | |
2009-07-14 | Make the !privsep and privsep paths a little more similar (still | Owain Ainsworth | |
checking the list), this allows drm to work in -keepPriv situations. This diff has been in my tree awaiting proper testing for months, now i'm sure it works correctly in it goes. ok matthieu@ an aeon ago. | |||
2009-06-29 | Set default migration strategy to "greedy". ok oga@. | Matthieu Herrb | |
2009-03-28 | provide mem_barrier() definition for amd64 too. from X.Org git. ok oga@ | Matthieu Herrb | |
2009-02-19 | Add code to choose a video driver based on the wscons(4) display type. Makes | Mark Kettenis | |
it possible to run X without a configuration file on (some) sparc64 machines and perhaps other machines that use wscons(4) frame buffers. ok matthieu@ | |||
2009-01-28 | __miscmansuffix -> __miscmansuffix__ | Matthieu Herrb | |
2009-01-28 | OpenBSD still uses old xkb-data, whose default rules are called 'xorg'. | Matthieu Herrb | |
Change kdrive's default configuration too. | |||
2009-01-27 | regen | Matthieu Herrb | |
2009-01-27 | Fix linking of Xwscons for xserver 1.5.3 | Matthieu Herrb | |
2009-01-27 | Don't allow to build kdrive here anymore. This is now in ../kdrive. | Matthieu Herrb | |
2009-01-20 | more gcc2 breakage found by sparc | Todd T. Fries | |
2009-01-13 | note to self: no cookie, a compile started is not a compile tested | Todd T. Fries | |
2009-01-13 | yet another gcc2 found bad coding practice, move variable declartion to the | Todd T. Fries | |
top of the scope. this time found by sparc. | |||
2009-01-12 | regen | Matthieu Herrb | |
2009-01-12 | Update to xserver 1.5.3 + latests commits on server-1.5-branch. | Matthieu Herrb | |
tested by stsp@, david@, form@, ckuethe@, oga@. thanks. | |||
2008-12-23 | - move wsfb(4) to where it belongs. | Matthieu Herrb | |
- also rename via -> openchrome. | |||
2008-12-23 | - i810 -> intel, noticed by mpf@ (already fixed in -current X.Org) | Matthieu Herrb | |
- add a reference to wsfb(4). | |||
2008-11-23 | missing action in if statement. | Matthieu Herrb | |
2008-11-11 | Fix from X.Org master git for XAA screen corruption. | Matthieu Herrb | |
XAA PixmapOps: Sync before accessing unwrapped callbacks. When using any XAAPixmapOps, we call into unknown but freshly unwrapped callbacks (like fb ones). Unlike the XAA*Fallback calls, we did so without syncing first, exposing us to all kinds of synchronisation issues. I believe that the rendering errors appeared now because *PaintWindow vanished (e4d11e58), and we just use miPaintWindow instead. This takes a less direct route to the hw and ends up at PolyFillRectPixmap, which very often left drawing artifacts. We now sync accordingly, and no longer get the rendering artifacts i was methodically reproducing on radeonhd, radeon, unichrome... Also, in order to allow driver authors to remove extensive syncing or flushing to hide this issue, create XAA_VERSION_ defines, put them in xaa.h and bump the patchlevel. tested by naddy@ and Edd Barrett. ok oga@. | |||
2008-11-05 | more gcc2 fixes courtesy sparc | Todd T. Fries | |
2008-11-04 | Initialise the aperture file descriptor in libpciaccess. | Matthieu Herrb | |
2008-11-04 | variable declarations at the beginning of the scope; found by sparc (a gcc2 ↵ | Todd T. Fries | |
arch) | |||
2008-11-04 | Update to libpciaccess world. | Matthieu Herrb | |
2008-11-02 | xserver 1.5.2. tested by ckuethe@, oga@, and others. | Matthieu Herrb | |
2008-10-30 | Close well known connections in ServerAbort(). | Matthieu Herrb | |
Gets rid of dangling /tmp/.X11-unix/X0 sockets after server crash. | |||
2008-10-12 | Xprt is not built by default anymore. Remove the code that selectively | Matthieu Herrb | |
disabled it on a few platforms. | |||
2008-10-08 | enable GL for libraries, but not the X server .. for mips64 | Todd T. Fries | |
2008-10-07 | PR 5005: On alpha, trust the PCI BARS from SRM. ok kettenis@, miod@. | Matthieu Herrb | |
2008-09-20 | Make X stop messing with PCI BARs on sparc64. Makes ati driver work again | Mark Kettenis | |
on Ultra 5/10 machines. ok matthieu@, oga@ | |||
2008-08-30 | Typo (the the). From Thomas Bozdar (Thomas dot Bosdar at quest dot com). | Matthieu Herrb | |
Thanks. | |||
2008-08-28 | Add /dev/tty04 to the list of devices privilege separated X can open. | Marc Balmer | |
(The IBM SurePos 500 has six serial lines and the touch screen is at this device). ok oga@ | |||
2008-08-25 | Since wscons(4) manages the hardware cursor for us, there's no nee to | Mark Kettenis | |
fiddle with it here. Pointed out by miod@. ok matthieu@ | |||
2008-08-24 | Unbreak sparc build. | Mark Kettenis | |
2008-08-24 | Make -configure work for SBus/UPA devices instead of crashing. | Mark Kettenis | |
ok matthieu@ |