summaryrefslogtreecommitdiffstats
path: root/ui/shader/texture-blit-flip.vert
Commit message (Collapse)AuthorAgeFilesLines
* opengl: add flipping vertex shaderGerd Hoffmann2017-10-171-0/+10
Add vertex shader which flips the texture upside down while blitting it. Add argument to qemu_gl_run_texture_blit() to enable flipping. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Message-id: 20171010135453.6704-4-kraxel@redhat.com