diff options
author | Dave Airlie <airlied@redhat.com> | 2012-01-12 09:37:03 +0000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-01-12 09:37:03 +0000 |
commit | 3abf03d64c7cfade7babe9ea7fa28ad1681c2b53 (patch) | |
tree | 996c94af524710845d2869e9ea3b54fcccbea2eb /drv/impedpict.c | |
parent | 3af595e107d6dbebb1c04985e400160b1215af4c (diff) |
old WIPdrvmodelv2-prebase
Diffstat (limited to 'drv/impedpict.c')
-rw-r--r-- | drv/impedpict.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drv/impedpict.c b/drv/impedpict.c index 4e4c8ce1d..caa910bb9 100644 --- a/drv/impedpict.c +++ b/drv/impedpict.c @@ -62,6 +62,13 @@ static void SyncDrvPicture(PicturePtr pPicture, DrvPicturePtr pDrvPicture, else RegionNull(pDrvPicture->pCompositeClip); +#if 0 + if (pPicture->clientClipType != CT_NONE) { + pDrvPicture->clientClipType = pPicture->clientClipType; + // pDrvPicture->clientClip = pPicture->clientClip; + } +#endif + } static Bool CreateSourcePict(PicturePtr pPicture, PictureScreenPtr ps, int num_gpu) |