From 73b7190421132ad73179c3fb7bb0e06c427dce5c Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Fri, 27 Feb 2009 22:51:22 -0800 Subject: intel: Nuke shared-entity support (zaphod mode). It's been broken for years now, and KMS offers a much better chance of getting this working sensibly without making a mess of the 2D driver. --- src/i830_render.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/i830_render.c') diff --git a/src/i830_render.c b/src/i830_render.c index d3b0f7cf..5696fa3d 100644 --- a/src/i830_render.c +++ b/src/i830_render.c @@ -404,7 +404,7 @@ i830_prepare_composite(int op, PicturePtr pSrcPicture, i830_exa_check_pitch_3d(pDst); IntelEmitInvarientState(pScrn); - *pI830->last_3d = LAST_3D_RENDER; + pI830->last_3d = LAST_3D_RENDER; if (!i830_get_dest_format(pDstPicture, &dst_format)) return FALSE; -- cgit v1.2.3