Özkan Sezer

Results 570 comments of Özkan Sezer

> > Probably any version since the late 1980's. :) > > Oh, I can see that older perls don't like the hash-dereference nonsense > that @sezero ran into. Let's...

That check is really only for arm 32 bit and enables the pixman asm blit code. Related issue: https://github.com/libsdl-org/SDL/issues/4484

> (Also, how good are these blitters that we want to keep assembly code around in the project for them?) Not good enough because of an incompatibility going from SDL-1.2...

GPU api: https://github.com/libsdl-org/SDL/pull/7067 ?

Suggest the following (against your existing patch.) P.S.: `convertPixelFormat` (and `convertPixelFormatsx4`) are too generic names, something better? (Otherwise they may lead to clashes if people link to SDL statically.) (EDIT:...

> P.S./2: Attempted build using old gcc4.9, got the following error: (I know, not ultra important, but letting you know anyway..) Hm, looks like an oversight in gcc < 9:...

> > P.S./2: Attempted build using old gcc4.9, got the following error: (I know, not ultra important, but letting you know anyway..) > > Hm, looks like an oversight in...

> > P.S./2: Attempted build using old gcc4.9, got the following error: (I know, not ultra important, but letting you know anyway..) > > Hm, looks like an oversight in...

> We have an open issue to go back and look at the SDL blitters and make sure they're doing the correct math Would that be https://github.com/libsdl-org/SDL/issues/4484 ?