Sam Lantinga

Results 1875 comments of Sam Lantinga

You can throw an `#error` inside code gated with that ifdef, just to see if it's getting triggered. If not, you're likely building with lean and mean, which removes lots...

No, those builds have all the features enabled.

Maybe here? https://github.com/libsdl-org/SDL/blob/252129f433cf8fa5c930aee70f4b1e59a0314d14/include/SDL3/SDL_gpu.h#L273 You were also working on a GPU shader tutorial guide, right?

I think aom is the way to go. The HDR cases are not in the libyuv fast path, but it would be a shame for us to always use the...

Yes, SDL3 only. The static linking with VC means we don’t have runtime dependencies. I’ll go ahead and drop in the VC libs for now. @madebr, do you want to...

If I remember correctly, dav1d is a faster decoder. Do we want both back ends configured?

> Off-topic: I don't seem to have write permissions to our aom fork at https://github.com/libsdl-org/aom.git Fixed!