From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39140) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwDLs-0000ir-Uv for qemu-devel@nongnu.org; Sat, 23 May 2015 13:36:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YwDLo-0001Co-82 for qemu-devel@nongnu.org; Sat, 23 May 2015 13:36:48 -0400 Received: from mx1.redhat.com ([209.132.183.28]:34576) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YwDLo-0001Ci-32 for qemu-devel@nongnu.org; Sat, 23 May 2015 13:36:44 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (Postfix) with ESMTPS id A7EC5C40BD for ; Sat, 23 May 2015 17:36:43 +0000 (UTC) Message-ID: <5560BAA8.30504@redhat.com> Date: Sat, 23 May 2015 19:36:40 +0200 From: Max Reitz MIME-Version: 1.0 References: <1432135182-29676-1-git-send-email-kraxel@redhat.com> <1432135182-29676-4-git-send-email-kraxel@redhat.com> In-Reply-To: <1432135182-29676-4-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset=iso-8859-15; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH v2 3/5] ui: add egl-helpers List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org On 20.05.2015 17:19, Gerd Hoffmann wrote: > Add helper functions to initialize OpenGL using egl. > > Signed-off-by: Gerd Hoffmann > --- > configure | 2 +- > include/ui/egl-helpers.h | 16 +++++ > ui/Makefile.objs | 3 + > ui/egl-helpers.c | 148 +++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 168 insertions(+), 1 deletion(-) > create mode 100644 include/ui/egl-helpers.h > create mode 100644 ui/egl-helpers.c Reviewed-by: Max Reitz Fingers crossed that the first configuration returned by eglChooseConfig() really is the best one. :-)