[Openchrome-devel] [xf86-video-openchrome]X driver for VIA IGPs branch master updated. release_0_3_3-7-g7e08492

James Simmons jsimmons at kemper.freedesktop.org
Fri Jul 5 15:21:08 PDT 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "X driver for VIA IGPs".

The branch, master has been updated
       via  7e08492da289e495b8b4092f3a5eeb0c6aa46362 (commit)
       via  ab25ebc3d91248f0e411387e72331d102f90a386 (commit)
       via  12c4cb9d393e1620bfbf2e5f9ba8c6d30d3dc534 (commit)
      from  c04bf57c460a6c7ddf00377ec065bb0efe188fc8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7e08492da289e495b8b4092f3a5eeb0c6aa46362
Author: James Simmons <jsimmons at infradead.org>
Date:   Fri Jul 5 18:18:41 2013 -0400

    Remove comparisons that cannot be true.
    
    The variables compared here are all CARD32, which is an unsigned
    type.
    
    Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
    Acked-by: James Simmons <jsimmons at infradead.org>
    
    ---
     src/via_xv_overlay.c | 16 ++++------------
     1 file changed, 4 insertions(+), 12 deletions(-)

commit ab25ebc3d91248f0e411387e72331d102f90a386
Author: James Simmons <jsimmons at infradead.org>
Date:   Fri Jul 5 18:16:47 2013 -0400

    Use appropriate format string.
    
    The variable is an unsigned long, so use %lu.
    
    Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
    Acked-by: James Simmons <jsimmons at infradead.org>
    
    ---
     src/via_driver.c | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)

commit 12c4cb9d393e1620bfbf2e5f9ba8c6d30d3dc534
Author: James Simmons <jsimmons at infradead.org>
Date:   Fri Jul 5 18:12:09 2013 -0400

    Add missing drm_fourcc.h header file.
    
    Signed-off-by: Thomas Klausner <wiz at NetBSD.org>
    Acked-by: James Simmons <jsimmons at infradead.org>
    
    ---
    src/via_driver.c | 1 +
    src/via_memmgr.c | 1 +
    2 files changed, 2 insertions(+)

-----------------------------------------------------------------------

Summary of changes:
 src/via_driver.c     |    3 ++-
 src/via_memmgr.c     |    1 +
 src/via_xv_overlay.c |   16 ++++------------
 3 files changed, 7 insertions(+), 13 deletions(-)


hooks/post-receive
-- 
X driver for VIA IGPs


More information about the Openchrome-devel mailing list