[PATCH xf86-video-trident 2/2] Remove unwritten code related to EXA composite for Blade 3D

Kevin Brace kevinbrace at gmx.com
Tue Dec 25 14:56:59 UTC 2018


Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
---
 src/blade_accel_exa.c | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/src/blade_accel_exa.c b/src/blade_accel_exa.c
index ad5af37..511e4ad 100644
--- a/src/blade_accel_exa.c
+++ b/src/blade_accel_exa.c
@@ -201,30 +201,6 @@ static void DoneCopy(PixmapPtr pDstPixmap)
 {
 }
 
-/* Composite comes later (if at all) */
-static Bool CheckComposite(int op, PicturePtr pSrcPicture,
-			   PicturePtr pMaskPicture, PicturePtr pDstPicture)
-{
-    return 0;
-}
-
-static Bool PrepareComposite(int op, PicturePtr pSrcPicture,
-			     PicturePtr pMaskPicture, PicturePtr pDstPicture,
-			     PixmapPtr pSrc, PixmapPtr pMask, PixmapPtr pDst)
-{
-    return 0;
-}
-
-static void Composite(PixmapPtr pDst, int srcX, int srcY, int maskX,
-		      int maskY, int dstX, int dstY, int width,
-		      int height)
-{
-}
-
-static void DoneComposite(PixmapPtr pDst)
-{
-}
-
 static int MarkSync(ScreenPtr pScreen)
 {
     return 0;
@@ -319,7 +295,5 @@ Bool BladeExaInit(ScreenPtr pScreen)
     ExaDriver->Copy = Copy;
     ExaDriver->DoneCopy = DoneCopy;
 
-    /* Composite not done yet */
-
     return exaDriverInit(pScreen, ExaDriver);
 }
-- 
2.7.4



More information about the xorg-devel mailing list