summaryrefslogtreecommitdiff
path: root/driver
AgeCommit message (Collapse)Author
2009-01-29Add support to run intel_reg_dumper on OpenBSD.Matthieu Herrb
2009-01-29Fix allocation and freeing of InputDriverRec, so that X doesn't dump coreMatthieu Herrb
on exit. Found thanks to msys test machine.
2009-01-29xf86-input-elographics 1.2.3, tested on msys's point of sale machine.Matthieu Herrb
2009-01-28Update to xf86-video-radeonhd 1.2.4.Matthieu Herrb
- Added HDMI support. - Added support for RV710, RV730 (DCE 3.2). - Added screen rotation support. - Added RandR 1.3 panning support. (not useful until xserver 1.6) - Many acceleration and build fixes. Tested on mbalmer@'s radeon 2400HD card.
2009-01-26never define XF86DRI_MM after configure. 2.4.x still had the ttm bitsOwain Ainsworth
which haven't made it into a released libdrm. This prevents collisions with the libdrm version just commited (which wouldn't build otherwise).
2009-01-11Those directories were removed in xf86-video-ati 6.9.0.Matthieu Herrb
2009-01-10Don't map the mmio region via the drm. This was only passed onto theOwain Ainsworth
mesa dri driver, which hasn't needed this for a while. ok matthieu@.
2009-01-10don't map the mmio registers via the drm in the radeon DDX eitherOwain Ainsworth
(companion commit to the mesa one I just made) ok matthieu@
2009-01-08openchrome doesn't build if you have an xserver with DRI compiled in,Owain Ainsworth
but you disable dri on in the driver build and don't have the via_drm.h it wants in dri mode. Work around this by changing the #define used to an openchrome only one, instead of overloading the XF86DRI identifier. Also disable the DRI build unconditionally. This is needed here since we don't provide the via DRM module, and i'm moving libdrm over to using the kernel headers (instead of libdrms own private copy of same... This is why kernel modules should be developed in kernel). We won't provide a via drm driver until it is re-written, since it is full of linuxisms (like futex). ok matthieu@, discussed with a few. tested by grange@ to prove it was a no-op functionality wise.
2009-01-06add GeForce 9300 GE to the list of known chipsets, enough to get it workingGilles Chehade
for me. ok matthieu@
2009-01-05Add 2 missing chunks from the 2.1.12 update. This adds support forMatthieu Herrb
a bunch of new chipsets. Problem noticed by Greg Jones.
2009-01-01Build xf86-video-wildcatfb on OpenBSD/sparc64, and explain how to configure it.Miod Vallat
2009-01-01Simple unaccelerated driver for ifb(4) frame buffer, using a the X11 shadowfbMiod Vallat
code to carry changes to both overlay areas. ok matthieu@
2008-12-23Remove deprecated driver.Matthieu Herrb
2008-12-23Remove deprecated drivers that have been disabled for a while.Matthieu Herrb
2008-12-23reenable xf86-video-i740 and xf86-video-voodoo on i386 after the lastMatthieu Herrb
updates.
2008-12-01regenMatthieu Herrb
2008-12-01xf86-video-intel 2.4.3. Tested by many.Matthieu Herrb
2008-11-09Patch from upstream: Only match PCI display devices in our display driver.Matthieu Herrb
Apparently the server needs the driver to tell it that no, we really don't want screen sections on our NIC, USB hubs, bridge devices, etc. Stop whining about PROBE_DETECT in G80 PreInit and just bail out instead. Bug #18099: Xorg -configure tries to create a screen for every nvidia device. Problem also reported by form@
2008-11-06Merge alpha fix from X.Org instead of home grown one.Matthieu Herrb
2008-11-06Set default acceleration method to EXA, like upstreams.Matthieu Herrb
2008-11-06The xf86-video-nsc driver is deprecated and won't work with xserver 1.5.Matthieu Herrb
Disable it.
2008-11-04Let the alpha specific code compile. Untested.Matthieu Herrb
2008-11-04switch the alpha specific code to libpciaccess.Matthieu Herrb
2008-11-03xf86-video-openchrome 0.2.903Matthieu Herrb
2008-11-03xf86-video-nv 2.1.12Matthieu Herrb
2008-11-03xf86-video-sunffb 1.2.0.Matthieu Herrb
2008-11-02Update the list of drivers that are built for xserver 1.5.Matthieu Herrb
2008-11-01xf86-video-radeonhd 1.2.3Matthieu Herrb
2008-10-13xf86-input-mutouch 1.2.1Matthieu Herrb
2008-10-13Oops missed to add that file as part of xf86-video-i740 1.2.0.Matthieu Herrb
2008-10-12xf86-vmware 10.16.5Matthieu Herrb
2008-10-12xf86-video-voodoo 1.2.0Matthieu Herrb
2008-10-12xf86-video-tdfx 1.4.0Matthieu Herrb
2008-10-12xf86-video-tseng 1.2.0Matthieu Herrb
2008-10-12xf86-video-trident 1.3.0Matthieu Herrb
2008-10-12xf86-video-savage 2.2.1Matthieu Herrb
2008-10-12xf86-video-s3virge 1.10.1Matthieu Herrb
2008-10-12xf86-video-s3 0.6.0Matthieu Herrb
2008-10-12xf86-video-rendision 4.2.0Matthieu Herrb
2008-10-12xf86-video-i740 1.2.0Matthieu Herrb
2008-10-12xf86-video-i128 1.3.1Matthieu Herrb
2008-10-12xf86-video-glint 1.2.1Matthieu Herrb
2008-10-12Disable framebuffer compression for now. Problems noticed by oga@Matthieu Herrb
2008-10-12xf86-video-intel 2.4.2. Has been in snapshots for weeks. Ok oga@.Matthieu Herrb
2008-10-12regenMatthieu Herrb
2008-10-12xf86-video-vesa 2.0.0, plus one fix to keep it working with xserver 1.4.Matthieu Herrb
2008-09-29regenMatthieu Herrb
2008-09-29Get rid of the old XFree86 libc wrapper.Matthieu Herrb
2008-09-21Don't try int10 on macppc.Matthieu Herrb