Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-21 | sync | Todd T. Fries | |
2012-06-21 | Since the transition to Xserver 1.12, the standard vgaHW layer | Martin 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-20 | Remove 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-18 | Don't unload sub-modules with xserver 1.12 | Matthieu Herrb | |
2012-06-18 | sync | Todd T. Fries | |
2012-06-16 | screenFd -> consoleFd conversions that were missed in xserver 1.12 import. | Matthieu Herrb | |
2012-06-14 | Finish removing the impact driver. Those files were left over | Matthieu Herrb | |
almost 4 years ago, and no one noticed. | |||
2012-06-14 | Fix for new vgahw API. Problem reported by mpi@. Thanks. | Matthieu Herrb | |
2012-06-12 | Update to xf86-input-synaptics 1.6.1 | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-12 | zap extra brackets | Alexandr Shadchin | |
2012-06-12 | fix indent | Alexandr Shadchin | |
2012-06-12 | zap trailing space | Alexandr Shadchin | |
2012-06-12 | Add support ButtonMapping | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-12 | Small cleanup | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-12 | Add missing XISetDevicePropertyDeletable and more information about error | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-12 | Use xf86IDrvMsg in emumb.c instead of ErrorF | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-12 | Fix some obvious constness-related compile warnings | Alexandr Shadchin | |
ok matthieu@ | |||
2012-06-11 | update | Matthieu Herrb | |
2012-06-11 | Update to xf86-video-openchrome 0.2.906 | Matthieu Herrb | |
2012-06-11 | Update to xinput 1.6.0 | Matthieu Herrb | |
2012-06-11 | Update to libXi 1.6.1 | Matthieu Herrb | |
2012-06-11 | Update to libXft 2.3.1 | Matthieu Herrb | |
2012-06-11 | Update to libX11 1.5.0 | Matthieu Herrb | |
2012-06-11 | Update to libXaw 1.0.11. | Matthieu Herrb | |
2012-06-10 | sync | Alexandr Shadchin | |
2012-06-10 | Update to 2.6 | Alexandr Shadchin | |
ok jasper@, krw@, matthieu@ | |||
2012-06-10 | update | Matthieu Herrb | |
2012-06-10 | Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. | Matthieu Herrb | |
2012-06-10 | Update to xserver 1.12.2. tested by naddy@, krw@, mpi@. | Matthieu Herrb | |
2012-06-09 | Update for new vgaHW API | Matthieu Herrb | |
2012-06-09 | Update to xf86-input-vmmouse 12.9.0 | Matthieu Herrb | |
2012-06-09 | Update to xorg-docs 1.7 | Matthieu Herrb | |
2012-06-07 | MFC: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESS | Matthieu Herrb | |
fixes the radeonold driver with xserver 1.12. | |||
2012-06-07 | update. take X11R7.7 katamari in account. | Matthieu Herrb | |
2012-06-07 | Update to xf86-video-ati 6.14.4. Tested by jasper@, krw@, mpi@, shadchin@ | Matthieu Herrb | |
2012-06-07 | Don't unload sub-modules in xserver 1.12. Its implementation is broken. | Matthieu Herrb | |
xf86UnloadSubModule() was a no-op in earlier versions. | |||
2012-06-07 | Update to xterm 279. Tested by krw@, mpi@, shadchin@. | Matthieu Herrb | |
2012-06-05 | sync | Todd T. Fries | |
2012-06-05 | sync | Todd T. Fries | |
2012-06-04 | Fix build with XENOCARA_BUILD_DRI=No | Martin Pieuchot | |
ok matthieu@ | |||
2012-06-02 | Fix build on i386. Previous commit was from an amd64 machine before | Matthieu Herrb | |
checking i386. Noticed by naddy@ thanks. | |||
2012-06-02 | If building against Xserver 1.12, disable video drivers that have not | Matthieu Herrb | |
yet been updated to the video ABI changes. This makes testing of xserrver 1.12 easier. | |||
2012-06-02 | Update xf86-video-glint to version 1.2.7 | Matthieu Herrb | |
2012-06-02 | update | Matthieu Herrb | |
2012-06-02 | Add 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-20 | regen | Matthieu Herrb | |
2012-05-20 | Automake magic incantation that permits setting CFLAGS on make cmd line. | Matthieu Herrb | |
2012-05-16 | get rid of more stray lines/spaces | Okan Demirmen | |
2012-05-16 | instead of using the menu window for _NET_SUPPORTING_WM_CHECK, create a | Okan 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-16 | fix comment | Okan Demirmen | |