summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-15shuffle down protoypesOkan Demirmen
2013-07-15collapse linesOkan Demirmen
2013-07-15simplify atom handling; allows us to limit to one round-trip to serverOkan Demirmen
for gathering Atoms.
2013-07-15Add 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-14Don'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-11syncTodd T. Fries
2013-07-10Remove a merge artifact.Brandon Mercer
OK matthieu
2013-07-10bring buttonpress and keypress event handlers slightly closer togetherOkan Demirmen
2013-07-10type fixesOkan Demirmen
2013-07-09since the root and event window are the same in the case of a buttonOkan 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-08add support for mouse based group {,r}cycle; from Rodrigo Mosconi. notOkan Demirmen
bound by default.
2013-07-08move kbfunc and mousefunc closer togetherOkan Demirmen
2013-07-08clarify kbd vs mouse functionsOkan Demirmen
2013-07-08move duplicate kbd and mouse modifier parsing to a generic function;Okan Demirmen
from Tiago Cunha
2013-07-08replace a few (x)malloc with (x)calloc to prevent potential integerOkan Demirmen
overflows; from Tiago Cunha
2013-07-08whitespace and style fixes; from Tiago Cunha and one from me.Okan Demirmen
2013-07-08updateJonathan Gray
2013-07-08update to libdrm 2.4.46Jonathan Gray
ok mpi@ kettenis@
2013-07-01revert previous. Juan Francisco Cantero Hurtado reports that loadingJonathan 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-01remove another local change that we don't need afterJonathan Gray
the gem ioctl changes kettenis made. ok kettenis@
2013-06-29Remove a local change that disabled the pageflippingJonathan Gray
code in the KMS path. Previously disabled due to not having the required libdrm parts. ok matthieu@
2013-06-29Build with support for KMS which was previously disabled due toJonathan Gray
not having the required libdrm parts. UMS will still be used if KMS is not available. ok matthieu@
2013-06-29Add basic EXA acceleration for the Alpine chipset.Matthieu Herrb
2013-06-29Quick fix for NULL pixmaps with server 1.14.Matthieu Herrb
Problem reported and fix tested by J. Scott Heppler. Thanks.
2013-06-27Define 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-27syncTodd T. Fries
2013-06-26Match 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-26in tree libdrm is now 2.4.45Jonathan Gray
2013-06-23updateMatthieu Herrb
2013-06-23properly fix (and re-organize) selfont selection.Okan Demirmen
2013-06-23Update to libXv 1.0.9Matthieu Herrb
2013-06-21xenocara for beagle, no X server at this point.Florian Obser
"as a starting point" OK matthieu@
2013-06-20update to libdrm 2.4.45Jonathan Gray
ok kettenis@ mpi@, tested by ajacoutot@
2013-06-20when selfont is configured, make sure we continue and configure the restOkan Demirmen
of the screen (quick fix); discovered the hard way by Rodrigo Mosconi.
2013-06-17add the build infrastructure for the gallium r600 driverJonathan Gray
ok mpi@
2013-06-17byteswap.h and bswap_32 aren't portable, replace them with calls toJonathan Gray
gallium's util_bswap32 as suggested by kettenis. already merged upstream ok kettenis@
2013-06-17move Cursors into conf.Okan Demirmen
2013-06-17now that we have conf_screen, which configures individual screensOkan Demirmen
*after* config parsing, we no longer need to split up display/screen initialization, so collapse.
2013-06-17allow mouse button4 and button5; from Rodrigo MosconiOkan Demirmen
2013-06-15Sun LKey section defines two xkb groups that lead to problems if there was onlyAlexandr Shadchin
one layout is configured. Toggle this section to one group. pointed out, tested and ok landry@, ok matthieu@
2013-06-14updateMatthieu Herrb
2013-06-14Update to libXvMC 1.0.8Matthieu Herrb
2013-06-14Update to libXrender 0.9.8.Matthieu Herrb
2013-06-14Default to EXA acceleration.Matthieu Herrb
2013-06-14Disable broken EXA operations for now.Matthieu Herrb
2006-11-25import from X.Org 7.2RC2Matthieu Herrb
2013-06-14fix rcsidJonathan Gray
2013-06-13Fix loading the driver without XAAMatthieu Herrb
2013-06-13Fix initialization of shadowfb with modern X serversMatthieu Herrb
2013-06-13Fix loading the driver without XAAMatthieu Herrb