qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 4/4] sdl2: add support for display rendering usi


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 4/4] sdl2: add support for display rendering using opengl.
Date: Tue, 03 Mar 2015 12:13:52 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0

On 2015-03-03 at 07:07, Gerd Hoffmann wrote:
Add new sdl2-gl.c file, with display
rendering functions using opengl.

Signed-off-by: Gerd Hoffmann <address@hidden>
---
  include/ui/console.h |   1 +
  include/ui/sdl2.h    |  11 +++++
  ui/Makefile.objs     |   3 ++
  ui/sdl.c             |  10 +++++
  ui/sdl2-2d.c         |   7 ++++
  ui/sdl2-gl.c         | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++
  ui/sdl2.c            |  65 ++++++++++++++++++++++++++----
  vl.c                 |  23 +++++++++++
  8 files changed, 225 insertions(+), 7 deletions(-)
  create mode 100644 ui/sdl2-gl.c

Reviewed-by: Max Reitz <address@hidden>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]