Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-06 | Import xkeyboard-config version 1.6. | Matthieu Herrb | |
2009-06-06 | sync | Todd T. Fries | |
2009-06-05 | sync | Todd T. Fries | |
2009-06-05 | update | Matthieu Herrb | |
2009-06-05 | Remove the input drivers that have been dropped by X.Org and | Matthieu Herrb | |
were not built for months now. | |||
2009-06-05 | Remove xf86rushproto which is deprecated and not built for the last | Matthieu Herrb | |
6 months. | |||
2009-06-05 | Update to xf86-video-sis 0.10.1. | Matthieu Herrb | |
2009-06-05 | Update to xf86-video-suntcx 1.1.1 | Matthieu Herrb | |
2009-06-05 | regen | Matthieu Herrb | |
2009-06-05 | update to xf86-video-suncg6 1.1.1 | Matthieu Herrb | |
2009-06-05 | update to xf86-video-suncg3 1.1.1 | Matthieu Herrb | |
2009-06-05 | regen | Matthieu Herrb | |
2009-06-05 | update xf86-video-newport to 0.2.2 | Matthieu Herrb | |
2009-06-05 | update | Matthieu Herrb | |
2009-06-05 | sync | Matthieu Herrb | |
2009-06-05 | Update to pixman 0.15.8. | Matthieu Herrb | |
2009-06-04 | Don't set the default depth to 8bpp. These days 24/32bpp makes much more | Mark Kettenis | |
sense. ok matthieu@ | |||
2009-06-04 | Disable int10 code if __sparc__. | Mark Kettenis | |
ok matthieu@ | |||
2009-06-04 | Build xf86-video-glint on OpenBSD/sparc64. | Mark Kettenis | |
2009-06-04 | Map and unmap registers around DDC probe. | Mark Kettenis | |
ok matthieu@ | |||
2009-06-04 | The mmio registers consist of two blocks of 64k. The first 64k provide | Mark 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-04 | regen | Mark Kettenis | |
2009-06-04 | Since the driver uses the big-endian view of the registers we shouldn't be | Mark Kettenis | |
byteswapping during register access. Define PPC_MMIO_IS_BE and SPARC_MMIO_IS_BE to prevent this. ok matthieu@ | |||
2009-06-04 | Fix building without xcb. Found by david@. Thanks. | Matthieu Herrb | |
2009-06-04 | Fix build for system that don't set XSRCDIR explicitely. | Matthieu Herrb | |
Problem noticed by ckuethe@. Thanks. | |||
2009-06-04 | simplify. | Matthieu Herrb | |
2009-06-04 | Use XENOCARA_HAVE_SHARED_LIBS and remove duplicate lines. | Matthieu Herrb | |
2009-06-04 | if XENOCARA_BUILD_XCB is set, build the XCB version of libX11. | Matthieu Herrb | |
2009-06-03 | Use XENOCARA_HAVE_SHARED_LIBS from bsd.xconf.mk instead of hard-coding | Matthieu Herrb | |
the list here. | |||
2009-06-01 | regen | Matthieu Herrb | |
2009-06-01 | Update to be compatible with xserver 1.6 and Xinput 1.5. | Matthieu Herrb | |
2009-06-01 | regen | Matthieu Herrb | |
2009-06-01 | Update to be compatible with xserver 1.6 and Xinput 1.5. | Matthieu Herrb | |
2009-06-01 | regen | Matthieu Herrb | |
2009-06-01 | Don'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-31 | update | Matthieu Herrb | |
2009-05-31 | Don't use != to call pkg-config in Makefiles. It's slow and generates | Matthieu Herrb | |
tons of warnings if stuff isn't installed yet. | |||
2009-05-31 | update to xcb-util 0.3.5 | Matthieu Herrb | |
2009-05-31 | update to libxcb 1.3 | Matthieu Herrb | |
2009-05-31 | regen for xcb-proto 1.5 | Matthieu Herrb | |
2009-05-31 | update to xcb-proto 1.5 | Matthieu Herrb | |
2009-05-31 | whitespace | Matthieu Herrb | |
2009-05-31 | workaround 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-31 | Remove layout from all pre-installed xorg.conf. It nowadays default | Matthieu 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 at | Okan Demirmen | |
this point due to client_setname()'s work; remove this check. ok oga@ | |||
2009-05-30 | re-order a bit for readability. | Okan Demirmen | |
"if it makes you happy" oga@ | |||
2009-05-30 | revert the 1.4 change - causes a double free noticed by grange@ a while | Okan Demirmen | |
ago while using kazehakase (or clients that don't set a name). ok oga@ | |||
2009-05-25 | updates | Matthieu Herrb | |
2009-05-25 | This is Mesa 7.4.2. from Brad. | Matthieu Herrb | |
2009-05-23 | explicitely addt inter-library dependencies. | Matthieu Herrb | |