From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37240) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0oZw-0001WT-7i for qemu-devel@nongnu.org; Tue, 16 Dec 2014 04:38:10 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Y0oZp-0007Jp-P6 for qemu-devel@nongnu.org; Tue, 16 Dec 2014 04:38:04 -0500 Received: from mx1.redhat.com ([209.132.183.28]:57777) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Y0oZp-0007JS-HY for qemu-devel@nongnu.org; Tue, 16 Dec 2014 04:37:57 -0500 Message-ID: <1418722673.9400.37.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Tue, 16 Dec 2014 10:37:53 +0100 In-Reply-To: References: <1418295956-22479-1-git-send-email-kraxel@redhat.com> <1418295956-22479-2-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RfC PATCH 1/3] configure: opengl overhaul List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Walle Cc: qemu-devel@nongnu.org On Mo, 2014-12-15 at 17:46 +0100, Michael Walle wrote: > Am 2014-12-11 12:05, schrieb Gerd Hoffmann: > > Rename config option from "glx" to "opengl", glx will not be the only > > option for opengl in near future. Also switch over to pkg-config for > > opengl support detection. > > I'm ok with that, although it is a revert of > b1e5fff4afd0c47148b0d9f9341887ae2c3eb9af. Maybe the tmu2 will be > converted to SDL, too. Not directly to SDL, there will be a interface layer inbetween so things don't depend on a single UI. But, yes, the plan is to have interfaces for device emulations to get a opengl context for rendering. That isn't yet in the patch series though. cheers, Gerd