commit 30ac6eaf64aa4831025555b72b65843686a35094
Author: Jesse Adkins <jesserayadkins@gmail.com>
Date:   Tue Sep 28 13:29:52 2010 -0700

    Purge cvs tags.
    
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 083a663bbb186bfb854eda3b9f33d7fc24252ec5
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date:   Thu Sep 16 10:08:12 2010 +0200

    Make the modinfo string contain an optional subpatch number
    
    The idea is that the build system assigns this number if needed.
    As an example it might be the commit number since the last version tag.
    
    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

commit 5a2206c328caaed95daf91aff9220d3a51b492bd
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date:   Thu Sep 16 09:58:07 2010 +0200

    Make sure we build on 1.4.99.
    
    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

commit da0f931b90833c7f706ace24b0c9dff2672f1e97
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date:   Wed Sep 8 09:57:35 2010 +0200

    vmwlegacy: Fix a segfault in vmwareCursorCloseScreen.
    
    The segfault occured because the named function was using resources that
    were already taken down, because VMWARECloseScreen was called very late
    in the CloseScreen callchain.
    
    Make sure we wrap the CloseScreen pointers late in ScreenInit to avoid this.
    
    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

commit 03dca39afa06da04472d56ec4888f010186c6a13
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date:   Tue Sep 7 21:55:28 2010 +0200

    vmwlegacy: A number of Xv fixes
    
    Properly init and uninit the port private clipboxes on setup and end.
    Clear the port private clipboxes on video stop, to force re-painting
    of the colorkey when the stream is resumed.
    Make sure the colorkey is painted *before* the overlay is flushed. Some
    host implementations seem picky about this.
    
    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

commit dfb062e024dfd20789ee8d43c7f94640faa5ea9f
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date:   Tue Sep 7 12:17:46 2010 +0200

    vmware/vmwlegacy: Silence compilation errors and -warnings.
    
    Silence warnings and errors on various server versions due to incorrect
    usage of libc functions.
    
    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

commit 12e4577c020c6905d09459d833fd1c5313f1647b
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date:   Fri Sep 3 11:19:01 2010 +0200

    vmwlegacy: Always scale screen dimensions to the initial DPI on modeswitch.
    
    When we switch mode we usually alter the size in a constant DPI environment
    rather than keeping the size constant and alter the DPI.
    
    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

commit 81a0a1a37e703296d109022bb76a1291e84064fd
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date:   Wed Sep 1 07:58:18 2010 +0200

    vmware: Handle chain-loader failures gracefully.
    
    If the vmwlegacy driver wasn't present when expected, that would
    leave the X server in a confused state. Thus report loading errors properly
    back to the X server.
    
    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

commit 2a72ea7a1b1519451350e0741d145f513124a208
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Aug 18 10:57:02 2010 -0400

    vmwarectrl: rework standalone package as a subdir of driver
    
    vmwarectrl is a unit test client tool for developers.
    By default, it is not built unless --enable-vmwarectrl-client is used.
    
    Acked-by: Thomas Hellstrom <thellstrom@vmware.com>
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit f51ca2cb756dcd541a27f0326496f0aadab3f214
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date:   Wed Aug 18 11:34:49 2010 +0200

    Make the driver build and run without libdrm.
    
    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

commit 2e6eca3e7bb19ea69db2cc367c9704c7d657db79
Author: Thomas Hellstrom <thellstrom@vmware.com>
Date:   Thu Aug 12 17:43:59 2010 +0200

    Only set the first xinerama output as primary.
    
    Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>

commit 456b74e8778ab0c44e8a70aa45f447ff5c562be3
Author: Adam Jackson <ajax@redhat.com>
Date:   Tue Aug 10 11:02:05 2010 -0400

    xf86-video-vmware 11.0.2
    
    Signed-off-by: Adam Jackson <ajax@redhat.com>

commit c29d24b2ca598011b84387006f03a9360910707f
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Fri Jul 23 21:02:33 2010 -0400

    config: add AM_PROG_CC_C_O for per-target compilation flags
    
    The use of per-target compilation flags with C sources requires
    that the macro AM_PROG_CC_C_O be called from configure.ac
    
    If the C compiler does not accept the -c and -o options simultaneously,
    define NO_MINUS_C_MINUS_O. This macro actually tests both the compiler
    found by AC_PROG_CC, and, if different, the first cc in the path.
    The test fails if one fails. This macro was created for GNU Make
    to choose the default C compilation rule.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit dfbef04f1ff9430a01ca0ca682be32a8606e9e13
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 16:49:04 2010 -0400

    config: add comments for main statements

commit 0dbd97fe7d411549aa343c25dab9c70087532727
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 16:07:00 2010 -0400

    config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit dfaa0b6391ebc32f4e81d8add053eabea44d0881
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 14:37:42 2010 -0400

    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit dd0bb4ac5730331070eac2c39880718eeff3760b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 14:05:23 2010 -0400

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit f07d572611ba072c5952fea526e7178202d36685
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jul 21 09:27:42 2010 -0400

    config: complete AC_INIT m4 quoting
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 79956ca804b4ca6227f878cf794edafefa00d25a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 21:44:58 2010 -0400

    config: remove unrequired AC_SUBST([XORG_CFLAGS])
    
    This macro is called by PKG_CHECK_MODULES
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit cee7a37a38f83cd5300a19f17493e43eb532e619
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 20:24:42 2010 -0400

    config: remove unrequired AC_HEADER_STDC
    
    Autoconf says:
    "This macro is obsolescent, as current systems have conforming
    header files. New programs need not use this macro".
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 8adb672ac3f754d02e377745c16f64151b50522a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 19:41:31 2010 -0400

    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
    
    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
    AC_PROG_C_C99. This sets gcc with -std=gnu99.
    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit d867b84e425cdf66542eebaabd8adb95b8121960
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 18:45:19 2010 -0400

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 190a6b7e032e37e33dda42482038b8fd1fd9d8af
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 16:15:30 2010 -0400

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.

commit e647511e4b9b924b0617171c56b3bb485674b3ff
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Jul 13 11:57:15 2010 +0100

    Don't crash the server on Xorg -configure

commit 0bd99bb142093c0072147ec3bb665864b4cadef5
Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
Date:   Thu Jul 1 07:18:11 2010 -0300

    Purge macros NEED_EVENTS and NEED_REPLIES
    
    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
    Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit f307f77a34f3a6777f74458819f6a3519c2c3f2b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sun Jun 13 13:10:55 2010 -0400

    COPYING: replace stub file with actual Copyright notices.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 423d8a069a2d86068a8f22926a73bc965670315d
Author: Michel Dänzer <daenzer@vmware.com>
Date:   Mon Mar 29 10:19:04 2010 +0200

    Fix some issues pointed out by compiler warnings.
    
    * vmware_chain_module() doesn't return any values.
    * Remove an unused local variable.

commit cc77a36048863640fb1fa9f82b5b0dbf41326872
Author: Jakob Bornecrantz <jakob@vmware.com>
Date:   Thu Mar 18 15:30:36 2010 +0100

    Bump for 11.0.1 release.

commit a5fb3698a033bfe7789641fd6719d8d4fb054201
Author: Jakob Bornecrantz <jakob@vmware.com>
Date:   Tue Mar 9 08:37:11 2010 +0000

    Rework chainloader code to check for vmwgfx userspace driver as well

commit bf18be6f458a4612b2ebdd8d2b5894f8884891e4
Author: Roland Scheidegger <sroland@vmware.com>
Date:   Tue Mar 9 16:10:25 2010 +0100

    fix a cursor refcounting bug, leading to segfaults
    
    this is similar to what xf86_use_hw_cursor() does, which is replaced by
    vmwareUseHWCursor (otherwise, the refcount could reach zero and hence the
    cursor deallocated while xf86CursorEnableDisableFBAccess() could still bring
    it back to life from the saved cursor).
    It is probably insane to do refcounting here, but this needs a xserver fix,
    and even if that's fixed this fix here shouldn't hurt (though would be
    unnecessary).

commit 257614ae9bea54d6a46e4477496500a84853ee37
Author: Roland Scheidegger <sroland@vmware.com>
Date:   Tue Mar 9 16:03:59 2010 +0100

    make DEBUG_LOGGING compile

commit 29f6a2dca3e680908e938767256c9b995653ca7f
Author: Jakob Bornecrantz <jakob@vmware.com>
Date:   Sun Mar 7 15:02:39 2010 +0000

    Print text about none fatal error message with Fatal in it

commit 204504861a2847734a04bd976accb0c730733523
Author: Jakob Bornecrantz <jakob@vmware.com>
Date:   Fri Feb 26 16:27:17 2010 +0100

    Don't hardcode the module version in the source
    
    As pointed out by Julien Cristau XORG_RELEASE_VERSION
    gives us that info from configure.ac.
    
    Signed-off-by: Jakob Bornecrantz <jakob@vmware.com>

commit 667263d9410bd0d5832cf08a2a28841fe6326b84
Author: Jakob Bornecrantz <jakob@vmware.com>
Date:   Thu Feb 18 14:11:32 2010 +0100

    Bump major for new chainloading driver

commit 048fe839f0d761aeba95c324f14bdc5488e9e634
Author: Jakob Bornecrantz <jakob@vmware.com>
Date:   Mon Feb 22 13:20:06 2010 +0100

    Link to drm but on for the vmware chainloader driver

commit 30964ffa31f4fdbffe563b7d7d20bfbf1ed22969
Author: Jakob Bornecrantz <jakob@vmware.com>
Date:   Thu Feb 18 15:20:31 2010 +0100

    Make sure that modinfo strings are unique

commit 0f2b02d72e36dc6390c09d6adba13e4101bf3df8
Author: Jakob Bornecrantz <jakob@vmware.com>
Date:   Thu Feb 11 23:18:37 2010 +0100

    Add modinfo for vmware_drv.so

commit c4f5bf8ea45b80c2ac4a5eec65ff58f148fb2807
Author: Jakob Bornecrantz <jakob@vmware.com>
Date:   Thu Feb 11 22:04:53 2010 +0100

    Add a chain loading module to load new vmwgfx driver if kernel module is loaded

commit 0d9d1724dbe113dcc02736a8ca80ab540057cb5e
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 15 14:13:42 2010 -0800

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

commit e0d370ae5f307d96e9dd9384cc0ea66a0f6c06c1
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Dec 15 22:01:02 2009 -0500

    configure.ac: remove unused sdkdir=$(pkg-config...) statement
    
    The sdkdir variable isn't use, so remove the statement.
    
    Acked-by: Dan Nicholson <dbn.lists@gmail.com>
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 991830e39c34d0a4530a5c5023ec92cf0d7395b0
Author: Michel Dänzer <daenzer@vmware.com>
Date:   Tue Dec 29 17:53:35 2009 +0100

    Bump for 10.16.9 release.

commit 5a36fcb6a5899e5cfdf6d65e05e3f999d5d25b2a
Author: Michel Dänzer <daenzer@vmware.com>
Date:   Tue Dec 29 17:00:45 2009 +0100

    VMWAREComposite: Only hide cursor if source picture is backed by drawable.
    
    Should fix https://bugs.freedesktop.org/show_bug.cgi?id=14208 .

commit 4bec18ab8dffd90ab84b986de2136a9d848d3a4a
Author: Michel Dänzer <daenzer@vmware.com>
Date:   Tue Dec 29 16:41:16 2009 +0100

    vmware: Fix crash with xserver >= 1.7.
    
    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=24541 .

commit 74c830e61bdf700c7e422aaa5b1a0136561295dd
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Nov 23 09:25:06 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit e8f5a924226aacc280923aed661b5a821fdaffe8
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:41:41 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Automake 'foreign' option is specified in configure.ac.
    Remove from Makefile.am

commit edb6fcb49bae735c45d9565f7aa8313396cf3b15
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:10 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit dcb3d3ed2ba2129b433eee0d18ec86e1e0a6f21f
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 12:54:23 2009 -0400

    Several driver modules do not have a ChangeLog target in Makefile.am #23814
    
    The git generated ChangeLog replaces the hand written one.
    Update configure.ac to xorg-macros level 1.3.
    Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
    Update Makefile.am to add ChangeLog target if missing
    Remove ChangeLog from EXTRA_DIST or *CLEAN variables
    This is a pre-req for the INSTALL_CMD

commit a9dc11de80966fe00efb6c061a6df00678f80b1f
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 13:06:19 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 082d1689a8e017d29b108ed3a251141ddf32a35d
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:18 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit 6c8fc7b280295b823675285ed78b0fb2365bcf07
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Tue Sep 8 22:21:33 2009 -0700

    Bump fo 10.16.8 Release

commit e3e3d8d2488bd289660943e9038bdbe29e11cf77
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Sep 7 11:12:13 2009 -0400

    xf86-video-vmware: Remove unused .cvsignore file #23776
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit cce33db3f95c6f3c8537c782063b6ca9ad68f332
Author: Dave Airlie <airlied@redhat.com>
Date:   Tue Jul 28 15:22:42 2009 +1000

    vmware: change to using ABI version check

commit 0fddce5511b761206bb5f59dcd17652f15bda5ef
Author: Dave Airlie <airlied@redhat.com>
Date:   Tue Jul 28 14:11:59 2009 +1000

    vmware: fix resource removal properly

commit 4605e8d3a99ddcd75314051bd00b51d8ecee06a1
Author: Dave Airlie <airlied@redhat.com>
Date:   Tue Jul 28 13:32:41 2009 +1000

    vmware: update for resources/RAC API removal

commit 382c25f53870da0db0ee74f343c20c312e6b03af
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Mon Jul 20 18:03:47 2009 -0700

    Bump for 10.16.7 Release.

commit c2d9678431a40f6a15dc7f50690507cdda8d11e2
Author: Micah Dowty <micah@vmware.com>
Date:   Mon Jun 1 10:47:51 2009 -0700

        An imperfect fix for Xinerama state changes without a mode change
    
        This patch improves behaviour for Xinerama state changes (via the
        VMWARE_CTRL) extension that don't have an accompanying mode change.
        This will be the case if a new Xinerama monitor layout has a bounding
        box with an identical size to that of the previous layout.
    
        Prior to this patch, the behaviour was pretty bad. If you sent two
        Xinerama states with the same bounding box, the second state would
        be set as pending but no actual mode change would occur, because
        the X server would already be in the right video mode. This means
        that the pending mode stays pending.
    
        If another Xinerama state comes in after this, we would hit our
        "Aborting due to existing pending state" error, and the new state
        would be discarded. This means we'd drop the mode switch on the
        floor, plus we'd lie to the client and say it worked.
    
        One example of the user-visible symptoms from this: The user has
        four monitors of the same size. We'll call them A through D.
        The VM goes into full-screen mode, and they set it to use screens
        ABC. Now they switch to BCD. These have the same bounding box size,
        so no mode change occurs and a topology is still pending. Now they
        switch to monitors BC. This mode switch is dropped, so the guest
        is still in the ABC topology and the mode is too wide for BC.
    
        This patch is an incomplete fix. If we're setting a new topology
        with the same bounding box, we'll flush the Xinerama state
        immediately since we know the mode switch will never occur. This
        means we don't get stuck with xineramaNextState set when it
        shouldn't be, and we don't have the problem with dropping
        subsequent mode changes. We also do set the new Xinerama state,
        so apps that query it will see the updated state immediately.
    
        But the fix isn't perfect- as far as I can tell, there's no way
        to notify applications that the monitor layout changed without
        a mode switch. So even though we've set the new topology, most
        apps won't notice. There are ways we could hack around this,
        but none of them are pretty.

commit d10841493c4707f23f928d7580bc5bddb51d22a6
Author: Bob Long <blong@vmware.com>
Date:   Fri May 22 15:48:55 2009 -0700

    Fix black screen after resume from hibernate.
    
    The root cause for the black screen and system lock up is
    caused by not recovering the SVGA ID register after hibernation.
    Incorrect ID register value will invalidate the FIFO memory start
    register, and driver will not retrieve correct FIFO memory start
    address and the busy read of svga FIFO sync register will lock up
    the whole system.
    
    Currently SVGA Xorg driver does not have a kernel module to handle
    the power management event, but Xorg will call driver provided
    LeaveVT before shutting down system and call EnterVT after resuming
    system from hibernation, so these two callback functions are good
    entry points to save and restore the ID register value. This patch
    saves the ID register value in LeaveVT and restores the value to
    SVGA ID register in EnterVT.

commit b4ea3052f843c2d1c285252cbf1bed2f4857f96c
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Tue May 12 16:48:43 2009 -0700

    Bump for 10.16.6 release

commit 8e15f6669ff2cb5bf4260ac87a481a4e38044b26
Author: Micah Dowty <micah@vmware.com>
Date:   Tue May 12 16:46:39 2009 -0700

    Better cursor size limit and explanation
    
    Increase the cursor size limit to 64x64, and give a
    better explanation of the host's cursor size limits.

commit bfa3dfc27b05d4a2deff230f8241bd44f72fb7a0
Author: Micah Dowty <micah@vmware.com>
Date:   Tue May 12 16:46:00 2009 -0700

    Allow cursor updates while unhidden
    
    This change just adds a flag to our hardware cursor,
    telling Xorg that it doesn't need to hide the cursor
    when updating its shape. This fixes the cursor flicker
    in X11.

commit dccc9376a4fb1cba9c35b7617989608497fca7be
Author: Micah Dowty <micah@vmware.com>
Date:   Tue May 12 16:45:29 2009 -0700

    Unbreak vmwarectrl setres
    
    The vmwarectrl tool's "setres" command was unusable,
    because it looks like someone added the settopology
    test without updating the argument indices for setres.
    This patch makes setres usable again.

commit b7dbdd28764a8f3883833ab818a7b7314632b0b2
Author: Micah Dowty <micah@vmware.com>
Date:   Tue May 12 16:44:42 2009 -0700

    Fix dynamic mode edge cases
    
    The VMware Xorg driver supports dynamic modelines that can be set from
    userspace via an X extension. These are used to implement VM features
    which need to automatically change the resolution of the guest OS.
    
    This driver implements the feature using two modelines.  The driver
    would alternately update one mode then the other, so that in typical
    usage one mode is current and the other is available for the next mode
    switch.
    
    This usually worked, but there were many edge cases that could cause
    this alternating pattern to get 'out of sync', so we'd end up changing
    the resolution of the current video mode. This could end up putting
    the X server in a state where the screen resolution has been changed,
    but the hardware was never reprogrammed for the new resolution.
    
    This patch fixes the problem by explicitly searching for a dynamic
    mode that isn't currently in use. We no longer rely on the alternating
    pattern.

commit cfe8793180ec633dd7a17d059ad882ef461ed1d9
Author: Micah Dowty <micah@vmware.com>
Date:   Tue May 12 16:43:13 2009 -0700

    Update README
    
    Updates the copyright date, and replaces the rather out-of-date
    2D documentation with a link to the updated 2D and 3D docs on
    Source Forge.

commit e3769142d80953d6da484eb979f5274c8a3abeb3
Author: Shelley Gong <shelleygong@vmware.com>
Date:   Thu Apr 16 13:28:47 2009 -0700

    Automatically add modelines for the driver's built-in set of modes.
    
    The driver has had a built-in set of modes for a while, but there
    was nothing adding modelines to back them up, causing initial modes
    to be rejected at startup with certain Xorg versions.
    
    This change adds the actual modelines for sufficiently new versions
    of the server (>= 1.2), as the necessary calls were only introduced
    at that time.

commit 3c223e8f7b03e2d7f8c31faeeeeb37030c461176
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jan 9 16:39:07 2009 -0800

    Remove xorgconfig & xorgcfg from See Also list in man page

commit 1bbef3aa7ab15ee93cd4cd47c3d484ac91f0440d
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Tue Aug 19 11:23:44 2008 -0700

    Bump version for 10.16.5 release.

commit 6ea8e5000519865dd936cfe82d67efc7d107a28c
Author: Bankim Bhavsar <bbhavsar@vmware.com>
Date:   Tue Aug 19 11:23:02 2008 -0700

    Add RegionEqual function for older XFree86 versions.
    
    Fixes bug : http://bugzilla.eng.vmware.com/show_bug.cgi?id=312853
    
    When we added AUTOPAINT_COLORKEY capability to our VMware video driver,
    region functions were used to keep track of colorkey painting.
    
    REGION_EQUAL was one of them.
    
    Unfortunately REGION_EQUAL was not present in regionstr.h shipped with XFree86 version
    4.3.0.
    This version is used by TurboLinux 10; causing X server to crash while playing videos.
    
    REGION_EQUAL was added in revision 1.8 of regionstr.h and available for xfree86 version
    4.3.99
    onwards.
    Reference:
    http://cvsweb.xfree86.org/cvsweb/xc/programs/Xserver/include/regionstr.h.diff?r1=1.7&r2=1.8
    
    When I compiled the existing code(without my change), I see a warning was generated
    indicating REGION_EQUAL is not present.
    Too bad we missed it.
    
    This patch includes
    1) Slightly modified version of miRegionEqual from miRegion.c
    2) Some formating cleanup.

commit 0576b87c27d3d885cc698a3cc013bcfa4021942c
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Mon Jul 21 15:26:01 2008 -0700

    Prepare for 10.16.4 release.

commit ad8f17dec71632d0e606af1bea9432ece0bc97db
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Mon Jul 21 15:23:50 2008 -0700

    Video Overlay: Handle clipping correctly with AutoPaint colorkey.
    
    We recently added XV_AUTOPAINT_COLORKEY attribute to the X video driver
    to enable applications like Real player that rely on this attribute to
    display video frames in Linux guest.
    
    When this attribute is SET, we paint the colorkey on 1st frame and from
    there on only when the video is moved.
    
    This introduced a bug 305202 with clipping.
    
    Consider a case when the video is playing, obscure the player window
    with another window, without moving the player window, move the other
    window away. The part of the window that was obscured didn't display
    the video.
    
    With this patch instead of relying on the target rectangle, we use
    the clipBoxes supplied in every frame.

commit 71f1ca515cd1b3d92397682f4fcea120c392b26e
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Fri Jul 18 14:03:09 2008 -0700

    Prepare for 10.16.3
    
    Bump up version numbers.

commit e7f404938b7ccd4c7e61c71c6c182ca8ee8d875f
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Fri Jul 18 13:59:34 2008 -0700

    Video Overlay: Add XV_AUTOPAINT_COLORKEY capability to the Xv extension of Linux guest driver.
    
    Applications use XV_AUTOPAINT_COLORKEY capability to let the driver handle the painting
    of colorkey.
    
    Real Player assumes this capability as ON by default and hence prior to this patch videos
    didn't play with Real player.
    
    With this patch:
    a) If AUTOPAINT_COLORKEY is SET then the driver handles the painting of the colorkey.
    Painting is done on the 1st frame and from there on only if the video frame moves.
    
    b) Adds UYVY fourcc format to keep it consistent with Windows SVGA driver and the host backends.
    
    c) Changes the default colorkey from a pungent GREEN to a darker shade.
    Real Player sets this colorkey and it looks better when the video is moved around.

commit 0705e7093e42f7a5ae909477150fd5bb416f8da0
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Wed Jul 2 21:32:44 2008 -0400

    Trivial fix: Delete ASSERT() statement
    
    Delete the ASSERT() statement that got introduced in the previous check-in.

commit f4b5158960c3402e18a0fcf0e0211b68b0f0f127
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Wed Jul 2 18:17:58 2008 -0400

    Fix video overlay offscreen allocation bug
    
    When Kaffeine player stops a video, it sets the cleanup flag to FALSE and may
    start playing the next video. In its present state the driver does not check or
    clean up the offscreen area. This is a bug as the newer video might need more
    offscreen space for its frame. The fix is to check for the offscreen frame size
    in videoPlay and restart the stream if necessary.

commit b53bb2ad4c6f6e378cbf82a98cac917736d62740
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Thu Jun 12 17:34:30 2008 -0400

    Prepare for 10.16.2
    
    Bump up version numbers.

commit 1f7a8390a32852d2ff0039a7d8138a292d17b50a
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Tue Apr 29 18:29:11 2008 -0400

    Fix VMWARE_CTRL and Xinerama Initialization
    
    Move initialization code for the vmware control and xinerama extensions to
    VMWAREScreenInit(), so that auto-resize and multi-mon work fine after a user
    logs out and logs in again in a graphical display manager.

commit db027200474684c0aa4b9387f3ed53b2e5f24478
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Tue Apr 22 14:18:45 2008 -0400

    More xorg and xfree86 backwards compatibility
    
    Push most of the xorg-server version checking into the configure script. With
    this change, unmodified driver source compiles in the XFree86 4.3 tree.

commit 6849c0a5fbf10722ca475d2ffcce7d0d95d2377a
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Fri Apr 18 18:00:38 2008 -0400

    Change // comments to /*
    
    This will make it easier to compile the driver against ancient versions of X.

commit b6c59761e2b984be32493f35224db523dd62bcd8
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Thu Apr 17 23:04:45 2008 -0400

    Compile warning fixes
    
    Major problem was prototype vmwareInitVideo not matching implementation
    vmwareVideoInit. Remaining are adding an "ansification" of a function without
    arguments, and removing/disabling unused variables/functions.

commit 7870dc715b1efe173af1e2664778e2066508e066
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Thu Apr 17 20:54:23 2008 -0400

    Bump version to 10.16.1 in configure.ac
    
    The previous change didn't bump up the version in configure.ac.

commit be75c66fa7933c7dfa86e5514c744f47734c5fc8
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Thu Apr 17 20:39:02 2008 -0400

    Prepare for 10.16.1
    
    Update the modinfo section and make a configure.ac fix.

commit 87e9b32618f037d78d7853b48e40a71533b764d2
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Thu Apr 17 19:16:48 2008 -0400

    Fix build for all modular versions of Xorg
    
    This change makes the video driver compile with Xorg 7.0. There are a couple of
    trivial changes that bring down the maximum Xserver version down to 2.0. Hacky,
    but good enough for now.

commit e4fa13951a7c5dd53005a63392a439e2329fab9c
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Wed Mar 26 21:32:47 2008 -0400

    Send down guest display topology
    
    Send down the Xinerama topology from the guest down to the host, by setting
    display topology registers in the SVGA device.

commit 5aced9e39a0bf7590c841824c0b66060eb7d5e03
Author: Adam Jackson <ajax@redhat.com>
Date:   Wed Mar 19 17:03:18 2008 -0400

    vmware 10.16.0

commit cd8bb3018946e82b98207984efc26b13ac260e5e
Author: Adam Jackson <ajax@redhat.com>
Date:   Wed Mar 19 17:00:41 2008 -0400

    Fix distcheck.

commit 1314a1cd22823a5a7202dac4ac04da3801f1ec94
Author: Bankim Bhavsar <bbhavsar@vmware.com>
Date:   Fri Mar 14 12:42:40 2008 -0400

    Video Overlay: Source video parameters
    
    This patch adds parameters to the source video frame.  Applications can request
    only a subset of the source video frame to be displayed. These parameters are
    srcX, srcY, srcWidth and srcHeight. width and height represent the entire
    source video frame.

commit fdef3fd5ea62a2df6283d48ba18d5c60300534ef
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Mar 9 00:08:32 2008 +0100

    Makefile.am: nuke RCS Id

commit bfd8398dde2d2de238c600eece9374d24d7d8549
Author: Bankim Bhavsar <bbhavsar@vmware.com>
Date:   Wed Jan 23 22:13:07 2008 -0800

    Xv extension for VMware's video driver
    
    This patch implements the Xv extension for VMware's X video driver.
    
    The Xv specification can be found here
    http://www.xfree86.org/current/DESIGN16.html
    
    I've written a trivial offscreen memory manager that allocates memory from the
    bottom part of the Video RAM and it can handle only 1 video-stream. Eventually
    we intend to support upto 32 video-streams (there is already support for
    multiple video streams in respective backends).

commit a33ab73ffa5d3797d16c3a265ddefc56a5a93b6b
Author: Vinay <vinay@vinayb-dev4.(none)>
Date:   Sat Jan 19 08:39:24 2008 -0800

    Trivial libpciaccess related fix
    
    Fix VMWAREUnmapMem to correctly unmap memory for the libpciaccess case.

commit 62d898669baccfd4c312f3ed8f228d0c3217d3c3
Author: Vinay Bondhugula <vinayb@vmware.com>
Date:   Mon Oct 8 10:54:04 2007 -0700

    Port to libpciaccess.

commit 73db59fd82ced7a88f6da35d5088608e163f3d86
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Tue Sep 25 16:06:38 2007 -0700

    Update for 10.15.2 release

commit ee2fe14d37c9f3c8a170f8e3fcbc62403687ab8f
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Mon Sep 24 11:48:12 2007 -0700

    There are problems when running with old X releases with a
    global symbol collision with the mouse driver.

commit cfdb0140fa53155ae134ba961ec7d593d5d94713
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Mon Sep 10 21:19:38 2007 -0700

    Guard modinfo section against gcc.

commit e41aef1fb187c1b450fbea0163eb16e0c40f0435
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Mon Sep 10 21:16:04 2007 -0700

    Ready 10.15.1 release.
    
    To allow for easier detection of driver version by other VMware tools,
    we are embedding the version in a .modinfo section so that the Linux
    kernel 'modinfo' tool can be (ab)used to check it.

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

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

commit ec4dc29434bbbcf382de51fe3355679654489ad7
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Mon Jul 9 13:45:22 2007 -0700

    Update copyright date.

commit 0c76b95e7aeac034cc598ea6a407187f76466411
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Fri Feb 9 15:06:17 2007 -0800

    Add svga_modes.h to Makefile.am

commit a283c62c1db9e25ba11c6d72e4d00e0d911d64a2
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Fri Feb 9 11:09:17 2007 -0800

    Filter out default modes that are larger than the hardware
    maxmimum size and add an explicit mode for the hardware
    maximum.

commit f4540555dc8c823dfec53dddeb82e2b7b0dbfe3d
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Fri Feb 9 10:00:32 2007 -0800

    Correct the incorrect 1080p resolution.
    
    Should be 1920x1080 and not 1900x1080. Whoops.

commit eca6e9f9458440feebd6598aee24f02a3fd7a75f
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Thu Feb 8 18:22:16 2007 -0800

    Bump version to 10.15.0
    
    This release adds truely usable resizing support by
    removing the restriction that the you cannot resize
    larger than the initial mode.

commit 2ec8c25cc935a318bd07c0d1fba9960dfe8f38d4
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Thu Feb 8 18:07:19 2007 -0800

    Fix a race condition when switching to a multihead fullscreen mode.
    
    Due to implemtation details on the host side, switching to a multihead
    fullscreen mode means multiple mode changes along the way. However,
    because rrSetScreenConfig returns before the mode change completes,
    we can enter a race, where a subsequent SetDisplayTopology overrides
    the current pending one, leading to a mode switch where the resolution
    and topology are no longer consistent.
    
    So, we fix this by ignoring any attempts to set the pending topology if
    one is already pending.

commit a8afe781e108773e4a575ecc3330a5aa83c1cbb9
Author: Philip Langdale <philipl@fido2.homeip.net>
Date:   Thu Feb 8 17:08:08 2007 -0800

        Add a bunch of useful modes to the mode list.
    
        The X server prunes modes above the initial mode and
        the number of default modes varies with distro and
