Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-07-10 | type fixes | Okan Demirmen | |
2013-07-09 | since the root and event window are the same in the case of a button | Okan Demirmen | |
event on the screen's root window, there's no need to pass down the entire XButtonEvent event, at least to group_menu(), the only callback which takes an argument at this point; instead use the already populated screen. | |||
2013-07-08 | add support for mouse based group {,r}cycle; from Rodrigo Mosconi. not | Okan Demirmen | |
bound by default. | |||
2013-07-08 | move kbfunc and mousefunc closer together | Okan Demirmen | |
2013-07-08 | clarify kbd vs mouse functions | Okan Demirmen | |
2013-07-08 | move duplicate kbd and mouse modifier parsing to a generic function; | Okan Demirmen | |
from Tiago Cunha | |||
2013-07-08 | replace a few (x)malloc with (x)calloc to prevent potential integer | Okan Demirmen | |
overflows; from Tiago Cunha | |||
2013-07-08 | whitespace and style fixes; from Tiago Cunha and one from me. | Okan Demirmen | |
2013-07-08 | update | Jonathan Gray | |
2013-07-08 | update to libdrm 2.4.46 | Jonathan Gray | |
ok mpi@ kettenis@ | |||
2013-07-01 | revert previous. Juan Francisco Cantero Hurtado reports that loading | Jonathan Gray | |
the dri driver causes xorg to crash with r700 (PCI HD4350). Likely due to the incomplete support for r600/r700 currently in the tree. | |||
2013-07-01 | remove another local change that we don't need after | Jonathan Gray | |
the gem ioctl changes kettenis made. ok kettenis@ | |||
2013-06-29 | Remove a local change that disabled the pageflipping | Jonathan Gray | |
code in the KMS path. Previously disabled due to not having the required libdrm parts. ok matthieu@ | |||
2013-06-29 | Build with support for KMS which was previously disabled due to | Jonathan Gray | |
not having the required libdrm parts. UMS will still be used if KMS is not available. ok matthieu@ | |||
2013-06-29 | Add basic EXA acceleration for the Alpine chipset. | Matthieu Herrb | |
2013-06-29 | Quick fix for NULL pixmaps with server 1.14. | Matthieu Herrb | |
Problem reported and fix tested by J. Scott Heppler. Thanks. | |||
2013-06-27 | Define HAVE_LIBDRM_RADEON when compiling radeon dri drivers, | Jonathan Gray | |
required for newer radeondrm. Expanded version of a diff from kettenis@ ok kettenis@ mpi@ | |||
2013-06-27 | sync | Todd T. Fries | |
2013-06-26 | Match what's done on i386/amd64 and use vt05 as default for xdm(1) | Martin Pieuchot | |
on macppc now that virtual consoles are supported. Adding "xdm_flags=" to /etc/rc.conf.local should now be enough to get xdm working out of the box, no need to edit /etc/ttys anymore. ok matthieu@ | |||
2013-06-26 | in tree libdrm is now 2.4.45 | Jonathan Gray | |
2013-06-23 | update | Matthieu Herrb | |
2013-06-23 | properly fix (and re-organize) selfont selection. | Okan Demirmen | |
2013-06-23 | Update to libXv 1.0.9 | Matthieu Herrb | |
2013-06-21 | xenocara for beagle, no X server at this point. | Florian Obser | |
"as a starting point" OK matthieu@ | |||
2013-06-20 | update to libdrm 2.4.45 | Jonathan Gray | |
ok kettenis@ mpi@, tested by ajacoutot@ | |||
2013-06-20 | when selfont is configured, make sure we continue and configure the rest | Okan Demirmen | |
of the screen (quick fix); discovered the hard way by Rodrigo Mosconi. | |||
2013-06-17 | add the build infrastructure for the gallium r600 driver | Jonathan Gray | |
ok mpi@ | |||
2013-06-17 | byteswap.h and bswap_32 aren't portable, replace them with calls to | Jonathan Gray | |
gallium's util_bswap32 as suggested by kettenis. already merged upstream ok kettenis@ | |||
2013-06-17 | move Cursors into conf. | Okan Demirmen | |
2013-06-17 | now that we have conf_screen, which configures individual screens | Okan Demirmen | |
*after* config parsing, we no longer need to split up display/screen initialization, so collapse. | |||
2013-06-17 | allow mouse button4 and button5; from Rodrigo Mosconi | Okan Demirmen | |
2013-06-15 | Sun LKey section defines two xkb groups that lead to problems if there was only | Alexandr Shadchin | |
one layout is configured. Toggle this section to one group. pointed out, tested and ok landry@, ok matthieu@ | |||
2013-06-14 | update | Matthieu Herrb | |
2013-06-14 | Update to libXvMC 1.0.8 | Matthieu Herrb | |
2013-06-14 | Update to libXrender 0.9.8. | Matthieu Herrb | |
2013-06-14 | Default to EXA acceleration. | Matthieu Herrb | |
2013-06-14 | Disable broken EXA operations for now. | Matthieu Herrb | |
2006-11-25 | import from X.Org 7.2RC2 | Matthieu Herrb | |
2013-06-14 | fix rcsid | Jonathan Gray | |
2013-06-13 | Fix loading the driver without XAA | Matthieu Herrb | |
2013-06-13 | Fix initialization of shadowfb with modern X servers | Matthieu Herrb | |
2013-06-13 | Fix loading the driver without XAA | Matthieu Herrb | |