summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
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-11Update to xf86-video-openchrome 0.2.906Matthieu Herrb
2012-06-09Update for new vgaHW APIMatthieu Herrb
2012-06-09Update to xf86-input-vmmouse 12.9.0Matthieu Herrb
2012-06-07MFC: Guard references to PCITAG / pciTag with XSERVER_LIBPCIACCESSMatthieu Herrb
fixes the radeonold driver with xserver 1.12.
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-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-05-20regenMatthieu Herrb
2012-05-20Automake magic incantation that permits setting CFLAGS on make cmd line.Matthieu Herrb
2012-05-15Update xf86-video-openchrome to 0.2.905Matthieu Herrb
2012-05-15Update to xf86-video-mach64 6.9.1Matthieu Herrb
2012-05-14Update to xf86-video-mga 1.5.0Matthieu Herrb
2012-05-14Update to xf86-video-i128 1.3.5Matthieu Herrb
2012-05-13Update to xf86-input-vmmouse 12.8.0Matthieu Herrb
2012-05-13Update to xf86-video siliconmotion 1.7.6Matthieu Herrb
2012-05-13Update to xf86-video-s3 0.6.4.Matthieu Herrb
2012-05-13Update to xf86-video-s3virge 1.10.5Matthieu Herrb
2012-05-13fix small xf86-video-i740 1.3.3 merge glitchMatthieu Herrb
2012-05-13Update to xf86-video-s3 0.6.4Matthieu Herrb
2012-05-13Update to xf86-video-i740 1.3.3Matthieu Herrb
2012-05-13Update xf86-video-apm to 1.2.4Matthieu Herrb
2012-05-07Files missed in upgrade to vmware 12.0.2Matthieu Herrb
2012-05-06Update to xf86-video-vmware 12.0.2Matthieu Herrb
2012-05-06Update to xf86-video-trident 1.3.5Matthieu Herrb
2012-05-06Update to xf86-video-tdfx 1.4.4Matthieu Herrb
2012-05-06Update to xf86-video-sis 0.10.4Matthieu Herrb
2012-05-06Update to xf86-video-savage 2.3.4Matthieu Herrb
2012-05-06Update to xf86-video-neomagic 1.2.6Matthieu Herrb
2012-05-06Upate to xf86-video-cirrus 1.4.0Matthieu Herrb
2012-05-06Update to xf86-video-ark 0.7.4Matthieu Herrb
2012-05-06Update to xf86-video-vesa 2.3.1Matthieu Herrb
2012-05-06One more fix for new vgaHW ABI.Matthieu Herrb
2012-05-06Fix for new vgaHW ABI.Matthieu Herrb
2012-04-08Update to xf86-video-r128 6.8.2Matthieu Herrb
2012-04-08Update to xf86-input-joystick 1.6.1Matthieu Herrb
2012-04-01Update to xf86-input-synaptics 1.5.2.Alexandr Shadchin
ok matthieu@
2012-04-01Update to xf86-input-mouse 1.7.2.Alexandr Shadchin
ok matthieu@
2012-03-13Mostly 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).