From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f178.google.com (mail-yk0-f178.google.com [209.85.160.178]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 289E4E00B71 for ; Mon, 28 Apr 2014 11:42:04 -0700 (PDT) Received: by mail-yk0-f178.google.com with SMTP id 200so4611466ykr.23 for ; Mon, 28 Apr 2014 11:42:03 -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 :content-type:content-transfer-encoding; bh=DeDuRExkhrKO3i5jaEQOatkPBFmWH2jhU8QjLHvR7jg=; b=Clon7jWPhmQAeRL8T5V3YR+lxuPPw5ChtdkGdM69J+qXDoIkCSLmLVeuZBBKs+9NmU d+ZoNL554zRejWWT0mBV7FZS3Ax6PPI3cZKxJVjH+8QnMrx6xXZgy9sG6s7/HYj/baTh 87xqTN5D1yQntb+iK/TLfG3YtqPaxOIyaBA7z1T/EpR9A0QJRXSslmF0lOtVrDTXuiXW 0YiFWZ7jinb1VYKedt8Se6Fio396zV/gZdAUGzlR31zEZNRwWdt7H7o6jnElyOT6XzXt +JVGTzVRgVU1sDtwkdtr4jBdf6fG2GuHI692PJ1sJDz7pQ/Kt0cMCMBN4/AwwjILF2h8 /xPQ== X-Received: by 10.236.231.6 with SMTP id k6mr4049646yhq.156.1398710523572; Mon, 28 Apr 2014 11:42:03 -0700 (PDT) Received: from goober-2.local ([75.76.197.2]) by mx.google.com with ESMTPSA id j46sm31983756yhc.14.2014.04.28.11.42.02 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Apr 2014 11:42:03 -0700 (PDT) Message-ID: <535EA0A2.8090101@gmail.com> Date: Mon, 28 Apr 2014 13:40:34 -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 Subject: 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:42:07 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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. Thanks, John