diff options
Diffstat (limited to 'src/i830_exa_render.c')
-rw-r--r-- | src/i830_exa_render.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i830_exa_render.c b/src/i830_exa_render.c index 86e11d21..f63313f3 100644 --- a/src/i830_exa_render.c +++ b/src/i830_exa_render.c @@ -404,6 +404,8 @@ I830EXAPrepareComposite(int op, PicturePtr pSrcPicture, dst_offset = exaGetPixmapOffset(pDst); dst_pitch = exaGetPixmapPitch(pDst); + pI830->last_3d = LAST_3D_RENDER; + if (!I830TextureSetup(pSrcPicture, pSrc, 0)) I830FALLBACK("fail to setup src texture\n"); if (pMask != NULL) { |