We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 4458

Summary: opengl renderer batch with target-texture
Product: SDL Reporter: Marcel Bakker <mna.bakker>
Component: renderAssignee: Sam Lantinga <slouken>
Status: RESOLVED FIXED QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2 CC: ant, sylvain.becker
Version: HG 2.0   
Hardware: All   
OS: All   
Attachments: example

Description Marcel Bakker 2019-01-14 13:37:21 UTC
Created attachment 3574 [details]
example

opengl(es[2]) draws or copies y-inverted(flipped) when using a render-target-texture

example included
Comment 1 Anthony @ POW Games 2019-03-27 13:13:40 UTC
Confirmed. It's happening on Android as well, so all platforms are affected.
Comment 2 Sylvain 2019-03-27 15:42:15 UTC
Isn't this fixed in: https://hg.libsdl.org/SDL/rev/6a60a1e87d10 ?

bug 4542: Image flipped vertically when rendering on texture
Comment 3 Anthony @ POW Games 2019-03-27 16:15:38 UTC
Sorry, yes, my mistake, a other things were confusing me.

I just now tested the latest hg on Android & Windows and I can confirm this is fixed now, thanks :)
Comment 4 Sylvain 2019-03-27 16:27:25 UTC
Ok great, no problem. Thanks for checking it !