xf86-video-glide: Changes to 'master'

Guillem Jover guillem at kemper.freedesktop.org
Wed Sep 18 22:01:55 PDT 2013


 .gitignore         |    3 
 configure.ac       |    2 
 src/glide_driver.c | 1452 ++++++++++++++++++++++++++---------------------------
 3 files changed, 724 insertions(+), 733 deletions(-)

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

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

commit 6af93046dabc8ef63bbabd266841cb34d5eb174a
Author: Guillem Jover <guillem at 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 at hadrons.org>

commit 00bd4faaf963806f7b322e90fd33b57834a6dbe1
Author: Guillem Jover <guillem at 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 at hadrons.org>

commit 9ff6c53d427c785898ccf34f7e322be0c8d0c2c3
Author: Guillem Jover <guillem at 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 at hadrons.org>

commit 6250d5c052768b706dd897e5db399fa9ee4c2c1e
Author: Guillem Jover <guillem at 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 at hadrons.org>

commit 45a85c82c66b2435606bf0cb712f5b18f5094404
Author: Guillem Jover <guillem at 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 at hadrons.org>

commit fa72126d3736f557becea8f5707e639be1d6f6f4
Author: Guillem Jover <guillem at 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 at hadrons.org>

commit 601d6af9fcefa69d7a76c6f968a153bac6f33c61
Author: Guillem Jover <guillem at 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 at hadrons.org>

commit da1797b6cc582f1fe31697aa744731f0f9fb6f74
Author: Guillem Jover <guillem at 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 at hadrons.org>



More information about the xorg-commit mailing list