aboutsummaryrefslogtreecommitdiff
path: root/ui/shader.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-14ui/shader: free associated programsMarc-André Lureau1-0/+3
2022-03-14ui/shader: fix potential leak of shader on errorMarc-André Lureau1-2/+4
2020-08-21meson: convert ui directory to MesonMarc-André Lureau1-3/+3
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
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