Sam Lantinga
Sam Lantinga
Out of curiosity, in what way does Steam Link work way better than Remote Play?
Merged, thanks!
Thanks for the suggestion! We're about to revamp the API for the SDL 3.0 release, but once that's done we can revisit this.
We are scoping work for the SDL 3.2.0 release, so please let us know if this is a showstopper for you.
Just a note for future us, I'm thinking that we add a way to request a zero copy texture as properties rather than a surface. That way we can support...
SDL_PIXELFORMAT_RGB24 is the slowest format to convert to. Does the libpng code actually do this?
I think this change would be okay in SDL3, but we shouldn't change SDL2 behavior at this point. Feel free to open a new PR against main if it's still...
Iterating over all the pixels to find the highest index is relatively expensive. Is there a change to stb_image that we can make, to retain the correct palette size?
Merged, thanks!
What's the stack trace inside SDL_ttf?