commit 44047d72706c1a9ac80cff7714241c1934437c6f
Author: Guillem Jover <guillem@hadrons.org>
Date:   Thu Sep 19 06:46:23 2013 +0200

    Bump to 1.2.2
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 6af93046dabc8ef63bbabd266841cb34d5eb174a
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Sep 18 19:50:54 2013 +0200

    Add compile, *.tar.bz2 and *.tar.gz to .gitignore
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 00bd4faaf963806f7b322e90fd33b57834a6dbe1
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Sep 18 19:43:19 2013 +0200

    Move miSetVisualTypes() call outside an if conditional
    
    The function call is a bit long, take it out of the conditional and use
    a ret variable instead.
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 9ff6c53d427c785898ccf34f7e322be0c8d0c2c3
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Sep 18 19:36:00 2013 +0200

    Do not assign to variables inside if conditionals
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 6250d5c052768b706dd897e5db399fa9ee4c2c1e
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Sep 18 19:30:48 2013 +0200

    Unify return value variable name to ret
    
    Use that instead of r or i, which is way more clear.
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 45a85c82c66b2435606bf0cb712f5b18f5094404
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Sep 18 19:49:31 2013 +0200

    Remove unused bool typedef
    
    We are already using the X Bool type.
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit fa72126d3736f557becea8f5707e639be1d6f6f4
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Sep 18 19:38:30 2013 +0200

    Remove dead loader code
    
    The function LoaderCheckUnresolved() was removed from the X server in
    2009, and had been a stub since 2006.
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 601d6af9fcefa69d7a76c6f968a153bac6f33c61
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Sep 18 19:22:48 2013 +0200

    Remove unreachable error check code branch
    
    There's no framebuffer locking funcion being called, and the last value
    assigned to r is from grSstWinOpen(), so there has already been an error
    check, and doing it later on will never trigger again. Just remove the
    error check and error call.
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit da1797b6cc582f1fe31697aa744731f0f9fb6f74
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Sep 18 05:10:33 2013 +0200

    Fix coding style
    
    Run x-indent.sh from the modules repository over the driver code base,
    and manually fix the fall out.
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 22cd3a1d5d5cf789093b26e5daea525dd1d1a212
Author: Guillem Jover <guillem@hadrons.org>
Date:   Sun Jan 13 02:26:46 2013 +0100

    Remove trailing spaces and empty lines
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 4d93dfb770223b7d6a42370034435fb6a830681d
Author: Guillem Jover <guillem@hadrons.org>
Date:   Sun Jan 13 02:19:05 2013 +0100

    Remove call to obsolete miInitializeBackingStore()
    
    Definition was deleted from Xorg during 1.14 merge window, but was a
    no-op for many release cycles before that.
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 02d1981149c4feb27f2a662f14b94185bada0e33
Author: Guillem Jover <guillem@hadrons.org>
Date:   Tue Jul 17 15:17:01 2012 +0200

    Bump to 1.2.1
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit e705a91181ee0c9a838277b946bea68ffe8fffe6
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Jun 6 16:08:16 2012 +0200

    Use new X server compat API
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 0b815ca532bbc746a91ffce0bcf7b14ff11abfe8
Author: Guillem Jover <guillem@hadrons.org>
Date:   Fri Jan 20 15:14:55 2012 +0100

    Remove unused xaa.h, xf86Cursor.h and xf86DDC.h inclusions
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 517e9252f3200f3e96bbfcfe84812b532c1b2933
Author: Guillem Jover <guillem@hadrons.org>
Date:   Fri Dec 30 06:21:19 2011 +0100

    Bump to 1.2.0
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 7fdaec9032cc069c8dabc719ada40c03aacda2de
Author: Guillem Jover <guillem@hadrons.org>
Date:   Fri Dec 30 06:20:30 2011 +0100

    Update copyright years
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit e42689244fd5e1b23e641de46c4dc6d38a243a3b
Author: Guillem Jover <guillem@hadrons.org>
Date:   Fri Dec 30 05:59:46 2011 +0100

    Pass SST number through GLIDERec instead of casting it to driverPrivate
    
    Allocate GLIDERec in GLIDEProbe() instead of in GLIDEPreInit() to pass
    the SST number through the SST_Index member instead of casting it to
    the driverPrivate pointer back and forth.
    
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 518b189f31ee7b85d28541bf32bbcf10b5337289
Author: Guillem Jover <guillem@hadrons.org>
Date:   Tue Jul 19 15:32:56 2011 +0200

    Stop using the deprecated LoaderSymbol() function
    
    Instead of using dlsym() to replace LoaderSymbol() and keep loading
    libglide at run-time, just switch to dyamically linking it.
    
    This in effect makes the module stop using LoaderSymbol() function,
    and as a bonus makes it start using proper linker dependencies.
    
    Reported-by: Daniel Stone <daniel@fooishbar.org>
    Signed-off-by: Guillem Jover <guillem@hadrons.org>

commit 8ffb28cda58be37d52ed8f7c3b9967574f0a4233
Author: Guillem Jover <guillem@hadrons.org>
Date:   Tue Jul 19 17:56:32 2011 +0200

    build: Define GLIDE3_ALPHA when using glide3

commit 76a838e31d3b702b0489792e9cc13018fa331749
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 21 11:38:44 2010 -0800

    Sun's copyrights belong to Oracle now
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d8045b0815167b2204c0a00a49ae84d1b673d8d3
Author: Guillem Jover <guillem@hadrons.org>
Date:   Sat Nov 6 22:51:55 2010 +0100

    Bump to 1.1.0

commit be66973a0851b20a38911db3ef5413d60127b2af
Author: Guillem Jover <guillem@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@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@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@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@hadrons.org>
Date:   Thu Oct 21 05:28:37 2010 +0200

    Update copyright statements

commit eeb4cbe0596e08f56e1e29c77f6ec6790eea5340
Author: Guillem Jover <guillem@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@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@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@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@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@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@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@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@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@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@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@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@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@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@hadrons.org>
Date:   Wed Oct 20 06:16:14 2010 +0200

    build: Quote all AC_INIT m4 arguments

commit c4e18a326c5835115c00ccccd27bb310b40a4839
Author: Guillem Jover <guillem@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@hadrons.org>
Date:   Fri Feb 26 19:31:22 2010 +0100

    build: Remove unused sdkdir variable setting

commit 11ef3754d3577156fdf33142dd10d82b41ce8746
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 15 15:17:59 2010 -0800

    Update Sun license notices to current X.Org standard form
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 5b9a71341522cee5984061affb1a8d38c220c414
Author: Guillem Jover <guillem@hadrons.org>
Date:   Thu Aug 27 13:07:33 2009 +0300

    Bump to 1.0.3

commit c8b97d2f53501903bfa06cc396e97443e5bfe8e3
Author: Guillem Jover <guillem@hadrons.org>
Date:   Thu Aug 27 13:06:02 2009 +0300

    Remove inclusion of obsolete and now inexistent xf86_ansic.h

commit 48fddeb136aba247e06688d8127ee133ae3b8dd2
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Thu Jul 16 11:38:29 2009 +1000

    Update to xextproto 7.1 support.
    
    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>

commit e20cb5035996b392b010f2b52aa14d004868825a
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Feb 25 01:23:03 2009 +0200

    Bump to 1.0.2

commit 542f21b2465c80d78aa154fa75d61c793342f3d8
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Feb 25 01:17:52 2009 +0200

    Use XORG_CHANGELOG and CHANGELOG_CMD to generate the ChangeLog file
    
    Require at least xorg-macros 1.2 for XORG_CHANGELOG.

commit 65c779a41c3ae1c66b7de2ecbd5904a25009f5ca
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Feb 25 01:12:33 2009 +0200

    Make ChangeLog a .PHONY target

commit e9a6a763f3b08dce0a8815ce0e7bbe3843fe08d2
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Feb 25 01:11:03 2009 +0200

    Add UTF-8 copyright symbol to copyright statements

commit 0cdda109b9fc3deb5ad860f144d3061551ad6058
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Feb 25 01:09:52 2009 +0200

    Rename entity to entityIndex to fix build failure
    
    Regression introduced in commit 62922e27c80ac392fc35a347b2c8163fcec7decf.

commit 7703441867c3d80eb89fca466c30cef024fd39bc
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 9 16:28:20 2009 -0800

    Remove xorgconfig & xorgcfg from See Also list in man page

commit 62922e27c80ac392fc35a347b2c8163fcec7decf
Author: Adam Jackson <ajax@redhat.com>
Date:   Sun Nov 23 20:07:24 2008 -0500

    Use "no" bus, not ISA.

commit ce31b3e87032253ef8c77a8738014b8e981f01e5
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Jun 18 07:53:55 2008 +0300

    Bump to 1.0.1

commit ff45582f61a34b9bfa2833c4098f9618156a5752
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Jun 18 07:06:05 2008 +0300

    Remove redefinition of NULL

commit 07576fbeb79bc3ae199ae13de3cb09e216efca0e
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Jun 18 07:05:38 2008 +0300

    Remove unused MIN and MAX macros

commit a8a63bee3d5b73fd261d5d543332ee8ee8199071
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Jun 18 04:01:08 2008 +0300

    Generate the ChangeLog file from git history

commit e86333b890407033431041febe216319ab319a76
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Jun 18 02:46:40 2008 +0300

    Add generated glide.4 to .gitignore

commit 7a2b55e4ce5817a39829db478d42a860d2649e80
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Jun 18 02:43:48 2008 +0300

    Remove RCS tags

commit 838ad3bc77dcbc1b481ae891bc4f314b421a82d8
Author: Guillem Jover <guillem@hadrons.org>
Date:   Wed Jun 18 00:55:32 2008 +0300

    Add license and copyright information to COPYING

commit 39e0cf20ca7be389009a3598d1e6e5c3751c0cf0
Merge: 3db677c eca9f6d
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 06:06:54 2007 -0400

    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/driver/xf86-video-glide

commit 3db677c4d9bd52b40197dad6e96956a437787b77
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:52:32 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

commit eca9f6d16e6f919c719c45c9161eb8f205c4e1df
Author: Brice Goglin <bgoglin@debian.org>
Date:   Thu Aug 30 04:41:28 2007 +0300

    Move build time information from the man page to a README

commit 3a3b11dcf342ce6cba7317fb56f8bac619d65ff2
Author: Brice Goglin <bgoglin@debian.org>
Date:   Sat Aug 25 03:16:39 2007 +0300

    Check for glide.h presence in configure

commit 58a6efb43e64d02fc0430df2ff459f7f14786fe3
Author: Brice Goglin <bgoglin@debian.org>
Date:   Tue Aug 7 10:52:50 2007 +0200

    Define GLIDE_*_VERSION* using PACKAGE_VERSION_*

commit d4a7e2b6db58723cfd840b9b86db4a16ecda7ace
Author: Guillem Jover <guillem@hadrons.org>
Date:   Sat Mar 10 17:10:00 2007 +0200

    Rename .cvsignore to .gitignore

commit 91684920c528f485fef04ddc260e842d4e5f4361
Author: Guillem Jover <guillem@hadrons.org>
Date:   Sat Mar 10 16:35:18 2007 +0200

    Use system include dir by default for glide.h

commit 41034f5df4d2d276834f14756a5980c8d53db8bd
Author: Guillem Jover <guillem@hadrons.org>
Date:   Fri Feb 9 04:00:53 2007 +0200

    Modularize xf86-video-glide

commit 102f8f06f91f207e195558d2297443a5b89fa557
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:25:53 2005 +0000

    Stub COPYING files

commit 59cc1984e27c3273cdd29bd7f7070fae8882afc7
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:49:13 2005 +0000

    Add .cvsignores for drivers.

commit 3543730a41ee2e2ead3d53fc7ede183c3fa97f45
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Jul 11 02:29:47 2005 +0000

    Prep for modular builds by adding guarded #include "config.h" everywhere.

commit af8d8cff1136fb4bf1083723e5e047d7b836e4c3
Author: Adam Jackson <ajax@nwnk.net>
Date:   Sat Jun 25 21:16:54 2005 +0000

    Bug #3626: _X_EXPORT tags for video and input drivers.

commit 9e65e081d775b3c56e2c2dbac67512a74a9ed2d6
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Apr 20 12:25:23 2005 +0000

    Fix includes right throughout the Xserver tree:
    change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
    change "foo.h", "extensions/foo.h" and "X11/foo.h" to
        <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
    change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.

commit 4b4b6cbc1bc8a68fe42b1f97c389817320b6b6fa
Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
Date:   Sat Dec 4 00:43:08 2004 +0000

    Encoding of numerous files changed to UTF-8

commit 8a9d5ba0d4903e37116d4fa2cca2edbcaf1f0078
Author: Eric Anholt <anholt@freebsd.org>
Date:   Wed Jun 16 09:23:04 2004 +0000

    DRI XFree86-4_3_99_12-merge import

commit aed6abaee9518abda1964c68ca0b25c2b6360a8a
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:33:02 2004 +0000

    Merging XORG-CURRENT into trunk

commit 532d3636f31d45fef7b1b0ba8bc3cc61e429c90e
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:33:20 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit bd31dbb2e3ad9c69df80dd2a6f35092869533e36
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:18 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 165b5bd933379a8759f1024d1a0061cc80adfdae
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:35:52 2004 +0000

    readding XFree86's cvs IDs

commit aae439e34ae5f8becc2358222ffdbe2584cb82d1
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:18 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 14789a39b4bf2695b938e505c4d069f2ef9d47d1
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:55 2003 +0000

    XFree86 4.3.0.1

commit c5aeaa75075f2bace017bd6a55384f5bb8766eab
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:55 2003 +0000

    Initial revision
