From 9a58bc9adbc982680dd8df27caeb9a5819f2adad Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 16 Jun 2004 09:23:38 +0000 Subject: DRI XFree86-4_3_99_12-merge import --- src/smi_accel.c | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'src/smi_accel.c') diff --git a/src/smi_accel.c b/src/smi_accel.c index d55ad6e..3ed2260 100644 --- a/src/smi_accel.c +++ b/src/smi_accel.c @@ -26,7 +26,7 @@ Silicon Motion shall not be used in advertising or otherwise to promote the sale, use or other dealings in this Software without prior written authorization from the XFree86 Project and silicon Motion. */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_accel.c,v 1.7tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/siliconmotion/smi_accel.c,v 1.8 2003/04/23 21:51:44 tsi Exp $ */ #include "smi.h" @@ -1096,14 +1096,7 @@ SMI_Polylines(DrawablePtr pDraw, GCPtr pGC, int mode, int npt, if (box) { /* Refresh all polyline segments now. */ - if (pSmi->Chipset == SMI_COUGAR3DR) - { - SMI_RefreshArea730(pScrn, box, pBox); - } - else - { - SMI_RefreshArea(pScrn, box, pBox); - } + SMI_RefreshArea(pScrn, box, pBox); } /* Free the temporary buffer. */ -- cgit v1.2.3