From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcAfk-0005li-Rx for qemu-devel@nongnu.org; Sat, 06 Sep 2008 23:10:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcAfj-0005lU-Iq for qemu-devel@nongnu.org; Sat, 06 Sep 2008 23:10:44 -0400 Received: from [199.232.76.173] (port=51627 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcAfj-0005lQ-A8 for qemu-devel@nongnu.org; Sat, 06 Sep 2008 23:10:43 -0400 Received: from an-out-0708.google.com ([209.85.132.247]:61905) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcAfj-0005We-2S for qemu-devel@nongnu.org; Sat, 06 Sep 2008 23:10:43 -0400 Received: by an-out-0708.google.com with SMTP id d18so163844and.130 for ; Sat, 06 Sep 2008 20:10:42 -0700 (PDT) Message-ID: <48C34602.5030902@codemonkey.ws> Date: Sat, 06 Sep 2008 22:09:54 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] opengl rendering in the sdl window References: <48B81423.9050502@eu.citrix.com> <48BF4F4F.40208@codemonkey.ws> <48BFB518.4010209@eu.citrix.com> In-Reply-To: <48BFB518.4010209@eu.citrix.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Stefano Stabellini wrote: > Anthony Liguori wrote: > > > This is neat, but, I'm unsure if the right way to support OpenGL is > >> through SDL. For instance, there were Cocoa OpenGL patches posted a bit >> ago that would be largely similar. It may make more sense to have an >> OpenGL front-end that has conditional code for SDL/Cocoa/X/etc. >> >> Then again, I've been kicking around the idea of doing a GTK front-end. >> An obvious thing to do here would be a glext based OpenGL version (as we >> do in gtk-vnc). >> > > > I don't think GTK support would add much to what qemu already has (aside > from more dependencies :). > Well the goal would be to replace the monitor with a menu/toolbar. Pressing ctrl-alt-2, then typing change ide0-cd0 'path/to/file' without being able to use copy/paste and with funky completion is pretty unfriendly IMHO. Being able to use a familiar file browser for this sort of thing would go a long way in improving user experience, I think. Regards, Anthony Liguori