From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47184) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgaqo-0007zq-C6 for qemu-devel@nongnu.org; Mon, 28 Sep 2015 12:00:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zgaql-0000ui-62 for qemu-devel@nongnu.org; Mon, 28 Sep 2015 12:00:26 -0400 Received: from mx1.redhat.com ([209.132.183.28]:43644) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zgaql-0000ue-0U for qemu-devel@nongnu.org; Mon, 28 Sep 2015 12:00:23 -0400 References: <1443085502-596-1-git-send-email-kraxel@redhat.com> <1443085502-596-8-git-send-email-kraxel@redhat.com> From: Max Reitz Message-ID: <56096412.1030107@redhat.com> Date: Mon, 28 Sep 2015 18:00:18 +0200 MIME-Version: 1.0 In-Reply-To: <1443085502-596-8-git-send-email-kraxel@redhat.com> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="clSUWkCforqADpXGKUVWfWAcJ8NexTjpD" Subject: Re: [Qemu-devel] [PATCH v2 07/11] virtio-gpu: add 3d mode and virgl rendering support. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , qemu-devel@nongnu.org Cc: David Airlie , =?UTF-8?Q?Marc-Andr=c3=a9_Lureau?= , "Michael S. Tsirkin" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --clSUWkCforqADpXGKUVWfWAcJ8NexTjpD Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable On 24.09.2015 11:04, Gerd Hoffmann wrote: > Add virglrenderer library detection. Add 3d mode to virtio-gpu, > wire up virglrenderer library. When in 3d mode render using the > new context management and texture scanout callbacks. >=20 > Signed-off-by: Gerd Hoffmann > --- > configure | 32 +++ > hw/display/Makefile.objs | 6 +- > hw/display/virtio-gpu-3d.c | 598 +++++++++++++++++++++++++++++++++= ++++++++ > hw/display/virtio-gpu.c | 137 +++++++++- > include/hw/virtio/virtio-gpu.h | 22 +- > trace-events | 8 + > 6 files changed, 792 insertions(+), 11 deletions(-) > create mode 100644 hw/display/virtio-gpu-3d.c >=20 Reviewed-by: Max Reitz --clSUWkCforqADpXGKUVWfWAcJ8NexTjpD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBCAAGBQJWCWQSAAoJEDuxQgLoOKytRbAH/A+5nJYgtKJcL22YdYJxMkSK m6b1HOQvvubm3LNZ3q7fsxnoglHRqxNAjiV0LaIV3udMu+sIuZi7z155fKeKTDEZ RXWad+lt0xRhYNIc/r/15J/x0pshXz0ziD+7PQ0kUxXsHKUZFmIshuNzjqm4lanB ai73JRQJllkCnT7tMetVFI2OihtkQbnTbSUOssI6yYa3YbB7NCx9BqAacZp8NsPT RDeZFSa0lfDzCVWv0n5Hx9zhR5qNcRZYGq46e4jwrVry/qXj13HvfMfhua8/WOpn qaj40/nqHWNqYJKQ+ybJ49Q+DEyP159BFgD/PGPoCrSNipXd+Aq5ZABizy/H9IY= =XyZF -----END PGP SIGNATURE----- --clSUWkCforqADpXGKUVWfWAcJ8NexTjpD--