Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-14 | Update to xf86-video-ati 7.5.0. Discussed with jsg@ | Matthieu Herrb | |
2014-04-09 | Update to xf86-video-ati 7.3.0. Tested by jsg@ ajacoutot@. | Matthieu Herrb | |
2013-09-06 | revert the patch that forced ColorTiling2D to be disabled now | Jonathan Gray | |
the mesa update has gone in | |||
2013-08-18 | Fix shadowfb on big-endian machines. | Mark Kettenis | |
ok matthieu@ | |||
2013-08-17 | Fix merge botch | Matthieu Herrb | |
2013-08-16 | Turn off ColorTiling2D until we get mesa >= 9.x | Matthieu Herrb | |
an be reverted when a mesa update goes in. from jsg@ | |||
2013-08-16 | Update to xf86-video-ati 7.2.0, requested by jsg@ | Matthieu Herrb | |
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-12 | enable kms support | Jonathan Gray | |
2013-07-01 | revert previous. Juan Francisco Cantero Hurtado reports that loading | Jonathan Gray | |
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-06-29 | Remove a local change that disabled the pageflipping | Jonathan Gray | |
code in the KMS path. Previously disabled due to not having the required libdrm parts. ok matthieu@ | |||
2013-06-29 | Build with support for KMS which was previously disabled due to | Jonathan Gray | |
not having the required libdrm parts. UMS will still be used if KMS is not available. ok matthieu@ | |||
2013-05-12 | Remove calls to miInitializeBackingStore() and includes of mibstore.h | Matthieu Herrb | |
mibstore.h defines miInitializeBackingStore() as an empty stub, and goes away in xserver 1.14. | |||
2013-03-18 | Backout my workaround for broken accelerated solid pictures using XAA on | Martin Pieuchot | |
big endian an apply the correct fix, working at depth 16 and 24, kindly provided by Michel Dänzer who already committed it upstream. No objection from the usual macppc users. | |||
2013-01-20 | Stop the radeon driver from trying to restore text mode on PALM and newer | Stefan Sperling | |
chip generations. The driver is currently unable to restore text mode on these chips, and attempting to restore text mode anyway results in the display not being restored properly when switching back to X. The only way of restoring the display after restarting X was to reboot the machine. ok mpi@ | |||
2012-12-08 | remove white space at end of line | Matthieu Herrb | |
2012-11-28 | Fix an EXA-related big endian issue, introduced in 6.14.5 with the support | Martin Pieuchot | |
of accelerated solid pictures on r1xx, r2xx and r3xx. Problem reported by landry@, ok matthieu@ | |||
2012-11-11 | regen | Matthieu Herrb | |
2012-11-11 | Make it possible to build radeon drivers without XAA. | Matthieu Herrb | |
2012-08-08 | switch to the radeon driver by default. Users needing radeonold now | Matthieu Herrb | |
need to set it up explicitly. Requested by ajacoutot@, ok espie@. | |||
2012-08-08 | Update to xf86-video-ati 6.14.6. Tested by mpi@, brad, eric@, ajacoutot@. | Matthieu Herrb | |
2012-07-08 | Brown paperbag commit. | Matthieu Herrb | |
Prodded by espie@ I reviewed the history of OpenBSD local changes carefully and found a number of merge errors accumulated over the complicated CVS history of this driver. This the 6.14.4 code + OpenBSD local fixes as it should be. | |||
2012-06-07 | Update to xf86-video-ati 6.14.4. Tested by jasper@, krw@, mpi@, shadchin@ | Matthieu Herrb | |
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-02-18 | Remove a bogus comment in the radeon(4) man page. From Brad. | Matthieu Herrb | |
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-25 | Update to xf86-video-ati 6.14.3. Tested by many. | Matthieu Herrb | |
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-05-02 | Choose the r600 driver for r600+ chipsets, not r300. | Owain Ainsworth | |
This should stop the annoying errors for gl on r{6,7}00 chipsets. Support for GL on these cards is coming soon. | |||
2011-02-21 | Restore the CLOCK_CNTL_INDEX *after* we're done messing with it. Makes Xorg | Mark Kettenis | |
properly restore the video mode upon exit on macppc and sparc64. Already merged upstream. ok matthieu@, no objection miod@ | |||
2011-02-08 | Fix a crash in zaphod mode if one screen is not present. | Matthieu Herrb | |
tested by jasper@, shadchin@. ok shadchin@. | |||
2010-10-17 | MFC: 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-07-19 | One more tweak for compatibility with xserver 1.8. | Matthieu Herrb | |
2010-07-14 | Let the old radeon driver build with xserver 1.8 | Matthieu Herrb | |
2010-04-13 | Make it possible to build drivers with the newer proto headers. ok oga@. | Matthieu Herrb | |
2009-08-25 | update do xf86-video-ati 6.12.2 | Matthieu Herrb | |
This has been in snapshots for weeks. ok oga@, todd@. | |||
2009-04-30 | Set default for "MacModel" option based on hw.product. | Mark Kettenis | |
ok matthieu@, oga@ | |||
2009-01-11 | Those directories were removed in xf86-video-ati 6.9.0. | Matthieu Herrb | |
2009-01-10 | don't map the mmio registers via the drm in the radeon DDX either | Owain Ainsworth | |
(companion commit to the mesa one I just made) ok matthieu@ | |||
2008-08-26 | Don't call the MODESET_CTL ioctl on the drm device if direct rendering | Owain Ainsworth | |
isn't enabled. From upstream, patch originally from me. | |||
2008-07-12 | Add back Changelog. | Owain Ainsworth | |
2008-07-12 | Long awaited update of xf86-video-ati to 6.9.0. | Owain Ainsworth | |
the rage128 and mach64 drivers were split out of this driver just after the 6.8.0 release, these drivers will be commited separately. MergedFb mode is gone, so please use xrandr if you used to use it. ok matthieu@. | |||
2008-03-25 | Introduce bsd.xconf.mk to set default config variables used | Matthieu Herrb | |
at several places in the Xenocara build in a central place instead of duplicating the checks all over the place. ok oga@. | |||
2008-03-15 | Regen with autoconf 2.59-p2, with AM_SANITY check zapped. | Matthieu Herrb | |
2008-02-02 | Make it possible to build dri support with XENOCARA_BUILD_DRI=yes in | Matthieu Herrb | |
/etc/mk.conf. ok oga@ | |||
2007-07-29 | regen | Matthieu Herrb | |
2007-05-29 | Fix build with EXA disabled. | Matthieu Herrb | |
2007-04-19 | Add missing break that broke UYVY video format decoding. From X.Org git | Matthieu Herrb | |
via Jacob Meuser. | |||
2007-03-26 | Still need to disable the PLL_DELAY errata on M6 chips. Confirmed by espie@ | Matthieu Herrb | |