Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 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-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-05-20 | regen | Matthieu Herrb | |
2012-05-20 | Automake magic incantation that permits setting CFLAGS on make cmd line. | Matthieu Herrb | |
2012-05-15 | Update xf86-video-openchrome to 0.2.905 | Matthieu Herrb | |
2012-05-15 | Update to xf86-video-mach64 6.9.1 | Matthieu Herrb | |
2012-05-14 | Update to xf86-video-mga 1.5.0 | Matthieu Herrb | |
2012-05-14 | Update to xf86-video-i128 1.3.5 | Matthieu Herrb | |
2012-05-13 | Update to xf86-input-vmmouse 12.8.0 | Matthieu Herrb | |
2012-05-13 | Update to xf86-video siliconmotion 1.7.6 | Matthieu Herrb | |
2012-05-13 | Update to xf86-video-s3 0.6.4. | Matthieu Herrb | |
2012-05-13 | Update to xf86-video-s3virge 1.10.5 | Matthieu Herrb | |
2012-05-13 | fix small xf86-video-i740 1.3.3 merge glitch | Matthieu Herrb | |
2012-05-13 | Update to xf86-video-s3 0.6.4 | Matthieu Herrb | |
2012-05-13 | Update to xf86-video-i740 1.3.3 | Matthieu Herrb | |
2012-05-13 | Update xf86-video-apm to 1.2.4 | Matthieu Herrb | |
2012-05-07 | Files missed in upgrade to vmware 12.0.2 | Matthieu Herrb | |
2012-05-06 | Update to xf86-video-vmware 12.0.2 | Matthieu Herrb | |
2012-05-06 | Update to xf86-video-trident 1.3.5 | Matthieu Herrb | |
2012-05-06 | Update to xf86-video-tdfx 1.4.4 | Matthieu Herrb | |
2012-05-06 | Update to xf86-video-sis 0.10.4 | Matthieu Herrb | |
2012-05-06 | Update to xf86-video-savage 2.3.4 | Matthieu Herrb | |
2012-05-06 | Update to xf86-video-neomagic 1.2.6 | Matthieu Herrb | |
2012-05-06 | Upate to xf86-video-cirrus 1.4.0 | Matthieu Herrb | |
2012-05-06 | Update to xf86-video-ark 0.7.4 | Matthieu Herrb | |
2012-05-06 | Update to xf86-video-vesa 2.3.1 | Matthieu Herrb | |
2012-05-06 | One more fix for new vgaHW ABI. | Matthieu Herrb | |
2012-05-06 | Fix for new vgaHW ABI. | Matthieu Herrb | |
2012-04-08 | Update to xf86-video-r128 6.8.2 | Matthieu Herrb | |
2012-04-08 | Update to xf86-input-joystick 1.6.1 | Matthieu Herrb | |
2012-04-01 | Update to xf86-input-synaptics 1.5.2. | Alexandr Shadchin | |
ok matthieu@ | |||
2012-04-01 | Update to xf86-input-mouse 1.7.2. | Alexandr Shadchin | |
ok matthieu@ | |||
2012-03-13 | Mostly fix rotation in the intel driver. | Owain Ainsworth | |
Since recent(ish) changes we can allocate roatated framebuffers with tiling. This was not taken into account. Fix this for the most part: 1) i830_display_tiled needs to check tiling on rotated buffers too. 2) PipeSetBase needs to not only set offset to 0 for roated shadow buffers, it also needs to 0 DSPTILEOFF x/y too. There seems to be a remaining issue with damage or similar causing some latency on rotated screens, I have not managed to find this yet. Tested by sereral on tech@ ok matthieu a couple of weeks ago (his mail slipped though the cracks, hence late commit). | |||
2012-03-13 | Fix check for xf86Modes.h. This fixes the radeonold driver build issues | Matthieu Herrb | |
caused by caching of the (previously wrong result). And regen autotools files. | |||
2012-03-13 | Pass --with-xserver-source explicitely to configure, since the | Matthieu Herrb | |
code that figures it out automatically started to fail. | |||
2012-03-12 | Fix a long standing typo, but still don't build the siliconmotion driver | Matthieu Herrb | |
by default on loongson, to avoid creating false hopes. | |||
2012-03-12 | Reorganize video driver list a bit. | Matthieu Herrb | |
2012-03-12 | Build the radeonold on macppc and sparc64 platforms too. | Matthieu Herrb | |
2012-03-04 | Remove xf86-video-radeonhd for good. | Matthieu Herrb | |
2012-03-04 | Unlink xf86-video-radeonhd from the build again. It's superceeded by | Matthieu Herrb | |
recent xf86-video-ati driver. | |||
2012-03-04 | Re-update xf86-video-ati to 6.14.3. | Matthieu Herrb | |
Because of ati.c revision 1.5, it will not be selected by autoconfiguration code, so people who want to run this version of the driver on their radeon cards need an explicit "Device" section in xorg.conf. | |||
2012-03-04 | Load the radeonold driver for radeon chipsets. | Matthieu Herrb | |
2012-03-04 | Build xf86-video-radeonold again. | Matthieu Herrb | |
2012-03-04 | Replace Xalloc/Xfree with malloc/free. | Matthieu Herrb | |
Shuts down depreciation warnings during build. | |||
2012-03-04 | Remove a comment that should have gone with rev 1.39. | Matthieu Herrb | |
2012-02-20 | Update to xf86-video-dummy 0.3.5 | Matthieu Herrb | |