qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 2/4] console-gl: add opengl rendering helper fun


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH 2/4] console-gl: add opengl rendering helper functions
Date: Tue, 03 Mar 2015 12:09:44 -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:
Signed-off-by: Gerd Hoffmann <address@hidden>
---
  Makefile                    |   3 +
  configure                   |   2 +-
  include/ui/console.h        |  31 ++++++
  ui/Makefile.objs            |   5 +
  ui/console-gl.c             | 253 ++++++++++++++++++++++++++++++++++++++++++++
  ui/shader/texture-blit.frag |  10 ++
  ui/shader/texture-blit.vert |  10 ++
  7 files changed, 313 insertions(+), 1 deletion(-)
  create mode 100644 ui/console-gl.c
  create mode 100644 ui/shader/texture-blit.frag
  create mode 100644 ui/shader/texture-blit.vert

Reviewed-by: Max Reitz <address@hidden>



reply via email to

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