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 <kra...@redhat.com>
---
  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 <mre...@redhat.com>

Reply via email to