xf86-video-amd: Changes to 'master'

Jordan Crouse jcrouse at kemper.freedesktop.org
Wed Sep 10 16:33:16 PDT 2008


 src/Makefile.am    |    7 
 src/geode.h        |  295 +++++++-------------
 src/geode_dcon.c   |   28 +
 src/geode_ddc.c    |   53 ++-
 src/geode_driver.c |    5 
 src/gx_accel.c     |    4 
 src/gx_driver.c    |   21 -
 src/gx_randr.c     |    6 
 src/gx_video.c     |    4 
 src/lx_cursor.c    |  196 ++-----------
 src/lx_display.c   |  499 +++++++++++++++++++++++++++++++++++
 src/lx_driver.c    |  749 +++++++----------------------------------------------
 src/lx_exa.c       |  405 +++++++++++++++++++---------
 src/lx_memory.c    |  297 +++++++++++++++++++++
 src/lx_output.c    |  272 +++++++++++++++++++
 src/lx_panel.c     |  142 ++++++++++
 src/lx_randr.c     |  370 --------------------------
 src/lx_regacc.c    |   65 ----
 src/lx_rotate.c    |  282 -------------------
 src/lx_vga.c       |    2 
 src/lx_video.c     |  108 ++-----
 21 files changed, 1827 insertions(+), 1983 deletions(-)

New commits:
commit f66c9d1928ec9bcde57009c7263f6c8575ad0d0c
Merge: 85d2103a90e6ab422246b66d252dbee19c96a0d7 62d2b0ede08042147ca528be9ab1e392886a10ff
Author: Jordan Crouse <jordan.crouse at amd.com>
Date:   Wed Sep 10 17:33:30 2008 -0600

    Merge branch 'randr12-branch'
    
    Conflicts:
    
    	src/geode_ddc.c
    	src/gx_randr.c
    	src/lx_randr.c
    	src/lx_rotate.c

commit 62d2b0ede08042147ca528be9ab1e392886a10ff
Author: Jordan Crouse <jordan.crouse at amd.com>
Date:   Thu Sep 4 17:43:32 2008 -0600

    LX:  RandR 1.2 updates for Lenny
    
    Fix some build issues for Lenny and make the branch work
    on an XO running Lenny.

commit 526da8a3b279dbfc35505ebb1ddc4b8db8dc46d3
Author: Jordan Crouse <jordan.crouse at amd.com>
Date:   Thu Aug 28 16:59:41 2008 -0600

    LX:  Fix a possible segfault in EXA
    
    Avoid passing a null pointer to PictureTransformPoint

commit c6339a360b611514155e5101dc2c5bc6472d8865
Author: Jordan Crouse <jordan.crouse at amd.com>
Date:   Mon Aug 25 11:34:36 2008 -0600

    [LX] - RandR 1.2 updates
    
    Remove a flag that was making EXA pixmaps break horribly.
    Also, Make the new code compile for Hardy and warning cleanups.

commit 38e868271bd24be7a884c8c56772b25cd6fa6f1d
Author: Jordan Crouse <jordan.crouse at amd.com>
Date:   Mon Aug 18 14:19:34 2008 -0600

    lx:  Add rotation for Randr 1.2 + cleanups
    
    Enable rotation through RandR 1.2 and add the accelerated rotation blit
    the EXA composite function.  Also, fix a handful of critical bugs and
    remove some more dead code.

commit d681a844e448712a9a419d2a4dca81930d39a80a
Author: Jordan Crouse <jordan.crouse at amd.com>
Date:   Thu Aug 7 11:21:48 2008 -0600

    [LX] - Add RandR 1.2 support
    
    A wholesale update to Randr 1.2 for LX accompanied by massive
    cleanup.



More information about the xorg-commit mailing list