mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-01 15:45:38 +00:00
69cff4b96b
The CPU fallback of the compute renderer needs ReadPixels data in OpenGL format (origin at bottom left). Unfortunately, the OpenGL driver automatically mirrors images in the Y-axis to match the top left origin image.RGBA. Remove the mirroring from the driver and introduce a DownloadImage to restore the old behaviour. Signed-off-by: Elias Naur <mail@eliasnaur.com>