Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-03-14 | ui/shader: free associated programs | Marc-André Lureau | 1 | -0/+3 |
2022-03-14 | ui/shader: fix potential leak of shader on error | Marc-André Lureau | 1 | -2/+4 |
2020-08-21 | meson: convert ui directory to Meson | Marc-André Lureau | 1 | -3/+3 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2017-10-17 | opengl: add flipping vertex shader | Gerd Hoffmann | 1 | -3/+9 |
2017-10-17 | opengl: move shader init from console-gl.c to shader.c | Gerd Hoffmann | 1 | -9/+42 |
2016-05-12 | Changed malloc to g_malloc, free to g_free in ui/shader.c | Md Haris Iqbal | 1 | -4/+4 |
2016-02-04 | ui: Clean up includes | Peter Maydell | 1 | -0/+1 |
2015-10-08 | shaders: initialize vertexes once | Gerd Hoffmann | 1 | -5/+26 |
2015-05-05 | console-gl: add opengl rendering helper functions | Gerd Hoffmann | 1 | -0/+19 |
2015-05-05 | opengl: add shader helper functions. | Gerd Hoffmann | 1 | -0/+95 |