]> git.ipfire.org Git - thirdparty/qemu.git/commit - Makefile
console-gl: add opengl rendering helper functions
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 9 Jan 2015 10:40:23 +0000 (11:40 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 5 May 2015 08:48:22 +0000 (10:48 +0200)
commitcd2bc889e5b30c69926fc1511b6522e7cb4c705d
tree2e436873e72110ad1b22b5b4d84f409d6a05b5aa
parent985e1c9b008e5e8b6eac41546266d3abcfa6282a
console-gl: add opengl rendering helper functions

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Makefile
configure
include/ui/console.h
include/ui/shader.h
ui/Makefile.objs
ui/console-gl.c [new file with mode: 0644]
ui/shader.c
ui/shader/texture-blit.frag [new file with mode: 0644]
ui/shader/texture-blit.vert [new file with mode: 0644]