From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51882) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuKme-0000XK-H0 for qemu-devel@nongnu.org; Mon, 18 May 2015 09:08:41 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YuKma-0001Wr-8t for qemu-devel@nongnu.org; Mon, 18 May 2015 09:08:40 -0400 Received: from cantor2.suse.de ([195.135.220.15]:39514 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YuKma-0001WX-2R for qemu-devel@nongnu.org; Mon, 18 May 2015 09:08:36 -0400 Message-ID: <5559E44F.3010007@suse.de> Date: Mon, 18 May 2015 15:08:31 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1431435870-14392-1-git-send-email-kraxel@redhat.com> <1431438484.4703.39.camel@nilsson.home.kraxel.org> In-Reply-To: <1431438484.4703.39.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui: use libexpoxy List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Peter Maydell Cc: QEMU Developers On 05/12/2015 03:48 PM, Gerd Hoffmann wrote: > On Di, 2015-05-12 at 14:10 +0100, Peter Maydell wrote: >> On 12 May 2015 at 14:04, Gerd Hoffmann wrote: >>> libepoxy does the opengl extension handling for us. >>> >>> It also is helpful for trouble-shooting as it prints nice error messages >>> instead of silently failing or segfaulting in case we do something >>> wrong, like using gl commands not supported by the current context. >> How widely supported is this library? How long has it been around, >> is it carried by all the distros, does it work ok on OSX and Windows? >> >> I'm a bit uncertain about adding dependencies that would limit the >> scope where we can provide important functionality like 3D >> acceleration. > https://github.com/anholt/libepoxy > > It is relatively new (a bit more than a year old), supposed to work on > both osx and windows (didn't test myself though), and it seems to be > commonly included in distros (although newer versions only). It successfully disables OpenGL support on my 12.3 installation and thus fixes compilation there. Hooray ;). Alex