xf86-video-glide: Changes to 'master'

Guillem Jover guillem at kemper.freedesktop.org
Wed Oct 20 22:32:24 PDT 2010


 COPYING            |    2 
 Makefile.am        |    1 
 configure.ac       |   44 ++++++++----------
 man/Makefile.am    |   28 +----------
 src/glide_driver.c |  129 +++++++++++++++++++++++++++++++----------------------
 5 files changed, 101 insertions(+), 103 deletions(-)

New commits:
commit be66973a0851b20a38911db3ef5413d60127b2af
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 21 05:22:41 2010 +0200

    Fix support for latest glide3x
    
    This enables the driver to use libglide3x.so at run-time instead of
    libglide2x.so, selectively depending on the headers specified at
    configure time via --with-glide-include-dir.
    
    glide3x is the newer interface and supports more hardware than glide2x.

commit ef45124f827e9b851c99bb8dbe29987e765cb85e
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 21 05:12:37 2010 +0200

    Abstract glide2x module name into a GLIDE_MODULE_NAME macro

commit a30cc5587a71c0cbaedaa06b1d95274f890a1534
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 21 07:07:00 2010 +0200

    Use malloc and free instead of deprecated xalloc and xfree

commit 5e09be624bd6c064e425f2aeeb0693285a76cf9a
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 21 03:27:34 2010 +0200

    Drop useless symbol lists
    
    The functions are not available anymore.

commit d58132f35de5140ff86cec0359f1ab9cb1709590
Author: Guillem Jover <guillem at hadrons.org>
Date:   Thu Oct 21 05:28:37 2010 +0200

    Update copyright statements

commit eeb4cbe0596e08f56e1e29c77f6ec6790eea5340
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 10:25:57 2010 +0200

    build: Use LT_INIT instead of deprecated AC_PROG_LIBTOOL and AC_DISABLE_STATIC

commit 71a07200f7d1672bf6c7054cad856becf91eefd5
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 10:24:49 2010 +0200

    build: Use AC_CONFIG_FILES instead of deprecated AC_OUTPUT usage

commit cb3e75e3499f9ec9750a635b968f780143f2090f
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 10:24:11 2010 +0200

    build: Use AC_CHECK_HEADER instead of deprecated AC_HEADER_CHECK

commit 5de195b3f21c1949385fb2c23d0f214a307eb07b
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 10:19:26 2010 +0200

    build: Use AS_HELP_STRING instead of deprecated AC_HELP_STRING

commit 7115ac505fd94478162bc2900271e6531f568f22
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 10:18:49 2010 +0200

    build: Use AC_CONFIG_HEADERS instead of AM_CONFIG_HEADER

commit c0e8905f0438663188efd5513edc1a161b4fa428
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 09:58:31 2010 +0200

    build: Remove unused fontsproto from XORG pkg-config check

commit c91f519e1f6550a2382380cd2711dd1c47e19eca
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 09:51:37 2010 +0200

    build: Remove checks for randrproto and renderproto extensions
    
    Those are not used by the driver.

commit b1bd24d412bbbd803184f7ed32dae56b695704fe
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 09:48:31 2010 +0200

    build: Clean up man page generation
    
    Use autoconf variables instead of autoconf subsitutions. Use the
    destination man page filename in the driverman_DATA variable, instead
    of generating it from the source filename.

commit ac9af8454c9af4205dc2df29dee71c35e4c7931c
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 09:46:15 2010 +0200

    build: Add silent rule support to man page generation

commit 56d40816921ab4adf09809e0524347c58d4309ff
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 09:41:52 2010 +0200

    build: Use new man page support from xorg-macros 1.8
    
    Use MAN_SUBST and SED now set by XORG_MANPAGE_SECTIONS.

commit bb02364036554a273bbcec8d7eeaee9865e9390f
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 09:30:04 2010 +0200

    build: Use SED variable instead of hard-coding the command name

commit 549e7f3da0c69d80e37ef1dad8926ce4df8796ec
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 09:24:36 2010 +0200

    build: Remove AC_PROG_CC as it overrides AC_PROG_CC_C99
    
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls AC_PROG_CC_C99.
    This sets the compiler to C99 mode, but if the AC_PROG_CC macro is
    called afterwards, it might reset it to C89 mode.

commit af043f32f4d719ff43e77ec3110a293f2169cd4f
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 09:14:17 2010 +0200

    build: Require autoconf 2.60
    
    The minimum version required to build X.Org modules is 2.60.

commit 31a03f018c5cf00b192b2220bd46d6ba596e4cb0
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 06:19:14 2010 +0200

    build: Use XORG_DEFAULT_OPTIONS instead of specific macros

commit bdc723c1de9c8a149bae1fe4cbffe350344d2cfb
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 06:16:14 2010 +0200

    build: Quote all AC_INIT m4 arguments

commit c4e18a326c5835115c00ccccd27bb310b40a4839
Author: Guillem Jover <guillem at hadrons.org>
Date:   Wed Oct 20 06:13:17 2010 +0200

    build: Move foreign setting from AUTOMAKE_OPTIONS to AM_INIT_AUTOMAKE

commit 2abc766502164aa39988d7c759f71b908b6c6327
Author: Guillem Jover <guillem at hadrons.org>
Date:   Fri Feb 26 19:31:22 2010 +0100

    build: Remove unused sdkdir variable setting



More information about the xorg-commit mailing list