summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-06-06Import xkeyboard-config version 1.6.Matthieu Herrb
2009-06-06syncTodd T. Fries
2009-06-05syncTodd T. Fries
2009-06-05updateMatthieu Herrb
2009-06-05Remove the input drivers that have been dropped by X.Org andMatthieu Herrb
were not built for months now.
2009-06-05Remove xf86rushproto which is deprecated and not built for the lastMatthieu Herrb
6 months.
2009-06-05Update to xf86-video-sis 0.10.1.Matthieu Herrb
2009-06-05Update to xf86-video-suntcx 1.1.1Matthieu Herrb
2009-06-05regenMatthieu Herrb
2009-06-05update to xf86-video-suncg6 1.1.1Matthieu Herrb
2009-06-05update to xf86-video-suncg3 1.1.1Matthieu Herrb
2009-06-05regenMatthieu Herrb
2009-06-05update xf86-video-newport to 0.2.2Matthieu Herrb
2009-06-05updateMatthieu Herrb
2009-06-05syncMatthieu Herrb
2009-06-05Update to pixman 0.15.8.Matthieu Herrb
2009-06-04Don't set the default depth to 8bpp. These days 24/32bpp makes much moreMark Kettenis
sense. ok matthieu@
2009-06-04Disable int10 code if __sparc__.Mark Kettenis
ok matthieu@
2009-06-04Build xf86-video-glint on OpenBSD/sparc64.Mark Kettenis
2009-06-04Map and unmap registers around DDC probe.Mark Kettenis
ok matthieu@
2009-06-04The mmio registers consist of two blocks of 64k. The first 64k provideMark Kettenis
a little-endian view, the second 64k provide a big-endian view. Restrict mapping to 64k to prevent mapping beyond the end of the BAR if we map the big-endian view on big-endian machines. There is no reason to map the big-endian view on little-endian machines. ok matthieu@
2009-06-04regenMark Kettenis
2009-06-04Since the driver uses the big-endian view of the registers we shouldn't beMark Kettenis
byteswapping during register access. Define PPC_MMIO_IS_BE and SPARC_MMIO_IS_BE to prevent this. ok matthieu@
2009-06-04Fix building without xcb. Found by david@. Thanks.Matthieu Herrb
2009-06-04Fix build for system that don't set XSRCDIR explicitely.Matthieu Herrb
Problem noticed by ckuethe@. Thanks.
2009-06-04simplify.Matthieu Herrb
2009-06-04Use XENOCARA_HAVE_SHARED_LIBS and remove duplicate lines.Matthieu Herrb
2009-06-04if XENOCARA_BUILD_XCB is set, build the XCB version of libX11.Matthieu Herrb
2009-06-03Use XENOCARA_HAVE_SHARED_LIBS from bsd.xconf.mk instead of hard-codingMatthieu Herrb
the list here.
2009-06-01regenMatthieu Herrb
2009-06-01Update to be compatible with xserver 1.6 and Xinput 1.5.Matthieu Herrb
2009-06-01regenMatthieu Herrb
2009-06-01Update to be compatible with xserver 1.6 and Xinput 1.5.Matthieu Herrb
2009-06-01regenMatthieu Herrb
2009-06-01Don't call xf1bpp or xf4bpp if they're not present (xorg-server-1.6 & later)Matthieu Herrb
From Alan Coopersmith <alan.coopersmith@sun.com>.
2009-05-31updateMatthieu Herrb
2009-05-31Don't use != to call pkg-config in Makefiles. It's slow and generatesMatthieu Herrb
tons of warnings if stuff isn't installed yet.
2009-05-31update to xcb-util 0.3.5Matthieu Herrb
2009-05-31update to libxcb 1.3Matthieu Herrb
2009-05-31regen for xcb-proto 1.5Matthieu Herrb
2009-05-31update to xcb-proto 1.5Matthieu Herrb
2009-05-31whitespaceMatthieu Herrb
2009-05-31workaround for a problem that appeared with xterm 243 on arm cpus.Matthieu Herrb
It dumps core in VTInitialize() if charproc.c is compiled with -O2. The problem is in the lines 5610 to 5614 of this file, which were added by xterm 243, but I can't see an obvious problem here.
2009-05-31Remove layout from all pre-installed xorg.conf. It nowadays defaultMatthieu Herrb
to whatever is setup on wscons. maja@ noticed I didn't do that yet. While there shave a few files a bit more.
2009-05-30'no' is the answer to the comment question: cc->name can't be NULL atOkan Demirmen
this point due to client_setname()'s work; remove this check. ok oga@
2009-05-30re-order a bit for readability.Okan Demirmen
"if it makes you happy" oga@
2009-05-30revert the 1.4 change - causes a double free noticed by grange@ a whileOkan Demirmen
ago while using kazehakase (or clients that don't set a name). ok oga@
2009-05-25updatesMatthieu Herrb
2009-05-25This is Mesa 7.4.2. from Brad.Matthieu Herrb
2009-05-23explicitely addt inter-library dependencies.Matthieu Herrb