]> git.proxmox.com Git - mirror_qemu.git/commit
ui: add egl_fb_read_rect()
authorMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 6 Jun 2023 11:56:51 +0000 (15:56 +0400)
committerMarc-André Lureau <marcandre.lureau@redhat.com>
Tue, 27 Jun 2023 15:08:56 +0000 (17:08 +0200)
commitda9eb580b7e28d70d344bb03e0fe5703c8d1892c
tree5964d330aafbb191cbbb9b86566f62725d4009ca
parentafe8e0b6db2debeaf35f5bd43efa1ada90ba0847
ui: add egl_fb_read_rect()

Similar to egl_fb_read(), same limitations, but with extra arguments to
read a subset of the framebuffer. Used in following commits.

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20230606115658.677673-15-marcandre.lureau@redhat.com>
include/ui/egl-helpers.h
ui/egl-helpers.c