Age | Commit message (Collapse) | Author | |
---|---|---|---|
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). | |||
2012-03-13 | Fix check for xf86Modes.h. This fixes the radeonold driver build issues | Matthieu Herrb | |
caused by caching of the (previously wrong result). And regen autotools files. | |||
2012-03-13 | Pass --with-xserver-source explicitely to configure, since the | Matthieu Herrb | |
code that figures it out automatically started to fail. | |||
2012-03-12 | Fix a long standing typo, but still don't build the siliconmotion driver | Matthieu Herrb | |
by default on loongson, to avoid creating false hopes. | |||
2012-03-12 | Reorganize video driver list a bit. | Matthieu Herrb | |
2012-03-12 | Build the radeonold on macppc and sparc64 platforms too. | Matthieu Herrb | |
2012-03-04 | Remove xf86-video-radeonhd for good. | Matthieu Herrb | |
2012-03-04 | Unlink xf86-video-radeonhd from the build again. It's superceeded by | Matthieu Herrb | |
recent xf86-video-ati driver. | |||
2012-03-04 | Re-update xf86-video-ati to 6.14.3. | Matthieu Herrb | |
Because of ati.c revision 1.5, it will not be selected by autoconfiguration code, so people who want to run this version of the driver on their radeon cards need an explicit "Device" section in xorg.conf. | |||
2012-03-04 | Load the radeonold driver for radeon chipsets. | Matthieu Herrb | |
2012-03-04 | Build xf86-video-radeonold again. | Matthieu Herrb | |
2012-03-04 | Replace Xalloc/Xfree with malloc/free. | Matthieu Herrb | |
Shuts down depreciation warnings during build. | |||
2012-03-04 | Remove a comment that should have gone with rev 1.39. | Matthieu Herrb | |
2012-02-20 | Update to xf86-video-dummy 0.3.5 | Matthieu Herrb | |
2012-02-20 | Update to xf86-video-geode 2.11.13 | Matthieu Herrb | |
2012-02-18 | Remove a bogus comment in the radeon(4) man page. From Brad. | Matthieu Herrb | |
2012-02-07 | Disable build of Xserver on hp300 and mac68k. Building the Xserver | Matthieu Herrb | |
with gcc 2.95 is getting hopeless and there is not enough manpower at the moment to switch these platforms to a more recent compiler. ok miod@, Nick@ | |||
2012-02-06 | Revert the update to xf86-video-ati 6.14.3. Requested by espie@ | Matthieu Herrb | |
who experiemnts regressions with this driver. | |||
2012-01-31 | Remove 2 obsolete drivers that have been unlinked from builds. | Matthieu Herrb | |
2012-01-31 | Explicitely disable DRI on SandyBridge and above chipsets. It doesn't | Matthieu Herrb | |
work anyways, so prevent X from crashing. ok oga@ | |||
2012-01-25 | Copy the ZaphodHeads option description from newer radeon driver. | Matthieu Herrb | |
Ironically, this option wasn't documented in the last version of the driver where it was working. | |||
2012-01-25 | replace radeon -> radeonold in a few places. Remove the unused atiold | Matthieu Herrb | |
man page. | |||
2012-01-25 | +radeonold -radeonhd. xf86-video-radeonhd is deprecated all radeon | Matthieu Herrb | |
cards are supported by xf86-video-ati. | |||
2012-01-25 | Update to xf86-video-ati 6.14.3. Tested by many. | Matthieu Herrb | |
2012-01-25 | Add radeon driver 6.12.2 renamed as 'radeonold'. | Matthieu Herrb | |
This is the last known working version in 'zaphod' mode (one X screen per head in multi-head configs). This makes it possible to update the "real" radeon driver in xf86-video-ati, without breaking existing zaphod setups. | |||
2012-01-06 | Update to 1.6.1. | Alexandr Shadchin | |
ok matthieu@ | |||
2012-01-01 | regen | Matthieu Herrb | |
2012-01-01 | Bump revision to 0.4.0 to match upstreams release just pushed. | Matthieu Herrb | |
2012-01-01 | Constify wsfb_open() argument. | Matthieu Herrb | |
2012-01-01 | white space cleanup, copyright update, autotools regen. | Matthieu Herrb | |
2011-12-29 | add _X_EXPORT attribute to public symbols. | Matthieu Herrb | |
2011-12-21 | Add support for Sandy Bridge. Not perfect yet. Most notably 3D acceleration | Mark Kettenis | |
is completely absent, and playing video doesn't work yet. But support for "normal" 2D stuff is pretty solid and it is really nice to be able to use my laptop at the panel's native resolution and be able to suspend and resume the machine. tested by some | |||
2011-12-14 | regen | Matthieu Herrb | |
2011-11-29 | Some files (used for generating other stuff) that I missed in the last commit. | Owain Ainsworth | |
Oops. | |||
2011-11-29 | Update the intel driver to a more recent version based on more recent | Owain Ainsworth | |
upsteam code. Backporting keeping UMS changes by me, some bugfixes from kettenis@. Has been in snapshots for a while, committed on request so we can be sure what people are running. This is a prerequesite for sandybridge support but has those chipsets disabled for now until the correct code has been added. | |||
2011-11-28 | Adding wheel emulation, ported from evdev(4) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-28 | Remove old headers (missing in previous update) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-28 | Fixed incorrect condition (s/strcmp()/strcmp() == 0/) | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | regen | Alexandr Shadchin | |
2011-11-19 | Replace WS_NOZMAP on WS_NOMAP. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Simplify middle button emulation code. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Add check emulateMB.timeout >= 0. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | ws_debug_level used only if defined DEBUG. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Using macros MODULETEARDOWNPROTO for prototype. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | config: upgrade to util-macros 1.8 for additional man page support | Alexandr Shadchin | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS. It sets the SED env variable with an appropriate sed program path. Use Automake $() for variables in Makefile.am ok matthieu@ | |||
2011-11-19 | Static atoms don't need to be initialized to 0. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-19 | Sync with code. | Alexandr Shadchin | |
ok matthieu@ | |||
2011-11-09 | Call wsInitProperty() only for WSMOUSE_TYPE_TPANEL and simplify code. | Alexandr Shadchin | |
Also renamed wsInitProperty and wsSetProperty to wsInitCalibProperty and wsSetCalibProperty respectively. ok matthieu@ |