From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54412) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSqOO-00033Q-Gs for qemu-devel@nongnu.org; Tue, 03 Mar 2015 12:14:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YSqOL-0000jq-5B for qemu-devel@nongnu.org; Tue, 03 Mar 2015 12:14:00 -0500 Received: from mx1.redhat.com ([209.132.183.28]:41540) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YSqOK-0000jj-U6 for qemu-devel@nongnu.org; Tue, 03 Mar 2015 12:13:57 -0500 Message-ID: <54F5EBD0.2080405@redhat.com> Date: Tue, 03 Mar 2015 12:13:52 -0500 From: Max Reitz MIME-Version: 1.0 References: <1425384427-2551-1-git-send-email-kraxel@redhat.com> <1425384427-2551-5-git-send-email-kraxel@redhat.com> In-Reply-To: <1425384427-2551-5-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 4/4] sdl2: add support for display rendering using opengl. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: Paolo Bonzini , Anthony Liguori On 2015-03-03 at 07:07, Gerd Hoffmann wrote: > Add new sdl2-gl.c file, with display > rendering functions using opengl. > > Signed-off-by: Gerd Hoffmann > --- > include/ui/console.h | 1 + > include/ui/sdl2.h | 11 +++++ > ui/Makefile.objs | 3 ++ > ui/sdl.c | 10 +++++ > ui/sdl2-2d.c | 7 ++++ > ui/sdl2-gl.c | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++ > ui/sdl2.c | 65 ++++++++++++++++++++++++++---- > vl.c | 23 +++++++++++ > 8 files changed, 225 insertions(+), 7 deletions(-) > create mode 100644 ui/sdl2-gl.c Reviewed-by: Max Reitz