summaryrefslogtreecommitdiff
path: root/xserver
AgeCommit message (Collapse)Author
2010-03-15Only add wsfb to the list of autoconfigured drivers if no other matches wereMark Kettenis
found. Makes xorg.conf-less X work again on sparc64 and macppc systems with a single display adapter. ok matthieu@, beck@
2010-02-01basic support for mips64el. ok miod@.Matthieu Herrb
2009-12-18regenMatthieu Herrb
2009-12-18Build hppa support files on OpenBSD (useless for now).Matthieu Herrb
2009-12-18Adapt to modular X.Org.Matthieu Herrb
2009-10-31Update to server 1.6.5.Matthieu Herrb
2009-10-27Replace fbdev by wsfb as fallback driver on arches that support it.Matthieu Herrb
Ok todd@, oga@.
2009-10-18Add ChangeLog for xserver. It's part of the official X.Org tarballs.Matthieu Herrb
2009-10-06Merge 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-13Do 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-11Don't unconditionnally add a "sunffb" device in autoconfig modeMatthieu Herrb
on OpenBSD. It will be added by sparcDriverName() if a ffb card is present.
2009-09-11Bring 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-08restore version 1.12 of privsep.c which got accidentally revertedMatthieu Herrb
by my xserver 1.6 merge. noticed by oga@
2009-09-08sparcDeviceName: do not fall back to wsfb if no hw specific driverMatthieu 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-06update to xserver 1.6.4rc1. Tested by many, ok oga@.Matthieu Herrb
2009-07-14Make the !privsep and privsep paths a little more similar (stillOwain 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-29Set default migration strategy to "greedy". ok oga@.Matthieu Herrb
2009-03-28provide mem_barrier() definition for amd64 too. from X.Org git. ok oga@Matthieu Herrb
2009-02-19Add code to choose a video driver based on the wscons(4) display type. MakesMark 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-28OpenBSD still uses old xkb-data, whose default rules are called 'xorg'.Matthieu Herrb
Change kdrive's default configuration too.
2009-01-27regenMatthieu Herrb
2009-01-27Fix linking of Xwscons for xserver 1.5.3Matthieu Herrb
2009-01-27Don't allow to build kdrive here anymore. This is now in ../kdrive.Matthieu Herrb
2009-01-20more gcc2 breakage found by sparcTodd T. Fries
2009-01-13note to self: no cookie, a compile started is not a compile testedTodd T. Fries
2009-01-13yet another gcc2 found bad coding practice, move variable declartion to theTodd T. Fries
top of the scope. this time found by sparc.
2009-01-12regenMatthieu Herrb
2009-01-12Update 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-23missing action in if statement.Matthieu Herrb
2008-11-11Fix 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-05more gcc2 fixes courtesy sparcTodd T. Fries
2008-11-04Initialise the aperture file descriptor in libpciaccess.Matthieu Herrb
2008-11-04variable declarations at the beginning of the scope; found by sparc (a gcc2 ↵Todd T. Fries
arch)
2008-11-04Update to libpciaccess world.Matthieu Herrb
2008-11-02xserver 1.5.2. tested by ckuethe@, oga@, and others.Matthieu Herrb
2008-10-30Close well known connections in ServerAbort().Matthieu Herrb
Gets rid of dangling /tmp/.X11-unix/X0 sockets after server crash.
2008-10-12Xprt is not built by default anymore. Remove the code that selectivelyMatthieu Herrb
disabled it on a few platforms.
2008-10-08enable GL for libraries, but not the X server .. for mips64Todd T. Fries
2008-10-07PR 5005: On alpha, trust the PCI BARS from SRM. ok kettenis@, miod@.Matthieu Herrb
2008-09-20Make X stop messing with PCI BARs on sparc64. Makes ati driver work againMark Kettenis
on Ultra 5/10 machines. ok matthieu@, oga@
2008-08-30Typo (the the). From Thomas Bozdar (Thomas dot Bosdar at quest dot com).Matthieu Herrb
Thanks.
2008-08-28Add /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-25Since wscons(4) manages the hardware cursor for us, there's no nee toMark Kettenis
fiddle with it here. Pointed out by miod@. ok matthieu@
2008-08-24Unbreak sparc build.Mark Kettenis
2008-08-24Make -configure work for SBus/UPA devices instead of crashing.Mark Kettenis
ok matthieu@
2008-08-21Add enough OpenBSD-specific sbus support code to be able to support theMark Kettenis
sunffb driver. ok matthieu@
2008-07-31All the resources claimed by xf86StdAccResFromOS() are PC-specific. On sparc64Mark Kettenis
PCI address space is completely seperate, so we don't have to claim any resources to avoid clashes with main memory and firmware. Makes accelerated graphics work on the Tadpole SPARCLE. ok matthieu@, oga@