From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NJGFz-0001tf-Ip for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:54:47 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1NJGFu-0001sV-FH for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:54:46 -0500 Received: from [199.232.76.173] (port=58750 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NJGFu-0001sS-8X for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:54:42 -0500 Received: from lo.gmane.org ([80.91.229.12]:42582) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1NJGFu-0001EY-1j for qemu-devel@nongnu.org; Fri, 11 Dec 2009 19:54:42 -0500 Received: from list by lo.gmane.org with local (Exim 4.50) id 1NJGFr-0003UN-9w for qemu-devel@nongnu.org; Sat, 12 Dec 2009 01:54:39 +0100 Received: from 85.93.118.17 ([85.93.118.17]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Dec 2009 01:54:39 +0100 Received: from pbonzini by 85.93.118.17 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 12 Dec 2009 01:54:39 +0100 From: Paolo Bonzini Date: Sat, 12 Dec 2009 01:54:16 +0100 Message-ID: References: <1393046876.1549021260539141025.JavaMail.root@zmail05.collab.prod.int.phx2.redhat.com> <4B226BFC.1040606@codemonkey.ws> <20091211204828.464707cf@redhat.com> <4B2297A2.8040102@codemonkey.ws> <20091211212135.645864f9@redhat.com> <4B229DCE.7070500@codemonkey.ws> <20091211213911.0dce90dc@redhat.com> <4B22A2D9.6020602@codemonkey.ws> <20091211222101.5e924d20@redhat.com> <4B22AFBF.6080709@codemonkey.ws> <20091211231334.3d8a599f@redhat.com> <4B22BFAC.90100@codemonkey.ws> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <4B22BFAC.90100@codemonkey.ws> Sender: news Subject: [Qemu-devel] Re: Spice project is now open List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On 12/11/2009 10:54 PM, Anthony Liguori wrote: > > The point is, there isn't a "draw a rectangle" primitive in X. There > also isn't a "draw some text using this font" in X.[1] Not necessarily, the X server can support the render extension which allows compositing operations on an X pixmap. Firefox uses that extensively, for example to render tiled backgrounds (though probably GTK user interface elements can do so less successfully). Paolo