summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-06-21syncTodd T. Fries
2012-06-21Since the transition to Xserver 1.12, the standard vgaHW layerMartin Pieuchot
that depends on libpciaccess and is broken on macppc, so use vgaHWSetMmioFuncs() instead of vgaHWSetStdFuncs() and unbreak the nv driver on this platfrom. ok matthieu@
2012-06-20Remove mac68k bits from Xenocara.Matthieu Herrb
The imake config bits are not removed. Those files are frozen, until they can be removed, once the last port that still uses imake dies.
2012-06-18Don't unload sub-modules with xserver 1.12Matthieu Herrb
2012-06-18syncTodd T. Fries
2012-06-16screenFd -> consoleFd conversions that were missed in xserver 1.12 import.Matthieu Herrb
2012-06-14Finish removing the impact driver. Those files were left overMatthieu Herrb
almost 4 years ago, and no one noticed.
2012-06-14Fix for new vgahw API. Problem reported by mpi@. Thanks.Matthieu Herrb
2012-06-12Update to xf86-input-synaptics 1.6.1Alexandr Shadchin
ok matthieu@
2012-06-12zap extra bracketsAlexandr Shadchin
2012-06-12fix indentAlexandr Shadchin
2012-06-12zap trailing spaceAlexandr Shadchin
2012-06-12Add support ButtonMappingAlexandr Shadchin
ok matthieu@
2012-06-12Small cleanupAlexandr Shadchin
ok matthieu@
2012-06-12Add missing XISetDevicePropertyDeletable and more information about errorAlexandr Shadchin
ok matthieu@
2012-06-12Use xf86IDrvMsg in emumb.c instead of ErrorFAlexandr Shadchin
ok matthieu@
2012-06-12Fix some obvious constness-related compile warningsAlexandr Shadchin
ok matthieu@
2012-06-11updateMatthieu Herrb
2012-06-11Update to xf86-video-openchrome 0.2.906Matthieu Herrb
2012-06-11Update to xinput 1.6.0Matthieu Herrb
2012-06-11Update to libXi 1.6.1Matthieu Herrb
2012-06-11Update to libXft 2.3.1Matthieu Herrb
2012-06-11Update to libX11 1.5.0Matthieu Herrb
2012-06-11Update to libXaw 1.0.11.Matthieu Herrb
2012-06-10syncAlexandr Shadchin
2012-06-10Update to 2.6Alexandr Shadchin
ok jasper@, krw@, matthieu@
2012-06-10updateMatthieu Herrb
2012-06-10Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.Matthieu Herrb
2012-06-10Update to xserver 1.12.2. tested by naddy@, krw@, mpi@.Matthieu Herrb
2012-06-09Update for new vgaHW APIMatthieu Herrb
2012-06-09Update to xf86-input-vmmouse 12.9.0Matthieu Herrb
2012-06-09Update to xorg-docs 1.7Matthieu Herrb
2012-06-07MFC: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESSMatthieu Herrb
fixes the radeonold driver with xserver 1.12.
2012-06-07update. take X11R7.7 katamari in account.Matthieu Herrb
2012-06-07Update to xf86-video-ati 6.14.4. Tested by jasper@, krw@, mpi@, shadchin@Matthieu Herrb
2012-06-07Don't unload sub-modules in xserver 1.12. Its implementation is broken.Matthieu Herrb
xf86UnloadSubModule() was a no-op in earlier versions.
2012-06-07Update to xterm 279. Tested by krw@, mpi@, shadchin@.Matthieu Herrb
2012-06-05syncTodd T. Fries
2012-06-05syncTodd T. Fries
2012-06-04Fix build with XENOCARA_BUILD_DRI=NoMartin Pieuchot
ok matthieu@
2012-06-02Fix build on i386. Previous commit was from an amd64 machine beforeMatthieu Herrb
checking i386. Noticed by naddy@ thanks.
2012-06-02If building against Xserver 1.12, disable video drivers that have notMatthieu Herrb
yet been updated to the video ABI changes. This makes testing of xserrver 1.12 easier.
2012-06-02Update xf86-video-glint to version 1.2.7Matthieu Herrb
2012-06-02updateMatthieu Herrb
2012-06-02Add support for X server privilege separation to pci_legacy_open_io()Matthieu Herrb
With privilege separation the X server enables legacy i/o port access during the early privileged initialization. Other calls should be no-op. Makes X server 1.12 happy with privilege separation. ok miod@
2012-05-20regenMatthieu Herrb
2012-05-20Automake magic incantation that permits setting CFLAGS on make cmd line.Matthieu Herrb
2012-05-16get rid of more stray lines/spacesOkan Demirmen
2012-05-16instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create aOkan Demirmen
dummy one to use instead; allows us to not have to wait for menu_init(), so re-shuffle _NET_SUPPORTED slightly. ok sthen@
2012-05-16fix commentOkan Demirmen