summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
2020-06-14Remove the (out of date) list of supported architectures.Matthieu Herrb
2020-05-16Fix VT switching in EXA acceleration.Matthieu Herrb
2020-05-16MFC: alpine: Default to 16bppMatthieu Herrb
24bpp support is going away, so since we can't do 32bpp and these cards have basically no VRAM to begin with, drop to 16bpp. Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
2020-01-25Fix for removal of the shadowDamage() macro in xserver 1.20.Matthieu Herrb
Problem nocited by David Savolainen. Thanks.
2019-10-26Update to xf86-video-ati 19.10.0. tested by jsg@Matthieu Herrb
2019-10-26Update to xf86-video-amdgpu 19.1.0. Tested by mortimer@ and jsg@Matthieu Herrb
2019-08-28build xf86-video-amdgpu on arm64Jonathan Gray
ok kettenis@ patrick@
2019-08-08replace obsoleted xf86{,Un}BlockSIGIO() calls by input_{,un}lock()Matthieu Herrb
for xserver 1.20. No functional change.
2019-08-08Adapt Block and Wakeup handlers prototypes to X server 1.20.Matthieu Herrb
No functional change.
2019-08-08Adapt Block and Wakeup handlers prototypes to X server 1.20.Matthieu Herrb
No functional change.
2019-07-27Compatibility with xserver 1.20Matthieu Herrb
reminded by jsg@
2019-07-27Compatibility with xserver 1.20Matthieu Herrb
2019-07-27Compatibility with xserver 1.20Matthieu Herrb
2019-06-30Replace LoaderGetOS() calls by direct calls to uname(3).Matthieu Herrb
In xserver 1.20, LoaderGetOS() is removed. ok and tweak jca@
2019-06-30Remove. Unlinked from the build for 6 weeks.Matthieu Herrb
2019-06-30Remove. Unlinked from the build for 6 weeks.Matthieu Herrb
2019-06-30Remove. Unlinked from the build for 6 weeks.Matthieu Herrb
2019-06-30Remove. Unlinked from the build for 6 weeks.Matthieu Herrb
2019-06-30Remove. Unlinked from the build for 6 weeks.Matthieu Herrb
2019-06-30Remove. Unlinked from the build for 6 weeks.Matthieu Herrb
2019-06-30Remove. Unlinked from the build for 6 weeks.Matthieu Herrb
2019-06-30Remove. Unlinked from the build for 6 weeks.Matthieu Herrb
2019-05-12Revert the local change to disable glamor accel on r600 toJonathan Gray
northern island radeons. When this was done radeondrm was still based on linux 3.8 and Mesa was 13.0.6 without libLLVM. Now we have a radeondrm based on linux 4.19 and Mesa 18.3.5 built against libLLVM. This also makes DRI3 be on by default for these parts. discussed with kettenis@
2019-05-12Unlink a number of old video drivers from the build.Matthieu Herrb
The corresponding hardware is out of date, barely useable with modern systems and their code is not maintained. ok sthen@
2019-05-06Update openchrome to 0.6.182.Frederic Cambus
Tested on my VX900 system. Looks OK to matthieu@
2019-04-16build xf86-video-amdgpu on amd64 and i386Jonathan Gray
2019-04-16regenJonathan Gray
2019-04-16initial Makefile.bsd-wrapperJonathan Gray
2019-04-16import xf86-video-amdgpu 19.0.1Jonathan Gray
ok matthieu@
2019-03-24Add support for precision scrolling.Ulf Brosziewski
2019-03-20Update to xf86-video-ati 19.0.1. ok jsg@Matthieu Herrb
2019-03-08update to xf86-video-ati 19.0.0Jonathan Gray
fixes Xorg segfault reported by Mihai Popescu ok matthieu@
2019-02-10Update to xf86-video-i740 1.4.0Matthieu Herrb
2019-02-10Update to xf86-video-neomagic 1.3.0Matthieu Herrb
2019-02-10Update to xf86-video-i128 1.4.0Matthieu Herrb
2019-02-10Update to xf86-video-chips 1.3.0Matthieu Herrb
2019-02-10Update to xf86-video-s3virge 1.11.0Matthieu Herrb
2019-02-10Update to xf86-video-apm 1.3.0Matthieu Herrb
2019-02-09Delete xf86-input-usbtablet target on luna88k, because luna88kKenji Aoyama
does not have USB support. ok matthieu@
2019-01-13update to xf86-video-ati 18.1.0Jonathan Gray
tested by brynet@ matthieu@ and myself on a wide range of radeons
2019-01-05Update xf86-video-mach64 to version 0.9.6Matthieu Herrb
Tested on a Mach64 CT
2019-01-05Update to xf86-video-mga 2.0.0Matthieu Herrb
Commited from a machine using a Matrox G550 card.
2018-12-09Update openchrome to 0.6.176.Frederic Cambus
This fixes display on my VX900 systems. OK matthieu@
2018-08-27Build xf86-video-ati on arm64.Mark Kettenis
ok jsg@, matthieu@
2018-07-30setup WSMOUSE_TYPE_TOUCHPAD devices to use ws driver by default, butJoshua Stein
allow them to work with xf86-input-synaptics with and ok bru@
2018-07-12Update to xf86-video-rendition 4.2.7Matthieu Herrb
2018-07-12Update to xf86-input-synaptics 1.9.1Matthieu Herrb
2018-07-12Update to xf86-input-mouse 1.9.3Matthieu Herrb
2018-06-18Improve the wheel emulation logic. Make the axis filtering symmetrical,Ulf Brosziewski
and less restrictive for vertical scrolling. Thanks to Jake Champlin for help with the issue. ok matthieu@
2018-03-20Force radeon driver to EXA acceleration on all chipsets where it'sMatthieu Herrb
supported. Avoids panics caused by glamor reported by several people. ok deraadt@