matthieu
845ad2935c
regen
2014-02-03 15:59:42 +00:00
matthieu
a46a9e0e0d
Bump revisions of XvMC libs
2014-02-03 15:57:56 +00:00
matthieu
f6224eae74
Update to xf86-video-intel 2.99.909
...
Tested by jsg@, kettenis@ and myself on a wide range of intel cards.
2014-02-03 15:54:42 +00:00
aoyama
8722ac84a6
Add more luna88k-specific initialization to use color wscons and
...
monochrome X server both.
Now OpenBSD/luna88k kernel supports color wscons on 4/8bpp frame
buffer, but X server only supports 1bpp (monochrome) for now. So
change `pseudo' depth by WSDISPLAYIO_SETGFXMODE ioctl while X server
is running.
2014-01-15 11:15:59 +00:00
matthieu
0c2fe4b1b4
Update xf86-input-vmmouse to 13.0.0
2014-01-03 09:41:23 +00:00
matthieu
069d6dc9b7
Update to xf86-input-joystick 1.6.2
2014-01-03 09:37:47 +00:00
matthieu
8dae8f2395
Update xf86-input-elographics to 1.4.1
2014-01-03 09:30:54 +00:00
matthieu
53ea49d9a5
Fix shadow framebuffer implementation.
...
Tested by Martijn van Duren and mpi@.
2013-11-18 19:45:41 +00:00
matthieu
dc89b51ad2
Unhook radeonold from the build
2013-11-17 14:33:05 +00:00
shadchin
bedbd41bd0
Update to xf86-input-keyboard 1.8.0.
...
ok matthieu@
2013-11-11 16:51:59 +00:00
jsg
a9f7b7bce8
Enable hardware acceleration on haswell again.
...
Seems to work with the kernel changes I've just committed
on a desktop with hd 4600, and matthieu's haswell ult with hd 4400.
2013-11-11 03:16:50 +00:00
shadchin
55854c363a
a little header cleanup
2013-11-02 13:17:32 +00:00
shadchin
0e58383580
Fix jagged diagonal lines (xenocara part)
...
Make sure that you have a recent kernel.
ok matthieu@. tested edd@, Henri Kemppainen and Alf Schlichting.
2013-10-30 18:05:34 +00:00
miod
819249aec9
X11 clients for OpenBSD/aviion. ok matthieu@
2013-10-25 18:14:20 +00:00
matthieu
b91348b6a7
Update to xf86-video-vesa 2.3.3
2013-10-20 12:25:48 +00:00
matthieu
ae569081d6
Update to xf86-video-dummy 0.3.7
2013-10-20 12:24:01 +00:00
jsg
ec2836f36d
disable blit acceleration on haswell for now
...
seems to mitigate some hangs seen by weerd@ and matthieu@
2013-09-10 03:10:31 +00:00
jsg
e9013f6750
revert the patch that forced ColorTiling2D to be disabled now
...
the mesa update has gone in
2013-09-06 10:21:21 +00:00
kettenis
1f135a54da
Fix shadowfb on big-endian machines.
...
ok matthieu@
2013-08-18 13:54:41 +00:00
matthieu
61e2983c70
Fix a number of merge issues accumulated over the years
...
- INSTALL often got doubled by patch
- empty AUTHORS files didn't get removed.
2013-08-18 06:20:12 +00:00
bcallah
cb09aec501
Add octeon (no input driver, no video driver).
...
ok matthieu@
2013-08-17 17:01:23 +00:00
matthieu
5d025a727d
Fix merge botch
2013-08-17 16:39:56 +00:00
matthieu
7674b98b67
Turn off ColorTiling2D until we get mesa >= 9.x
...
an be reverted when a mesa update goes in.
from jsg@
2013-08-16 17:05:18 +00:00
matthieu
2475cd4a50
Update to xf86-video-ati 7.2.0, requested by jsg@
...
It fixes an endianess problem with kms and the in tree x86-video-ati
among other things.
It has been tested on various i386/amd64/sparc64/macppc machines
on a range of hardware from r100->northern islands.
2013-08-16 17:04:02 +00:00
guenther
9a4b5cd1f6
Adjust the shared-lib versions for the intel driver to match the
...
versions expected by the time_t bump, this time done correctly
ok matthieu@
2013-08-15 03:34:19 +00:00
matthieu
acee5d3c07
Repair guenther's damage that I didn't ok.
2013-08-13 18:52:10 +00:00
guenther
655d680966
Bump the major to match the 64bit time_t change
2013-08-13 08:24:46 +00:00
jsg
be03ce4a0e
enable kms support
2013-08-12 04:13:31 +00:00
matthieu
1449a85f9c
Sum consecutive dx and dy motion events received separartely from
...
the kernel before sending them up to X. Reduces staircacse effects
on diagonal freehand drawings. Patch from Henri Kemppainen, tested
by edd@. Thanks.
2013-07-20 13:24:50 +00:00
aoyama
08420f85c8
Add monochrome X server support for luna88k.
...
Some luna88k specific quirks are needed in
driver/xf86-video-wsfb/src/wsfb_driver.c for now.
ok matthieu@
2013-07-15 13:23:17 +00:00
jsg
0eba66b46b
revert previous. Juan Francisco Cantero Hurtado reports that loading
...
the dri driver causes xorg to crash with r700 (PCI HD4350). Likely
due to the incomplete support for r600/r700 currently in the tree.
2013-07-01 13:24:43 +00:00
jsg
8d1c38158b
Remove a local change that disabled the pageflipping
...
code in the KMS path. Previously disabled due to
not having the required libdrm parts.
ok matthieu@
2013-06-29 14:20:25 +00:00
jsg
46d1e007d6
Build with support for KMS which was previously disabled due to
...
not having the required libdrm parts. UMS will still be used if
KMS is not available.
ok matthieu@
2013-06-29 11:13:35 +00:00
matthieu
7b528a7590
Add basic EXA acceleration for the Alpine chipset.
2013-06-29 09:16:23 +00:00
matthieu
076750ef37
Quick fix for NULL pixmaps with server 1.14.
...
Problem reported and fix tested by J. Scott Heppler. Thanks.
2013-06-29 09:05:55 +00:00
matthieu
0e6332496b
Default to EXA acceleration.
2013-06-14 21:27:14 +00:00
matthieu
04a5ce6247
Disable broken EXA operations for now.
2013-06-14 21:21:54 +00:00
matthieu
664a55a370
Fix initialization of shadowfb with modern X servers
2013-06-13 21:52:08 +00:00
matthieu
9a190ffb97
Fix initialization of shadowfb with modern X servers.
2013-06-13 21:48:11 +00:00
matthieu
cd7cbb53aa
Fix loading the driver without XAA
2013-06-13 21:47:28 +00:00
matthieu
3caadaf943
On mach64, only disable RenderAccel, not the full EXA acceleration.
...
This is enough to fix the screen corruption seen on Xft fonts and other
Xrender drawings.
2013-06-10 20:38:52 +00:00
matthieu
7603c4ad9c
Unbreak the sunffb driver. No acceleration for now, since XAA was
...
removed from X server 1.14.
2013-06-10 19:49:40 +00:00
matthieu
90b8bd5f89
Disable exa acceleration in the mach64 driver util fixed.
2013-06-07 17:33:04 +00:00
matthieu
cf95160a1b
forgot to cvs add new files in update to 1.2.2
2013-06-03 19:45:57 +00:00
shadchin
ffcddaf4c2
Update to xf86-input-synaptics 1.7.1.
...
ok mpi@ jcs@ matthieu@
2013-06-02 18:17:24 +00:00
matthieu
6858fca67e
Update to xf86-video-sunffb 1.2.2
2013-06-01 19:20:43 +00:00
matthieu
7996ec3e62
Build fix for sis driver under xserver 1.14
2013-05-30 15:06:59 +00:00
matthieu
52f6d0ba20
Merge upstream fixes for several X libs vulnerabilities
...
discovered by Ilja van Sprundel.
CVE-2013-1981 X.org libX11 1.5.99.901 (1.6 RC1) integer overflows
CVE-2013-1982 X.org libXext 1.3.1 integer overflows
CVE-2013-1983 X.org libXfixes 5.0 integer overflows
CVE-2013-1984 X.org libXi 1.7.1 integer overflows
CVE-2013-1985 X.org libXinerama 1.1.2 integer overflows
CVE-2013-1986 X.org libXrandr 1.4.0 integer overflows
CVE-2013-1987 X.org libXrender 0.9.7 integer overflows
CVE-2013-1988 X.org libXRes 1.0.6 integer overflows
CVE-2013-1989 X.org libXv 1.0.7 integer overflows
CVE-2013-1990 X.org libXvMC 1.0.7 integer overflows
CVE-2013-1991 X.org libXxf86dga 1.1.3 integer overflows
CVE-2013-1992 X.org libdmx 1.1.2 integer overflows
CVE-2013-1994 X.org libchromeXvMC & libchromeXvMCPro in openChrome
0.3.2 integer overflows
CVE-2013-1995 X.org libXi 1.7.1 sign extension issues
CVE-2013-1996 X.org libFS 1.0.4 sign extension issues
CVE-2013-1997 X.org libX11 1.5.99.901 (1.6 RC1) buffer overflows
CVE-2013-1998 X.org libXi 1.7.1 buffer overflows
CVE-2013-1999 X.org libXvMC 1.0.7 buffer overflows
CVE-2013-2000 X.org libXxf86dga 1.1.3 buffer overflows
CVE-2013-2001 X.org libXxf86vm 1.1.2 buffer overflows
CVE-2013-2002 X.org libXt 1.1.3 buffer overflows
CVE-2013-2003 X.org libXcursor 1.1.13 integer overflows
CVE-2013-2004 X.org libX11 1.5.99.901 (1.6 RC1) unbounded recursion
CVE-2013-2005 X.org libXt 1.1.3 memory corruption
CVE-2013-2066 X.org libXv 1.0.7 buffer overflows
2013-05-23 22:42:07 +00:00
matthieu
eb05615134
Remove calls to miInitializeBackingStore() and includes of mibstore.h
...
mibstore.h defines miInitializeBackingStore() as an empty stub, and
goes away in xserver 1.14.
2013-05-12 13:06:24 +00:00
shadchin
ac3d3b5f55
Update to xf86-input-mouse 1.9.0.
...
ok matthieu@
2013-05-03 09:34:38 +00:00