Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-13 | Repair guenther's damage that I didn't ok. | Matthieu Herrb | |
2013-08-13 | Handle more /dev/drmN devices. | Mark Kettenis | |
ok matthieu@, jsg@ | |||
2013-08-13 | Improve VGA arbiter support now that the kernel gives us information about | Mark Kettenis | |
the resources required by a particular device. ok matthieu@, jsg@ | |||
2006-11-25 | Importing from X.Org 7.2RC2 | Matthieu Herrb | |
2013-08-13 | sync | Philip Guenther | |
2013-08-13 | Bump the major to match the 64bit time_t change | Philip Guenther | |
2013-08-13 | Bump the major to match the 64bit time_t change | Philip Guenther | |
2013-08-13 | Bump the major to match the 64bit time_t change | Philip Guenther | |
2013-08-13 | Bump the major to match the 64bit time_t change | Philip Guenther | |
2013-08-13 | Bump major on libX11-xcb to match the 64bit time_t change | Philip Guenther | |
2013-08-13 | The major on libXaw7 has been bumped, so match that here | Philip Guenther | |
2013-08-13 | Bump the major on every single base library. There are a couple | Philip Guenther | |
not bumped by this that will be corrected soon. heavy lifting by todd@ | |||
2009-05-23 | build system for xcb-util | Matthieu Herrb | |
2009-05-22 | Xenocara build infrastructure for libxcb. | Matthieu Herrb | |
This includes a set of pre-generated sources files in src/ so that python and xslt are not needed to build. | |||
2013-08-12 | build mesa radeon drivers on sparc64 and switch to gallium drivers | Jonathan Gray | |
for r300 and r600 | |||
2013-08-12 | enable kms support | Jonathan Gray | |
2013-08-08 | build libdrm_radeon on sparc64 | Jonathan Gray | |
ok kettenis@ | |||
2013-08-04 | update | Matthieu Herrb | |
2013-08-04 | Remove a debug #error directive that shouldn't have leaked here. | Matthieu Herrb | |
2013-07-29 | Build the X server on hp300 again. from miod@. Ok deraadt@ | Matthieu Herrb | |
2013-07-22 | puffy 5.4 | Todd T. Fries | |
2013-07-21 | Remove Modules that are not linked to the build for license issues. | Matthieu Herrb | |
2013-07-21 | Update to xfontsel 1.0.5 | Matthieu Herrb | |
2013-07-21 | update | Matthieu Herrb | |
2013-07-21 | Update to mkfontscale 1.1.1 | Matthieu Herrb | |
2013-07-21 | Update to xfd 1.1.2x | Matthieu Herrb | |
2013-07-21 | Update to xhost 1.0.6 | Matthieu Herrb | |
2013-07-21 | Update to xrandr 1.4.1 | Matthieu Herrb | |
2013-07-21 | Update to xconsole 1.0.6 | Matthieu Herrb | |
2006-11-26 | Importing from XF4, plus BSD make infrastructure | Matthieu Herrb | |
2006-11-25 | Importing from X.Org 7.2RC2 | Matthieu Herrb | |
2006-11-25 | Importing from X.Org 7.2RC2 | Matthieu Herrb | |
2013-07-20 | regen | Matthieu Herrb | |
2013-07-20 | Replace random() with arc4random_buf() | Matthieu Herrb | |
2013-07-20 | Sum consecutive dx and dy motion events received separartely from | Matthieu Herrb | |
the kernel before sending them up to X. Reduces staircacse effects on diagonal freehand drawings. Patch from Henri Kemppainen, tested by edd@. Thanks. | |||
2006-11-25 | import from X.Org 7.2RC1 | Matthieu Herrb | |
2013-07-17 | Do not blindly use __builtin_clz() #ifdef __GNUC__, but only if gcc >= 3.4 for | Miod Vallat | |
it did not exist in previous releases. ok matthieu@ | |||
2013-07-16 | Monochrome X server is supported on luna88k. | Kenji Aoyama | |
ok miod@ | |||
2013-07-16 | Re-commit luna88k_video.c. Previous file is 'doubled' by mistake. | Kenji Aoyama | |
2013-07-16 | we no longer need to construct an array for _NET_SUPPORTED. | Okan Demirmen | |
2013-07-16 | don't need the size here | Okan Demirmen | |
2013-07-16 | max -> nitems | Okan Demirmen | |
2013-07-15 | shuffle down protoypes | Okan Demirmen | |
2013-07-15 | collapse lines | Okan Demirmen | |
2013-07-15 | simplify atom handling; allows us to limit to one round-trip to server | Okan Demirmen | |
for gathering Atoms. | |||
2013-07-15 | Add monochrome X server support for luna88k. | Kenji Aoyama | |
Some luna88k specific quirks are needed in driver/xf86-video-wsfb/src/wsfb_driver.c for now. ok matthieu@ | |||
2013-07-14 | Don't try to use grantpt() on OpenBSD. It causes crashes. | Matthieu Herrb | |
Problem reported by Jan Stary and Marcus Merighi, analysed by guenther@, configure.ac patch by me. | |||
2013-07-11 | sync | Todd T. Fries | |
2013-07-10 | Remove a merge artifact. | Brandon Mercer | |
OK matthieu | |||
2013-07-10 | bring buttonpress and keypress event handlers slightly closer together | Okan Demirmen | |