From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:37766) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBlRv-00020I-0C for qemu-devel@nongnu.org; Thu, 15 Jan 2015 09:31:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YBlRp-0000fn-UH for qemu-devel@nongnu.org; Thu, 15 Jan 2015 09:31:02 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48541) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YBlRp-0000fW-Md for qemu-devel@nongnu.org; Thu, 15 Jan 2015 09:30:57 -0500 Message-ID: <1421332249.12876.32.camel@nilsson.home.kraxel.org> From: Gerd Hoffmann Date: Thu, 15 Jan 2015 15:30:49 +0100 In-Reply-To: References: <1418295956-22479-1-git-send-email-kraxel@redhat.com> <1418295956-22479-3-git-send-email-kraxel@redhat.com> <5489BEE2.7090107@redhat.com> <1418382297.23141.23.camel@nilsson.home.kraxel.org> <548AEEF7.1000206@redhat.com> <1421066808.8695.31.camel@nilsson.home.kraxel.org> <1421320545.12876.24.camel@nilsson.home.kraxel.org> <54B7AFF2.8040108@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RfC PATCH 2/3] sdl2: add support for display rendering using opengl. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , QEMU Developers , Anthony Liguori , Max Reitz On Do, 2015-01-15 at 12:23 +0000, Peter Maydell wrote: > On 15 January 2015 at 12:17, Paolo Bonzini wrote: > > Unless we want to support OpenGLES, which doesn't have glBegin/glEnd > > (you need to use vertex buffers IIRC, but I last played with OpenGL in > > 2008...), the old style is still fine. Even the latest OpenGL additions > > in GTK+ use glBegin(GL_QUADS). > > OTOH OpenGLES support would be nice, maybe :-) That's exactly my current plan: go for gles ... cheers, Gerd