From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f182.google.com (mail-yk0-f182.google.com [209.85.160.182]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 4779EE00B71 for ; Mon, 28 Apr 2014 11:44:28 -0700 (PDT) Received: by mail-yk0-f182.google.com with SMTP id 142so6050570ykq.41 for ; Mon, 28 Apr 2014 11:44:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=hgr0wsRBCYTpdfuiVkz/fTGi0IMcAM6LB897JyBRt2w=; b=0CWQIyhRPECnki245rqz5Yae2ZsdigWDfDzk3OpAEf8aXp06SOHNkw/WMqFiRmYUHa tKjyOwuP/FGyUkUWQThNd5zeoRO8HLg8EJIcTRGpcYijYyfr6CToeJljfgrNVyMCrb94 FFvyHGu83+JXXcOJ+7ohrXXLy6yTrkbqAOcMdMoguKOcCaT/Y1Dul06c7J0Vp+6xWUJf bjf/vbQQtwg0RDJyq8OrNXLVIfFkDr35gWa9G94pkoYg1YXOW56DcIE8iuH0afhDH4Fe VI8VMfpqdAlmVHX2e51z7JHa6KU33ZiyFq/J2rIFD/IYv2KNbJ0AvL6BDDrkqjvdRkhj ofvQ== X-Received: by 10.236.92.210 with SMTP id j58mr40825597yhf.5.1398710668094; Mon, 28 Apr 2014 11:44:28 -0700 (PDT) Received: from goober-2.local ([75.76.197.2]) by mx.google.com with ESMTPSA id k70sm31977882yhm.38.2014.04.28.11.44.27 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Apr 2014 11:44:27 -0700 (PDT) Message-ID: <535EA132.5000708@gmail.com> Date: Mon, 28 Apr 2014 13:42:58 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" , Lauren Post References: <535EA0A2.8090101@gmail.com> In-Reply-To: <535EA0A2.8090101@gmail.com> Subject: Re: glmark2 errors X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Apr 2014 18:44:29 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi all - On 4/28/14, 1:40 PM, John Weber wrote: > I'm testing master-next with core-image-x11 on Wandboard (Solo, Dual, Quad). > > glxgears and es2gears_x11 test out fine. > > The GL benchmark glmark2 throws the following warnings reapeatedly: > > ** GLX does not support GLX_EXT_swap_control or GLX_MESA_swap_control! > ** Failed to set swap interval. Results may be bounded above by refresh rate. > > It will eventually segfault during the 'shadow' benchmark. > > See log here (for Wandboard Dual, with 1080P resolution screen): > > http://pastebin.com/SnyPvzsK > > glmark2_es2 works beautifully. Also note that this problem exists before the latest patch series by Lauren was merged into master-next (i.e. in 3.10.17_1.0.0_beta as well). > > Thanks, > John