libsdl-org / SDL

Simple Directmedia Layer
https://libsdl.org
zlib License
10.22k stars 1.86k forks source link

SDL_SetRenderLogicalPresentation() / with render_testLogicalSize() fails #7544

Closed 1bsyl closed 1 year ago

1bsyl commented 1 year ago

usage of SDL_SetRenderLogicalPresentation() fails within render_testLogicalSize() ./test/testautomation --renderer software --filter render_testLogicalSize is ok

but ./test/testautomation --renderer software --filter render_testLogicalSize fully fails randomly / most of the time. eg, the 3 image comparaison

What's read with RenderReadPixels is sometime correct, sometime garbage.

1bsyl commented 1 year ago

trying to add more "clearScreen()' calls of SDL_FlushRender(renderer) doesn't really help ...

slouken commented 1 year ago

I think this is fixed now...