summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
2010-10-17MFC: fixes crashes on r600 with cairo 0.10.Matthieu Herrb
Tested by espie@ and brad@ commit 78fcbf577ad6eba6399cc39f74b7ce5f9c8e265e Author: Michel Daenzer <daenzer@vmware.com> Date: Thu Sep 3 14:55:05 2009 +0200 EXA: Check for solid/gradient pictures the same way for all generations. In particular, also catch them for >= R300. commit 87d7235790866f9c19ef08972d5237f09d940cd9 Author: Alex Deucher <alexdeucher@gmail.com> Date: Thu Nov 5 10:23:03 2009 -0500 EXA: fallback if no pMaskPicture->pDrawable A solid or gradient mask could be used for blending the source picture onto the destination picture. Fixes fdo bug 24838
2010-08-29remove checks for xf1bpp and xf4bpp support, since they are not used.Matthieu Herrb
2010-08-29Add missing headers for ioctl() and getpagesize() prototypes.Matthieu Herrb
2010-08-29XFree86(1) -> __xservername__(1). __xservername__ is a macro thatMatthieu Herrb
gets replaced by the actual X server (Xorg currently) by the build system.
2010-08-29Sync the build system of xf86-video-{wildcatfb,wsfb,wsudl} with upstreams.Matthieu Herrb
No functionnal change.
2010-08-29Update after module loader simplification upstreams. Fixes loadingMatthieu Herrb
in xserver 1.8. ok miod@.
2010-08-25remove annoying is lvds / is crt errorf callsMartynas Venckus
ok fgs@ matthieu@ oga@
2010-08-22Update to xf86-video-nv 2.1.18.Matthieu Herrb
Tested at least by krw@, benoit@ and giovanni@.
2010-08-22Update to xf86-video-mga 1.4.13.Matthieu Herrb
2010-08-22Update to xf86-video-vmware 11.0.2. No functionnal change.Matthieu Herrb
2010-08-22Update to xf86-input-vmmouse 12.6.10. No functionnal change.Matthieu Herrb
2010-08-21Merge commits 838 and 840 from trunk:Matthieu Herrb
Fix bug with suspend and VT switch on VX800 and 64bit systems (tested by jakemsr@) Fix segfaults with EXA and XV (Ticket #359) Tested on K8M890 and VN800
2010-08-04Commit the right version of the file: we want to remove XkbLayout fromMatthieu Herrb
the defaults, no XkbModel.
2010-08-04Fix the fix of the fix.Matthieu Herrb
Previous iteration would again ignore wscons keyboard.encoding setting. Now no default xkbLayout is set, unless keyboard.encoding=user.
2010-08-04Don't set xkblayout from wscons setting if specified in xorg.conf.Matthieu Herrb
Problem noticed, and patch provided by Mike Belopuhov. Thanks.
2010-08-03Remove empty .TPMatthieu Herrb
2010-08-01Fix a problem when switching back from a text VT; avoid stealingMatthieu Herrb
the keyboard or other input devices events.
2010-07-31regenMatthieu Herrb
2010-07-31Define AM_CFLAGS and AM_CPPFLAGS like other drivers do. This fixesMatthieu Herrb
build with CFLAGS=-g.
2010-07-31Missed one added file in previous update to xf86-input-keyboard 1.4.0Matthieu Herrb
2010-07-28terminate xf86Msg() string with newline; ok matthieu@Christian Weisgerber
2010-07-27Additional fix for the wscons keyboard layout detection code.Matthieu Herrb
If the layout is 'user', fall back to the "us" layout. Problem spotted by naddy@.
2010-07-27Update to xf86-input-mouse 1.5.0. Tested by many with xserver 1.8Matthieu Herrb
ok oga@, todd@.
2010-07-27Update to xf86-input-keyboard 1.4.0. tested by many with xserver 1.8.Matthieu Herrb
ok oga@, todd@.
2010-07-25kill trailing white space.Matthieu Herrb
2010-07-25Fix configurations with both a stylus and an eraser.Matthieu Herrb
The previous code was working by luck, since the "device busy" error when opening the 2nd device was ignored. With xserver 1.8, xinput2 is a bit less tolerant and causes a segfault. Problem reported by sthen@ Thanks.
2010-07-25Get rid of unused callbacks.Matthieu Herrb
2010-07-25LocalDevicePtr and InputInfoPtr are the same. Use the latter everywhereMatthieu Herrb
for consistency. No code change.
2010-07-24Update to xf86-video-voodoo 1.2.4Matthieu Herrb
2010-07-24Update to xf86-video-tseng 1.2.4Matthieu Herrb
2010-07-24Update to xf86-video-trident 1.3.4Matthieu Herrb
2010-07-24Update to xf86-video-sisusb 0.9.4Matthieu Herrb
2010-07-24Update to xf86-video-rendition 4.2.4Matthieu Herrb
2010-07-24Update to xf86-video-chips 1.2.3Matthieu Herrb
2010-07-24Update to xf86-video-ark 0.7.3.Matthieu Herrb
2010-07-23Remove redundant struct initialization in WildcatFBLoadPalette().Miod Vallat
ok matthieu@
2010-07-19One more tweak for compatibility with xserver 1.8.Matthieu Herrb
2010-07-18Fix allocation size of shadow framebuffer. Use byes, not bits.Matthieu Herrb
Since the shadowfb is only used for bitsPerPixel >= 8, bitsPerPixel/8 is always the correct amount of bytes. ok miod@.
2010-07-18Make wildcardfb driver compatible with xserver 1.8Matthieu Herrb
2010-07-18Update the intel driver to (mostly) a backport of 2.12.Owain Ainsworth
It is missing a few commits that I have yet to verify (ones that try and continue if we lock the gpu rendering engine and can't reset it, for example) taht will be verified and sent out for extra testing soon. Should contain a bunch of speedups and some correctness improvements (though rendercheck still gives some errors that I am looking into). This has been in snaps since the first day of c2k10, any known issues with just this driver have (to my knowledge) been fixed since. A problem with macbooks pointed out by otto happens with both this and the in-tree driver and thus doesn't stop this moving forward. As well as the 2.12 improvements, this driver also has a backport (partially aided by the backports in RHEL 5 kindly provided by Dave Airlie) from the kms code of modesetting support for ironlake (arrandale and clarkdale: the IGDs build into intel nehalem cpu dies) which has been tested on a number of chipsets. Note that Display port and eDP displays have not yet been worked on (and probably won't until I can find a displayport monitor), but VGA and lvds at least are known to work, sure beats vesa. "no objection on my side" matthieu@, prodding (as always) from princess marco.
2010-07-17Do not call shawdowRemove() if shadow fb was disabled.Matthieu Herrb
2010-07-17Update to xf86-video-sis 0.10.3Matthieu Herrb
2010-07-17Update to xf86-video-neomagic 1.2.5Matthieu Herrb
2010-07-17Update to xf86-video-dummy 0.3.4Matthieu Herrb
2010-07-14Let the old radeon driver build with xserver 1.8Matthieu Herrb
2010-06-13merge X.Org git HEAD to get XINPUT ABI version 7 support.Matthieu Herrb
2010-06-13merge X.Org git HEAD to get XINPUT ABI version 7 support.Matthieu Herrb
2010-06-13regenMatthieu Herrb
2010-06-13merge X.Org git HEAD to get XINPUT ABI version 7 support.Matthieu Herrb
2010-06-13prepare for XINPUT ABI 7.Matthieu Herrb