From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59665) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfTAO-0000oW-TI for qemu-devel@nongnu.org; Fri, 25 Sep 2015 09:36:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZfTAL-0003yL-5E for qemu-devel@nongnu.org; Fri, 25 Sep 2015 09:36:00 -0400 Received: from mx1.redhat.com ([209.132.183.28]:46985) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZfTAL-0003xE-13 for qemu-devel@nongnu.org; Fri, 25 Sep 2015 09:35:57 -0400 Message-ID: <1443187832.1789.13.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 25 Sep 2015 15:30:32 +0200 In-Reply-To: References: <1443085502-596-1-git-send-email-kraxel@redhat.com> Content-Type: text/plain; charset="UTF-8" Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 00/11] add virgl rendering support List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?ISO-8859-1?Q?Marc-Andr=E9?= Lureau Cc: David Airlie , QEMU , Max Reitz On Do, 2015-09-24 at 19:09 +0200, Marc-Andr=C3=A9 Lureau wrote: > Hi Gerd >=20 > On Thu, Sep 24, 2015 at 11:04 AM, Gerd Hoffmann wro= te: > > Hi, > > > > This patch series adds infrastructure for opengl rendering > > (context management, define scanout textures), adds support > > for this to sdl2 and gtk user interfaces and adds virgl/3d > > mode to virtio-gpu by hooking up the virglrenderer library. > > > > v2 fixes a bunch of issues found in patch review, which > > hopefully also fixes the issues seen in testing. This works > > for me with both gtk3/sdl2, gl on/off, rhel7 host, fedora22 > > guest, intel gpu hardware. > > >=20 > I am on f22 intel gpu, gtk/glarea now works for me. However, sdl still > gives me a black screen. Hmm, strange. SDL2 works for me both on RHEL-7 directly and in a f22 container. selinux maybe? At least when running via libvirt I have to turn off selinux for opengl to work. > And there is still no correct aspect-ratio and cursor "position > scaling" support, is this for a later series? would you like help for > this? Should not be that important given that the guest should adapt automatically to the window size so there should rarely be any scaling needed. But, yes, patches are welcome ;) cheers, Gerd