]> git.pld-linux.org Git - packages/xorg-xserver-server.git/commitdiff
- outdated
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 10 Jul 2011 12:50:04 +0000 (12:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    xorg-xserver-server-backclear.patch -> 1.2
    xorg-xserver-server-gamma.patch -> 1.2

xorg-xserver-server-backclear.patch [deleted file]
xorg-xserver-server-gamma.patch [deleted file]

diff --git a/xorg-xserver-server-backclear.patch b/xorg-xserver-server-backclear.patch
deleted file mode 100644 (file)
index 03bd133..0000000
+++ /dev/null
@@ -1,78 +0,0 @@
---- xorg-server-1.6.3/composite/compalloc.c    2009-07-07 13:48:57.000000000 -0400
-+++ xorg-server-1.6.3-backclear/composite/compalloc.c  2009-09-09 11:55:03.000000000 -0400
-@@ -483,65 +483,33 @@
-     
-     pPixmap->screen_x = x;
-     pPixmap->screen_y = y;
--    
--    if (pParent->drawable.depth == pWin->drawable.depth)
--    {
--      GCPtr   pGC = GetScratchGC (pWin->drawable.depth, pScreen);
--      
--      /*
--       * Copy bits from the parent into the new pixmap so that it will
--       * have "reasonable" contents in case for background None areas.
--       */
--      if (pGC)
--      {
--          XID val = IncludeInferiors;
--          
--          ValidateGC(&pPixmap->drawable, pGC);
--          dixChangeGC (serverClient, pGC, GCSubwindowMode, &val, NULL);
--          (*pGC->ops->CopyArea) (&pParent->drawable,
--                                 &pPixmap->drawable,
--                                 pGC,
--                                 x - pParent->drawable.x,
--                                 y - pParent->drawable.y,
--                                 w, h, 0, 0);
--          FreeScratchGC (pGC);
--      }
--    }
--    else
-+
-     {
--      PictFormatPtr   pSrcFormat = compWindowFormat (pParent);
--      PictFormatPtr   pDstFormat = compWindowFormat (pWin);
-+        /*
-+         * Initialize new backing pixmap as fully transparent.
-+         */
-+        PictFormatPtr   pDstFormat = compWindowFormat (pWin);
-       XID             inferiors = IncludeInferiors;
-       int             error;
--      PicturePtr      pSrcPicture = CreatePicture (None,
--                                                   &pParent->drawable,
--                                                   pSrcFormat,
--                                                   CPSubwindowMode,
--                                                   &inferiors,
--                                                   serverClient, &error);
--                                                  
-       PicturePtr      pDstPicture = CreatePicture (None,
-                                                    &pPixmap->drawable,
-                                                    pDstFormat,
-                                                    0, 0,
-                                                    serverClient, &error);
--      if (pSrcPicture && pDstPicture)
-+      if (pDstPicture)
-       {
--          CompositePicture (PictOpSrc,
--                            pSrcPicture,
-+          CompositePicture (PictOpClear,
-+                            pDstPicture,
-                             NULL,
-                             pDstPicture,
--                            x - pParent->drawable.x,
--                            y - pParent->drawable.y,
--                            0, 0, 0, 0, w, h);
-+                            0, 0, 0, 0, 0, 0, w, h);
-       }
--      if (pSrcPicture)
--          FreePicture (pSrcPicture, 0);
-       if (pDstPicture)
-           FreePicture (pDstPicture, 0);
-     }
-+
-     return pPixmap;
- }
diff --git a/xorg-xserver-server-gamma.patch b/xorg-xserver-server-gamma.patch
deleted file mode 100644 (file)
index 98049ff..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
---- xorg-server-1.8.2/hw/xfree86/common/xf86cmap.c~    2010-07-01 06:06:35.000000000 +0200
-+++ xorg-server-1.8.2/hw/xfree86/common/xf86cmap.c     2010-07-17 11:09:43.640632480 +0200
-@@ -144,9 +144,11 @@
-     int *indices; 
-     int elements;
-+#if 0
-     /* If we support a better colormap system, then pretend we succeeded. */
-     if (xf86_crtc_supports_gamma(pScrn))
-       return TRUE;
-+#endif
-     if(!maxColors || !sigRGBbits || !loadPalette)
-       return FALSE;
This page took 0.137766 seconds and 4 git commands to generate.