summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)Author
2009-08-31Release 2.11.4.1.xf86-video-geode-2.11.4.1Martin-Éric Racine
2009-08-28Release 2.11.4.xf86-video-geode-2.11.4Martin-Éric Racine
2009-07-16Use XORG_CHANGELOG macro to create ChangeLog. #22611Gaetan Nadon
Adding the macro in configure.ac and use it in Makefile.am Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611 Global maintenance on all modules Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-07-16Update to xextproto 7.1 support.Peter Hutterer
DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers need to include dpmsconst.h if xextproto 7.1 is available. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2009-06-19Release 2.11.3.xf86-video-geode-2.11.3Chris Ball
Signed-off-by: Chris Ball <cjb@laptop.org>
2009-05-12Release 2.11.2.xf86-video-geode-2.11.2Chris Ball
Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-27Revert EXA 3 build fix.Chris Ball
The EXA developers have backed out the ABI bump to version 3. Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-24configure: use AC_DEFINE instead of shell substitutionChris Ball
(This is just cosmetic.) Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-24Build fix: set EXA_DRIVER_KNOWN_MAJOR=3.Chris Ball
We don't use {Prepare,Finish}Access, and: /home/cjb/xorg-build/include/xorg/exa.h:45:2: error: #error Make sure this EXA driver either does not have Prepare/FinishAccess hooks or that they can handle EXA_PREPARE_AUX*, and #define EXA_DRIVER_KNOWN_MAJOR 3 before including exa.h Signed-off-by: Chris Ball <cjb@laptop.org>
2009-02-16Release 2.11.1.xf86-video-geode-2.11.1Chris Ball
Signed-off-by: Chris Ball <cjb@laptop.org>
2008-12-092.11.0 releasexf86-video-geode-2.11.0Jordan Crouse
2008-11-18LX: Make the version in configure.ac reflect the upcoming releaseJordan Crouse
2008-08-15Bump to version 2.10.1 and release.xf86-video-geode-2.10.1Martin-Éric Racine
2008-06-13Bump to version 2.10.0xf86-video-geode-2.10.0Jordan Crouse
2008-05-07Making libDDC support the 2.9.0 release.xf86-video-geode-2.9.0Martin-Éric Racine
2008-04-01geode: Bump to new version and replace two instances of the old amd namexf86-video-geode-2.8.0Jordan Crouse
2008-03-14First 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-13amd: release version 2.7.7.7xf86-video-amd-2.7.7.7Jordan Crouse
xf86-video-amd is now dead - long live xf86-video-geode!
2008-03-10amd: initial pciaccess conversionDave Airlie
2008-01-26[GX/LX] Bump the default pixel depth up to 16-bit.xf86-video-amd-2.7.7.6Martin-É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-14Expanded the bug reporting URL in configure.ac to specify the Driver/AMD ↵Martin-Éric Racine
component.
2008-01-14Basic OLPC support from Bernardo Innocenti and Jordan Crouse.xf86-video-amd-2.7.7.5Martin-Éric Racine
2008-01-05[GX][LX] Push PreInit fixes to avoid segfauls on X -configure.xf86-video-amd-2.7.7.4Martin-É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.
2007-10-15Bumped package version to 2.7.7.3.xf86-video-amd-2.7.7.3Martin-Éric Racine
2007-09-17Update the package version in configure.acxf86-video-amd-2.7.7.2Martin-Éric Racine
2007-09-12Creating a release of course requires updating the package version...xf86-video-amd-2.7.7.1Martin-Éric Racine
2007-09-02Regenerated configure based on new package version.Martin-Éric Racine
2007-07-06From Bernardo Innocenti.Zephaniah E. Hull
- enable a few GCC warnings - make a few globals const and static - move MGP_RASTER_MODE writes before writes to color registers - compute BPP dynamically in the SolidFill EXA hook Conflicts: configure.ac
2007-05-31Add extra GCC warning fu. -Wall cleanup.Adam Jackson
2007-05-16Remove 'man' directory references from configure.ac.Adam Jackson
2007-01-08Add --enable-visibility.Adam Jackson
Allow the driver to be built with the default symbol visbility set to hidden, for smaller better code.
2006-08-04PATCH: Add specific support for the OLPC dcon panelJordan Crouse
The OLPC dcon panel operates differently then the other panels in the GX universe.
2006-07-07Update with cleanup and other fixesJordan Crouse
Final commit of cleanup fixes prior to pushing
2006-07-06Initial commit of the xf86-video-amd treeJordan Crouse