xf86-video-vmware: Changes to 'master'

Philip Langdale philipl at kemper.freedesktop.org
Wed Oct 11 21:47:51 EEST 2006


 .gitignore                 |   22 +
 configure.ac               |    3 
 man/.gitignore             |    1 
 man/vmware.man             |    5 
 src/Makefile.am            |    3 
 src/vmware.c               |   75 ++++
 src/vmware.h               |   20 +
 src/vmwarectrl.c           |  155 ++++++++++
 src/vmwarectrl.h           |    3 
 src/vmwarectrlproto.h      |   33 +-
 src/vmwarexinerama.c       |  691 +++++++++++++++++++++++++++++++++++++++++++++
 vmwarectrl/AUTHORS         |    1 
 vmwarectrl/COPYING         |   26 +
 vmwarectrl/ChangeLog       |    8 
 vmwarectrl/INSTALL         |  229 ++++++++++++++
 vmwarectrl/Makefile.am     |    8 
 vmwarectrl/NEWS            |    4 
 vmwarectrl/README          |    6 
 vmwarectrl/autogen.sh      |   12 
 vmwarectrl/configure.ac    |   12 
 vmwarectrl/libvmwarectrl.c |  269 +++++++++++++++++
 vmwarectrl/libvmwarectrl.h |   47 +++
 vmwarectrl/vmwarectrl.c    |   76 ++++
 23 files changed, 1696 insertions(+), 13 deletions(-)

New commits:
commit c62a63b00f7c43e265079d31f1bf7ff447423056
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Wed Oct 11 11:47:39 2006 -0700

    Update .gitignore

commit 9345f8146ae41f7d2269e6fea5e3cba385139960
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Wed Oct 11 11:47:25 2006 -0700

    Add vmwarectrl sample client.

commit b35666fdd567d4cd92574aeecadb8e0d41b32d77
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Wed Oct 11 11:36:22 2006 -0700

    Add .gitignore files.

commit 7631f4d8db2b83878bd886204aaa978dac9c47b5
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Wed Oct 11 11:32:18 2006 -0700

    Document the 'Xinerama' option and tweak the default to reflect
    the capabilites of the underlying hardware.

commit 79de175986817cac2fedb267cc9a04438b3694d4
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Wed Oct 11 11:26:04 2006 -0700

    Check for xinerama in configure.ac

commit 34e7264e99ceab5e9e2e022ed9a56531845b0b17
Author: Philip Langdale <philipl at fido2.homeip.net>
Date:   Wed Oct 11 10:57:57 2006 -0700

    Add xinerama support to the vmware video driver. (Better late than never).
    
    With this change, the VMWARE_CTRL extension is updated so that it can
    receive topology updates at runtime. I will add some sample client code
    separately.
    
    I also intend to add support for a static initial topology defined in
    xorg.conf but I haven't got around to it yet due to hating to write
    string parsing code.




More information about the xorg-commit mailing list