Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-04-24 | geode: Add "native" DDC parsing to the Geode driver | Jordan Crouse | |
Teach libDDC to access the DDC pins on the Geode natively, instead of using the BIOS which has proven to be broken time and time again. | |||
2008-04-01 | geode: Bump to new version and replace two instances of the old amd namexf86-video-geode-2.8.0 | Jordan Crouse | |
2008-03-14 | amd: Missed a merge artifact - kick me in the head for breaking tinderbox | Jordan Crouse | |
2008-03-14 | amd: fix compile and warning issues from the merge | Jordan Crouse | |
2008-03-14 | amd: fix up the versioning and naming of the new driver | Jordan Crouse | |
2008-03-14 | Massive coding style fixup - move to X coding style, | Jordan Crouse | |
remove trailing whitespace, zap unused files and remove blocks of ifdefed out code. | |||
2008-03-14 | First stage of the rename process - get rid of all amd_ prefixes - | Jordan Crouse | |
change either to geode_ or just to lx_ or gx_ depending on the processor. Change the name in the Makefiles and other collateral | |||
2008-03-13 | amd: release version 2.7.7.7xf86-video-amd-2.7.7.7 | Jordan Crouse | |
xf86-video-amd is now dead - long live xf86-video-geode! | |||
2008-03-13 | amd: fix panel and DDC interation with GX | Jordan Crouse | |
2008-03-13 | amd: Fix a compile error in < 1.5 builds | Jordan Crouse | |
2008-03-12 | amd: Add the 'geode' name in preparation for the renaming | Jordan Crouse | |
2008-03-12 | amd: Add libpciaccess probe function | Stefano Fedrigo | |
2008-03-10 | amd: fix distcheck | Dave Airlie | |
2008-03-10 | amd: fixup pciaccess compile | Dave Airlie | |
2008-03-10 | fix devprivates properly | Dave Airlie | |
2008-03-10 | old privates v2 | Dave Airlie | |
2008-03-10 | amd: move to new devprivates | Dave Airlie | |
2008-03-10 | pciaccess: fix name of struct | Dave Airlie | |
2008-03-10 | pciaccess: forgot some commas | Dave Airlie | |
2008-03-10 | oops I did it again.. forgot the damn include | Dave Airlie | |
2008-03-10 | amd: initial pciaccess conversion | Dave Airlie | |
2008-03-02 | Implement support for wide and non-standard screen resolutions. | Bart Trojanowski | |
Works fine on the VGA output, but requires further testing to ensure that it doesn't disturb operation on the TFT output. | |||
2008-02-10 | Erm... That would be pScrni, of course. | Martin-Éric Racine | |
2008-02-10 | Added trivial fix for Gamma initialization. | Martin-Éric Racine | |
2008-01-26 | [GX/LX] Bump the default pixel depth up to 16-bit.xf86-video-amd-2.7.7.6 | Martin-Éric Racine | |
This is a reasonable compromise between memory consumption and picture readability. This also gives the driver usable defaults for X server >= 1.3 when used with -configure. | |||
2008-01-26 | Constify a few huge tables to reduce data section size. | Bernardo Innocenti | |
This driver is still unusually big compared to the other X.org drivers. The biggest offender is cimarron.o as demonstrated by: nm -S -t d cimarron.o | sort -k 2 -n | |||
2008-01-14 | amd_drv: Remove a few (harmless) warnings | Bernardo Innocenti | |
Signed-off-by: Bernardo Innocenti <bernie@codewiz.org> | |||
2008-01-14 | Expanded the bug reporting URL in configure.ac to specify the Driver/AMD ↵ | Martin-Éric Racine | |
component. | |||
2008-01-14 | Basic OLPC support from Bernardo Innocenti and Jordan Crouse.xf86-video-amd-2.7.7.5 | Martin-Éric Racine | |
2008-01-08 | Trivial patch to fix the ZTV module | Martin-Éric Racine | |
2008-01-05 | [GX][LX] Push PreInit fixes to avoid segfauls on X -configure.xf86-video-amd-2.7.7.4 | Martin-Éric Racine | |
This is known to work on products with GeodeROM and Insyde BIOSes. On products with a General Software BIOS, a freeze occurs while X is probing VBE. The same issue occurs with LinuxBIOS and VGAROM, but not with LinuxBIOS omitting VGAROM. Both issues appear to be caused by X server core upgrading from vm86 to x86emu since X server release 1.3, which requires fixing x86emu, or the concerned BIOSes, or both. | |||
2008-01-03 | [GX] Fix the autoconfigure segfault for GX too | Jordan Crouse | |
2008-01-03 | [LX] Re-arrange PreInit to avoid segfaults in Xorg -configure | Jordan Crouse | |
Re-arrange the early part of PreInit so that Xorg -configure can run cleanly. | |||
2007-10-15 | Bumped package version to 2.7.7.3.xf86-video-amd-2.7.7.3 | Martin-Éric Racine | |
2007-10-01 | [XORG] Fix video downscaling | Jordan Crouse | |
When downscaling the window, apparently the clip region doesn't change (not sure why), so we didn't get the message to re-init the video. This will make the re-init process happen on both the clip region changing and the width/height changing. | |||
2007-10-01 | [XORG] Remove the upload function for LX | Jordan Crouse | |
Remove the upload function for LX. The default function is going to be faster for all 0xCC BLTs; which just so happens to be what all the uploads will be. | |||
2007-09-17 | Update the package version in configure.acxf86-video-amd-2.7.7.2 | Martin-Éric Racine | |
2007-09-17 | ChangeLog DOES need to be cleaned, but in MAINTIANERCLEANFILES. | Martin-Éric Racine | |
2007-09-12 | Creating a release of course requires updating the package version...xf86-video-amd-2.7.7.1 | Martin-Éric Racine | |
2007-09-12 | We no longer delete the ChangeLog in the clean target. We will simply ↵ | Martin-Éric Racine | |
overwrite it instead. | |||
2007-09-02 | Erm... actually, the ChangeLog needs ot be removed, since it's generated at ↵xf86-video-amd-2.7.7.0 | Martin-Éric Racine | |
release time. | |||
2007-09-02 | Commit the clean 2.7.7.0 ChangeLog to GIT. | Martin-Éric Racine | |
2007-09-02 | Added the standard X.org ChangeLog generation target to Makefile.am | Martin-Éric Racine | |
2007-09-02 | Reverted autogen.sh changes too, since the 'dist' target does what we need. | Martin-Éric Racine | |
2007-09-02 | Reverted the autotool file generation from the GIT tree. | Martin-Éric Racine | |
2007-09-02 | Regenerated configure based on new package version. | Martin-Éric Racine | |
2007-09-02 | Bumped the package version to 2.7.7.0 and calling it a release. | Martin-Éric Racine | |
2007-08-29 | Updated the ChangeLog. | Martin-Eric Racine | |
2007-08-29 | Regenerated ChangeLog and autotool files. | Martin-Eric Racine | |
2007-08-02 | Fix the upload / composite mask race | Jordan Crouse | |
We fix a race with the upload function when using a composite mask by using the exa core function exaGetPixmapFirstPixel, which does the right thing in X 1.4 and newer. For older versions, the fix is to stall the pipeine to ensure the upload is complete, so thats what we do. |