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