From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sender1.zohomail.com (sender1.zohomail.com [72.5.230.103]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 99447E009EB for ; Mon, 28 Apr 2014 23:51:35 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=zapps768; d=zoho.com; h=from:to:subject:date:message-id:user-agent:in-reply-to:mime-version:content-type; b=MBlN+zx3M6QS0hmCyfCbt4fcdRbAkMCo0ljKDVdGONev6HblwfC98pZjGBTiWKnw+VGhwwI9aaFc 7y61jjoMEKRN/VM5V0krk8MYd91ja1kiMFtFpM+wgVUN6CUX12IZ Received: from localhost.localdomain (host65-246-static.10-188-b.business.telecomitalia.it [188.10.246.65]) by mx.zohomail.com with SMTPS id 1398754293630143.77339326916547; Mon, 28 Apr 2014 23:51:33 -0700 (PDT) From: Diego To: meta-freescale@yoctoproject.org Date: Tue, 29 Apr 2014 08:51:30 +0200 Message-ID: <2154103.mpaMSVqT0u@localhost.localdomain> User-Agent: KMail/4.12.4 (Linux/3.13.10-200.fc20.x86_64; KDE/4.12.4; x86_64; ; ) In-Reply-To: <535EA0A2.8090101@gmail.com> MIME-Version: 1.0 X-ZohoMailClient: External X-Zoho-Virus-Status: 2 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: Tue, 29 Apr 2014 06:51:38 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" John Weber wrote: > 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. Hi John, as I previously reported plain OpenGL is not officially supported by Vivante drivers. While hardware supports OpenGL, binary drivers support it only unofficially, but there are no headers or explicitly documented support; and I think situation will continue to be that way. See also: https://bugzilla.yoctoproject.org/show_bug.cgi?id=5098 https://bugzilla.yoctoproject.org/show_bug.cgi?id=6083#c1 Bests, Diego