summaryrefslogtreecommitdiffstats
path: root/ui/shader.c
Commit message (Expand)AuthorAgeFilesLines
* ui/shader: free associated programsMarc-André Lureau2022-03-141-0/+3
* ui/shader: fix potential leak of shader on errorMarc-André Lureau2022-03-141-2/+4
* meson: convert ui directory to MesonMarc-André Lureau2020-08-211-3/+3
* Include qemu-common.h exactly where neededMarkus Armbruster2019-06-121-1/+0Star
* opengl: add flipping vertex shaderGerd Hoffmann2017-10-171-3/+9
* opengl: move shader init from console-gl.c to shader.cGerd Hoffmann2017-10-171-9/+42
* Changed malloc to g_malloc, free to g_free in ui/shader.cMd Haris Iqbal2016-05-121-4/+4
* ui: Clean up includesPeter Maydell2016-02-041-0/+1
* shaders: initialize vertexes onceGerd Hoffmann2015-10-081-5/+26
* console-gl: add opengl rendering helper functionsGerd Hoffmann2015-05-051-0/+19
* opengl: add shader helper functions.Gerd Hoffmann2015-05-051-0/+95