Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 to xf86-video-openchrome 0.2.906 | 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-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). |