summaryrefslogtreecommitdiff
path: root/ui/shader.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-17opengl: add flipping vertex shaderGerd Hoffmann1-3/+9
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann1-9/+42
2016-05-12Changed malloc to g_malloc, free to g_free in ui/shader.cMd Haris Iqbal1-4/+4
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2015-10-08shaders: initialize vertexes onceGerd Hoffmann1-5/+26
2015-05-05console-gl: add opengl rendering helper functionsGerd Hoffmann1-0/+19
2015-05-05opengl: add shader helper functions.Gerd Hoffmann1-0/+95