aboutsummaryrefslogtreecommitdiff
path: root/ui/console-gl.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-12ui/console: remove redundant format fieldMarc-André Lureau1-1/+1
2022-03-04ui/console: fix texture leak when calling surface_gl_create_texture()Marc-André Lureau1-0/+4
2021-03-15opengl: Do not convert format with glTexImage2D on OpenGL ESAkihiko Odaki1-5/+14
2019-06-12Include qemu-common.h exactly where neededMarkus Armbruster1-1/+0
2019-05-17ui/console: Precautionary glBindTexture and surface->texture validation in su...HOU Qiming1-7/+11
2017-11-10ui: use QEMU_IS_ALIGNED macroPhilippe Mathieu-Daudé1-1/+1
2017-10-17opengl: add flipping vertex shaderGerd Hoffmann1-1/+1
2017-10-17opengl: move shader init from console-gl.c to shader.cGerd Hoffmann1-39/+6
2016-06-10ui/console-gl: Add support for big endian display surfacesThomas Huth1-0/+5
2016-02-04ui: Clean up includesPeter Maydell1-0/+1
2015-10-08shaders: initialize vertexes onceGerd Hoffmann1-1/+6
2015-05-05console-gl: add opengl rendering helper functionsGerd Hoffmann1-0/+168