aboutsummaryrefslogtreecommitdiff
path: root/ui/shader.c
AgeCommit message (Collapse)AuthorFilesLines
2015-05-05console-gl: add opengl rendering helper functionsGerd Hoffmann1-0/+19
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
2015-05-05opengl: add shader helper functions.Gerd Hoffmann1-0/+95
Helper functions to compile, link and run opengl shader programs. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>