xserver: Branch 'master' - 2 commits

Keith Packard keithp at kemper.freedesktop.org
Tue May 31 23:43:31 PDT 2011


 dix/main.c |    2 --
 1 file changed, 2 deletions(-)

New commits:
commit a2e6cfc18aec1c0027b51572b03ec9f2ab074b56
Merge: bc04065... 8d84fd2...
Author: Keith Packard <keithp at keithp.com>
Date:   Tue May 31 23:42:52 2011 -0700

    Merge remote-tracking branch 'sandmann/for-keithp'

commit 8d84fd2566f8466b6152724df7eefc73780df093
Author: Søren Sandmann Pedersen <ssp at redhat.com>
Date:   Wed May 25 12:14:05 2011 -0400

    Don't call pixman_disable_out_of_bounds_workaround() anymore
    
    Pixman used to have a workaround for a bug in old X servers, and this
    function was used to disable that workaround in servers known to be
    fixed.
    
    Since 0.22, which the X server depends on, the workaround doesn't
    exist anymore, so there is no point disabling it.
    
    Reviewed-by: Cyril Brulebois <kibi at debian.org>
    Signed-off-by: Soren Sandmann <sandmann at cs.au.dk>

diff --git a/dix/main.c b/dix/main.c
index bc958b8..955b7ea 100644
--- a/dix/main.c
+++ b/dix/main.c
@@ -139,8 +139,6 @@ int main(int argc, char *argv[], char *envp[])
 
     InitRegions();
 
-    pixman_disable_out_of_bounds_workaround();
-
     CheckUserParameters(argc, argv, envp);
 
     CheckUserAuthorization();


More information about the xorg-commit mailing list