From patchwork Thu Jul 14 21:21:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kenneth Graunke X-Patchwork-Id: 976042 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) by demeter1.kernel.org (8.14.4/8.14.4) with ESMTP id p6ELTmGg019881 for ; Thu, 14 Jul 2011 21:30:09 GMT Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8304B9EB75 for ; Thu, 14 Jul 2011 14:29:48 -0700 (PDT) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from homiemail-a1.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by gabe.freedesktop.org (Postfix) with ESMTP id 63E5A9E98A for ; Thu, 14 Jul 2011 14:25:05 -0700 (PDT) Received: from homiemail-a1.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a1.g.dreamhost.com (Postfix) with ESMTP id E694E34806C; Thu, 14 Jul 2011 14:25:04 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=whitecape.org; h=from:to:cc :subject:date:message-id:in-reply-to:references; q=dns; s= whitecape.org; b=huiJ55NcbnZHM2UwY06PwisnczEZZbOcXQJ87m+25aIrSHy vcZryUe+PSobYtA8KNGWHIzGm2xpHf8zGzY4IrLgry1JGli2YseUtsHZz3zegM4G 31Amr9H8eUVUlOJDfxivY6YvBk88Y9BIBnZLCVgcI85sZMqgfYkq9UzDXl+Q= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=whitecape.org; h=from:to :cc:subject:date:message-id:in-reply-to:references; s= whitecape.org; bh=+3anvP0sU9OABD7z0spBxL9Vk3M=; b=M3p7UvzZ/qsaO0 zVG3cxExr+Azn8TXvwZvZM4GTly3Sl54rjG1EYWr6ainQGL0LGWoKgC/V3zUb36b sd9LhkTHS9x6UeJoQOvjZbxTVLDcYN6pKXcOXSHRZHRS97InvhKIdH3eNzP1fmO1 PslOuZohDeGODsIo+dgBzaUdZWAzI= Received: from localhost (fruit.freedesktop.org [131.252.210.190]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: kenneth@whitecape.org) by homiemail-a1.g.dreamhost.com (Postfix) with ESMTPSA id B29C334806B; Thu, 14 Jul 2011 14:25:03 -0700 (PDT) From: Kenneth Graunke To: intel-gfx@lists.freedesktop.org Date: Thu, 14 Jul 2011 14:21:23 -0700 Message-Id: <1310678483-7494-11-git-send-email-kenneth@whitecape.org> X-Mailer: git-send-email 1.7.4.4 In-Reply-To: <1310678483-7494-1-git-send-email-kenneth@whitecape.org> References: <1310678483-7494-1-git-send-email-kenneth@whitecape.org> Subject: [Intel-gfx] [PATCH 10/10] render: Enable RENDER acceleration on Ivybridge. X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+patchwork-intel-gfx=patchwork.kernel.org@lists.freedesktop.org X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.6 (demeter1.kernel.org [140.211.167.41]); Thu, 14 Jul 2011 21:30:09 +0000 (UTC) Signed-off-by: Kenneth Graunke --- src/i965_render.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/i965_render.c b/src/i965_render.c index 596d070..7e1da5b 100644 --- a/src/i965_render.c +++ b/src/i965_render.c @@ -184,9 +184,6 @@ i965_check_composite(int op, ScrnInfoPtr scrn = xf86Screens[dest_picture->pDrawable->pScreen->myNum]; intel_screen_private *intel = intel_get_screen_private(scrn); - if (IS_GEN7(intel)) - return FALSE; - /* Check for unsupported compositing operations. */ if (op >= sizeof(i965_blend_op) / sizeof(i965_blend_op[0])) { intel_debug_fallback(scrn,