From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Widawsky Subject: Re: [PATCH] intel: Add support for (possibly) unsynchronized maps. Date: Mon, 27 Feb 2012 12:15:47 +0100 Message-ID: <20120227121547.48ed05cb@bwidawsk.net> References: <1330142003-570-1-git-send-email-eric@anholt.net> <20120225110007.GA4222@phenom.ffwll.local> <4F4A95D9.8090604@whitecape.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from cloud01.chad-versace.us (184-106-247-128.static.cloud-ips.com [184.106.247.128]) by gabe.freedesktop.org (Postfix) with ESMTP id 3709E9E796 for ; Mon, 27 Feb 2012 03:17:02 -0800 (PST) In-Reply-To: <4F4A95D9.8090604@whitecape.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Kenneth Graunke Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Sun, 26 Feb 2012 12:28:09 -0800 Kenneth Graunke wrote: > On 02/25/2012 03:00 AM, Daniel Vetter wrote: > > On Fri, Feb 24, 2012 at 07:53:22PM -0800, Eric Anholt wrote: > >> This improves the performance of Mesa's GL_MAP_UNSYNCHRONIZED_BIT path > >> in GL_ARB_map_buffer_range. Improves Unigine Tropics performance at > >> 1024x768 by 2.06236% +/- 0.50272% (n=11). > >> --- > > > > A few questions: > > - iirc Ben's non-blocking stuff also worked for non-llc machines - I guess > > you haven't looked into this because we don't have a non-llc platform > > that runs ungine? > > Tropics works on Ironlake, too, it's just slow. Haven't tried earlier. iirc, Eric even started to review those patches.